Subversion Repositories bacoAlunos

Rev

Rev 144 | 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" %>
<html:html locale="true">
    <head>
        <title>
            <bean:message key="site.title"/>
            -
            <tiles:getAsString name="title"/>
            <%=request.getParameter("title")%>
        </title>
        <jsp:include page="/layout/scripts.jsp"/>
    </head>
    <body class="small" marginwidth="0" marginheight="0" bgcolor="#ffffff" topmargin="0" leftmargin="0"
          onload="horizontal();">
    <table width="100%">
        <tr>
            <td align="center">
                <div id="body">
                    <div id="header">
                        <tiles:insert attribute="header"/>
                    </div>
                    <table class="pageDefault">
                        <tr>
                            <td colspan="2">
                                <tiles:insert attribute="navigationTop"/>
                            </td>
                        </tr>
                        <tr>
                            <td id="leftPage">
                                <tiles:insert attribute="navigation"/>
                            </td>
                            <td class="content">
                                <tiles:insert attribute="topnav"/>
                                <tiles:insert attribute="body"/>
                            </td>
                        </tr>
                    </table>
                    <div id="footer">
                        <tiles:insert attribute="footer"/>
                    </div>
                </div>
            </td>
        </tr>
    </table>
    </body>
</html:html>