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