Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1310 Rev 1350
Line 28... Line 28...
28
<jsp:useBean id="CourseUnitView" type="pt.estgp.estgweb.domain.views.CourseUnitView" scope="request"/>
28
<jsp:useBean id="CourseUnitView" type="pt.estgp.estgweb.domain.views.CourseUnitView" scope="request"/>
29
<%
29
<%
30
    TopNav topNav = NavPlaceServer.getInstance().createTopNav(request);
30
    TopNav topNav = NavPlaceServer.getInstance().createTopNav(request);
31
    topNav.addNavPlace("/user/startHome.do", "intranet.separator.home.back");
31
    topNav.addNavPlace("/user/startHome.do", "intranet.separator.home.back");
32
    topNav.addNavPlace(null, "course",CourseUnitView.getCourseName());
32
    topNav.addNavPlace(null, "course",CourseUnitView.getCourseName());
33
    topNav.addNavPlace("/user/startLoadCourseUnitFromHome.do?courseUnitView.id=" + CourseUnitView.getId(), "courseunit",CourseUnitView.getName());
33
    topNav.addNavPlace("/user/startLoadCourseUnitFromHome.do?courseUnitView.id=" + CourseUnitView.getId(),CourseUnitView.getName() + " " + CourseUnitView.getImportYear());
34
    topNav.addNavPlace(null, "submit.announcement");
34
    topNav.addNavPlace(null, "submit.announcement");
35
%>
35
%>
36
<jsp:include page="/layout/topnav.jsp"/>
36
<jsp:include page="/layout/topnav.jsp"/>
37
 
37