Subversion Repositories bacoAlunos

Rev

Rev 1310 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@page import="jomm.web.utils.NavPlaceServer"%>
<%@ page import="jomm.web.utils.TopNav" %>
<%
    String conflevel0 = request.getParameter("nav0");
    String conflevel1 = request.getParameter("nav1");
    String conflevel2 = request.getParameter("nav2");
    String conflevel3 = request.getParameter("nav3");
    String confurl0 = request.getParameter("navUrl0");
    String confurl1 = request.getParameter("navUrl1");
    String confurl2 = request.getParameter("navUrl2");
    String confurl3 = request.getParameter("navUrl3");
    TopNav topNav = NavPlaceServer.getInstance().createTopNav(request);
    topNav.addNavPlace("/proxy/layoutIntranetUtils/estgp/intranet/escola/utils.html", "intranet.separator.utils.back");
    topNav.addNavPlace("/proxy/layoutIntranetUtilsSecretaria/estgp/intranet/escola/secretaria.html", "intranet.utils.services");
    if(conflevel0 != null)
    {
        topNav.addNavPlace(confurl0, conflevel0);
        if(conflevel1 != null)
        {
            topNav.addNavPlace(confurl1, conflevel1);
            if(conflevel2 != null)
            {
                topNav.addNavPlace(confurl2, conflevel2);
                if(conflevel3 != null)
                {
                    topNav.addNavPlace(confurl3, conflevel3);
                }
            }
        }
    }
%>
<jsp:include page="/layout/topnav.jsp"/>

Generated by GNU Enscript 1.6.5.2.