default.jsp 562 B

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