Subversion Repositories bacoAlunos

Rev

Rev 1306 | 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" %>
<html:html locale="true">
    <head>
        <title><bean:message key="site.title"/> - <tiles:getAsString name="title"/></title>
        <jsp:include page="/layout/scripts.jsp"/>

    </head>


    <body class="small" marginwidth="0" marginheight="0" bgcolor="#ffffff" topmargin="0" leftmargin="0" onload="horizontal();">
    <center>
        <table width="100%">
            <tr>
                <td align="center">
                    <div id="body">
                        <div id="header">
                            <tiles:insert attribute="header"/>
                        </div>
                        <table id="pageStructure">
                            <tr>
                                <td colspan="3"><tiles:insert attribute="navigationTop"/></td>
                            </tr>
                            <tr>


                                <td colspan="3">
                                    <tiles:insert attribute="topnav"/>
                                </td>

                            </tr>
                            <tr>

                                <td class="contentPortal">

                                    <tiles:insert attribute="body" />
                                </td>

                                <td id="rightPagePortal">
                                    <tiles:insert attribute="navigationRight"/>
                                </td>
                            </tr>
                        </table>

                        <div id="noticiasAnunciosWelcome" >
                            <table cellpadding="0" cellspacing="0" border="0">
                                <tr>
                                    <th class="underline"><bean:message key="mainAnnouncements"/></th>
                                </tr>
                                <tr>
                                    <td>
                                        <tiles:insert attribute="destaquesBottom" />
                                    </td>
                                </tr>
                            </table>
                        </div>

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