2006-11-17 10:15:48 +07:00
|
|
|
<%@ page session="true" contentType="text/html; charset=UTF-8" errorPage="errorPage.jsp" %>
|
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2011-10-04 14:08:04 +07:00
|
|
|
<%@ taglib uri="/WEB-INF/webStore.tld" prefix="cws" %>
|
2006-11-17 10:15:48 +07:00
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
|
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|