home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / 2015-02-23 / template / default / template.jsp < prev   
Text File  |  2015-02-23  |  556b  |  25 lines

  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2.     pageEncoding="UTF-8"%>
  3.  <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
  4.  <!DOCTYPE HTML>
  5. <html lang="en"> 
  6. <head>
  7.  <tiles:insertAttribute name="header" />
  8. </head>
  9. <body>
  10.  
  11.  <tiles:insertAttribute name="menu" />
  12.  
  13. <div id="main-content">
  14.   <div class="container-fluid">
  15.  
  16.         <tiles:insertAttribute name="body" />
  17.     
  18.     </div>
  19. </div>
  20.  
  21. <tiles:insertAttribute name="footer" />
  22. <tiles:insertAttribute name="customScript" />
  23.  
  24. </body>
  25. </html>