14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
|
<%@ 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>
|
||
|
<%@include file="/webpage/include/head.jsp" %>
|
||
|
<sitemesh:head/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<sitemesh:body/>
|
||
|
</body>
|
||
|
</html>
|