sysIndexColumnGetTemp.jsp 350 B

1234567891011121314151617
  1. <%--
  2. time:2015-01-10 08:50:10
  3. desc:edit the 我的首页布局
  4. --%>
  5. <%@ page language="java" contentType="text/html; charset=UTF-8" %>
  6. <%@include file="/commons/include/html_doctype.html"%>
  7. <head>
  8. <%@include file="/commons/include/home.jsp"%>
  9. <title>预览模版</title>
  10. </head>
  11. <body >
  12. <div class="index-page">${html}</div>
  13. </body>
  14. </html>