- <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
- <html>
- <body>
- <table width="80%" height="80%" bordercolor="#ffddff">
- <tr height="15%" bgcolor="#ddbbcc" >
- <td>
- <tiles:insert attribute="header"/>
- </td>
- </tr>
- <tr height="50%" bgcolor="#ffaaaa" >
- <td>
- <tiles:insert attribute="content"/>
- </td>
- </tr>
- <tr height="15%" bgcolor="#ccccff" >
- <td>
- <tiles:insert attribute="footer"/>
- </td>
- </tr>
- </table>
- </body>
- </html>