13 lines
358 B
Plaintext
13 lines
358 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>
|
|
<head>
|
|
<script src="${ctxStatic}/common/jeeplus.js" type="text/javascript"></script>
|
|
<sitemesh:head/>
|
|
</head>
|
|
<body>
|
|
<sitemesh:body/>
|
|
</body>
|
|
</html> |