Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld"  prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld"  prefix="nested" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld"  prefix="logic" %>
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld"  prefix="bean" %>
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld"  prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html:html locale="true">
    <head>
        <title><bean:message key="site.title"/> - <tiles:getAsString name="title"/></title>
        <jsp:include page="/layout/scripts.jsp"/>
        <meta http-equiv="Refresh" content="10;<%=request.getContextPath()%><tiles:getAsString name="internalRedirectUrl"/>">
    </head>
    <body>
    <div id="header">
        <tiles:insert attribute="header"/>
    </div>
    <table id="bigtable">
        <tr>
            <td id="latnav_container">
                <tiles:insert attribute="navigation" />
            </td>
            <td id="content">
                <tiles:insert attribute="topnav"/>
                <tiles:insert attribute="body" />
            </td>

        </tr>
    </table>
    <div id="footer">
        <tiles:insert attribute="footer"/>
    </div>
    </body>
</html:html>