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 13... Line 13...
13
<jsp:useBean id="CourseUnitView" type="pt.estgp.estgweb.domain.views.CourseUnitView" scope="request"/>
13
<jsp:useBean id="CourseUnitView" type="pt.estgp.estgweb.domain.views.CourseUnitView" scope="request"/>
14
<%
14
<%
15
    TopNav topNav = NavPlaceServer.getInstance().createTopNav(request);
15
    TopNav topNav = NavPlaceServer.getInstance().createTopNav(request);
16
    topNav.addNavPlace("/user/startHome.do", "intranet.separator.home.back");
16
    topNav.addNavPlace("/user/startHome.do", "intranet.separator.home.back");
17
    topNav.addNavPlace(null, "course",CourseUnitView.getCourseName());
17
    topNav.addNavPlace(null, "course",CourseUnitView.getCourseName());
18
    topNav.addNavPlace("/user/startLoadCourseUnitFromHome.do?courseUnitView.id=" + CourseUnitView.getId(), "courseunit",CourseUnitView.getName());
18
    topNav.addNavPlace("/user/startLoadCourseUnitFromHome.do?courseUnitView.id=" + CourseUnitView.getId(),CourseUnitView.getName() + " " + CourseUnitView.getImportYear());
19
    topNav.addNavPlace(null, "announcement");
19
    topNav.addNavPlace(null, "announcement");
20
%>
20
%>
21
<jsp:include page="/layout/topnav.jsp"/>
21
<jsp:include page="/layout/topnav.jsp"/>
22
 
22