<%-- 
    Document   : management
    Created on : Apr 3, 2008, 4:53:21 PM
    Author     : aili
--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>
   
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>

<f:view locale="#{facade.locale}">
    <%@ include file ="../../WEB-INF/jspf/Header.jspf" %>
            <tr>
                <td>  
                    <table cellpadding="0" cellspacing="0" class="menu">
                        <tr style="height:21px">
                            <td colspan="6"></td>
                            <td align="center" valign="top"><img src="../../style/arrow_down.gif" alt=""/></td>
                        </tr>
                        <h:form><%@ include file="../../WEB-INF/jspf/UserMenu.jspf" %></h:form>
                    </table>
                </td>                        
            </tr>
            <tr>
                <td class="heading"></td>
            </tr>
            <tr>
                <td style="height:20px;">
                    <ul class="submenu">
                        <li><h:outputLink value="schools_management.faces" >
                            <h:outputText value="#{msgs.Schools}" /></h:outputLink></li>
                        <li><h:outputLink value="group_attributes.faces" >
                            <h:outputText value="#{msgs.Group_attributes}" /></h:outputLink></li>
                        <li><h:outputLink value="portal_settings.faces" >
                            <h:outputText value="#{msgs.Portal_settings}" /></h:outputLink></li>
                    </ul>
                </td>
            </tr>
            <tr>
                <td>
                </td>
            </tr>
    <%@ include file ="../../WEB-INF/jspf/Footer.jspf" %>
</f:view>