Subversion Repositories bacoAlunos

Rev

Blame | Last modification | View Log | RSS feed

<%@tag description="Degrees Report Tag" pageEncoding="UTF-8"%>
<%@attribute name="report" type="pt.estgp.estgweb.domain.QuestionarioReportFileGroupAnoImpl" required="true" %>
<%@attribute name="fontSize" type="java.lang.String" required="true" %>
<table class="periodosTable" cellspancing="0" cellspading="0">
    <tr>
        <td style="font-size: ${fontSize}" class="isGrau${report.licenciaturas}">Licenciaturas</td>
        <td style="font-size: ${fontSize}" class="isGrau${report.mestrados}">Mestrados</td>
    </tr>
    <tr>
        <td style="font-size: ${fontSize}" class="isGrau${report.tesps}">CTesP</td>
        <td style="font-size: ${fontSize}" class="isGrau${report.cets}">CET</td>
    </tr>
</table>

Generated by GNU Enscript 1.6.5.2.