Subversion Repositories bacoAlunos

Rev

Rev 1814 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1814 Rev 1830
Line 25... Line 25...
25
        String sep7 = "";
25
        String sep7 = "";
26
        String sep8 = "";
26
        String sep8 = "";
27
 
27
 
28
 
28
 
29
 
29
 
30
        String link0 = "href=\"" + request.getContextPath() + Globals.SYSTEM_PUBLIC_URL + "\"";
30
        String link0 = "href=\"" + request.getContextPath() + "/Welcome.do\"";
31
        String link1 = "href=\"" + request.getContextPath() + "/user/startHome.do\"";
31
        String link1 = "href=\"" + request.getContextPath() + "/user/startHome.do\"";
32
        String link2 = "href=\"" + request.getContextPath() + "/user/startCourseUnits.do\"";
32
        String link2 = "href=\"" + request.getContextPath() + "/user/startCourseUnits.do\"";
33
        String link3 = "href=\"" + request.getContextPath() + "/user/startProfile.do\"";
33
        String link3 = "href=\"" + request.getContextPath() + "/user/startProfile.do\"";
34
        String link4 = "href=\"" + request.getContextPath() + "/user/startServiceZone.do\"";
34
        String link4 = "href=\"" + request.getContextPath() + "/user/startServiceZone.do\"";
35
        String link5 = "href=\"" + request.getContextPath() + "/proxy/layoutIOnline/ionline/\"";
35
        String link5 = "href=\"" + request.getContextPath() + "/proxy/layoutIOnline/ionline/\"";
Line 116... Line 116...
116
 
116
 
117
 
117
 
118
                <ul class="nav navbar-nav navbar-right">
118
                <ul class="nav navbar-nav navbar-right">
119
                    <baco:isAdmin>
119
                    <baco:isAdmin>
120
                        <li>
120
                        <li>
121
                            <html:link action="/user/homePae">
121
                            <a href="<%=request.getContextPath()%>/user/homePae.do">
122
                                <span class="glyphicon glyphicon-log-out"></span> MODO PAE
122
                                <span  data-toggle="tooltip" data-title="PAE"><span class="glyphicon glyphicon-log-out" ></span> Serviços IPP</span>
123
                            </html:link>
123
                            </a>
124
                        </li>
124
                        </li>
125
                    </baco:isAdmin>
125
                    </baco:isAdmin>
126
                   <%-- <baco:isNotAdmin>
126
                   <%-- <baco:isNotAdmin>
127
                        <li>
127
                        <li>
128
                            <html:link action="/user/homePae">
128
                            <html:link action="/user/homePae">