Subversion Repositories bacoAlunos

Rev

Rev 1310 | Rev 1694 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page import="pt.estgp.estgweb.Globals" %>
<%@ page import="pt.estgp.estgweb.web.WebProxy" %>
<%@ page import="java.math.BigDecimal" %>
<%@ page import="pt.estgp.estgweb.domain.dao.DaoFactory" %>
<%@ page import="pt.estgp.estgweb.utils.ConfigProperties" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/tlds/baco.tld" prefix="baco" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
<jsp:useBean id="CourseView" type="pt.estgp.estgweb.domain.views.CourseView" scope="request"/>

<div class="seccao">
    <h2>${CourseView.name} (<%=ConfigProperties.getProperty("institution.national.code." + CourseView.getInstitutionalCode())%> / ${CourseView.code})</h2>


    <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());
        %>
    </logic:notEmpty>


    <%--<logic:notEmpty name="CourseView" property="cacheWebDocument">--%>
    <%--<h3><bean:message key="course.studies.plan"/></h3>--%>
    <%--<bean:write name="CourseView" property="cacheWebDocument" filter="no"/>--%>
    <%--</logic:notEmpty>--%>

   
</div>