Subversion Repositories bacoAlunos

Rev

Rev 260 | 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" %>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html:html locale="true">
    <head>
        <title><bean:message key="site.title"/> - <tiles:getAsString name="title"/></title>
        <link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/intranet.css"/>
        <jsp:include page="/layout/scripts.jsp"/>
    </head>
    <body class="small" marginwidth="0" marginheight="0" bgcolor="#ffffff" topmargin="0" leftmargin="0">
    <div id="body" class="intranetLayout">
        <div id="header">
            <tiles:insert attribute="header"/>
        </div>
        <tiles:useAttribute name="separator" id="separator" classname="org.apache.struts.tiles.DirectStringAttribute" scope="request"/>
        <%--<tiles:put beanName="separator" name="separator2"/>--%>
        <table id="page">
            <tr>
                <td id="content">
                    <table cellpadding="0" cellspacing="0" width="100%" border="0">
                        <tr><td colspan="3"><jsp:include page="/layout/separators.jsp"/></td></tr>
                        <tr><td colspan="3"><tiles:insert attribute="topnav"/></td></tr>
                        <tr>
                            <td id="leftPage" valign="top">
                                <tiles:insert attribute="left"/>
                            </td>
                            <td width="100%" valign="top">
                                <tiles:insert attribute="admin"/>
                                <tiles:insert attribute="body"/>
                            </td>
                            <td id="rightPage" valign="top">
                                <tiles:insert attribute="right"/>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <div id="footer">
            <tiles:insert attribute="footer"/>
        </div>
    </div>
    </body>
</html:html>