1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <%@ page contentType="text/html;charset=UTF-8"%>
| <%@ include file="/webpage/include/taglib.jsp"%>
| <%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %>
| <!DOCTYPE html>
| <html style="overflow-x:auto;overflow-y:auto;">
| <head>
| <title><sitemesh:title/></title><!-- - Powered By JeeSite -->
| <%@include file="/webpage/include/head.jsp" %>
| <sitemesh:head/>
| </head>
| <body>
| <sitemesh:body/>
| </body>
| </html>
|
|