Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 655 → Rev 656

/impl/src/web/public/courses/courseSeparators.jsp
13,8 → 13,8
<h2>${CourseView.name} (<%=Globals.NATIONAL_INSTITUTION_CODE%> / ${CourseView.code})</h2>
 
 
<logic:notEmpty name="courseView" property="formatedDescription"><p>${courseView.formatedDescription}</p></logic:notEmpty>
<logic:notEmpty name="courseView" property="externalSitePath">
<logic:notEmpty name="CourseView" property="formatedDescription"><p>${courseView.formatedDescription}</p></logic:notEmpty>
<logic:notEmpty name="CourseView" property="externalSitePath">
<%
WebProxy.processHttpRequestService(out, CourseView.getExternalSiteServer(), CourseView.getExternalSitePath());
%>