Subversion Repositories bacoAlunos

Rev

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

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format"
               xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://www.w3.org/1999/XSL/Format http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop/src/foschema/fop.xsd">
    <xsl:import href="utilsReports.fo.xsl"/>
    <xsl:import href="docenteReportGuiaoAvaliacaoDesempenho.fo.xsl"/>

    <xsl:param name="site">http://localhost/bacoTESTE</xsl:param>
    <xsl:param name="updateDate">EM FALTA</xsl:param>
    <xsl:param name="anoLectivo"><xsl:value-of select="//anoLectivo"/></xsl:param>
    <xsl:param name="nomeDocente"><xsl:value-of select="//nomeDocente"/></xsl:param>
    <xsl:param name="numeroDocente"><xsl:value-of select="//numeroDocente"/></xsl:param>


    <xsl:template match="/">
        <!--<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica" color="#58585A">-->
        <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica" color="black">
            <fo:layout-master-set>
                <fo:simple-page-master master-name="A4Vertical" page-width="210mm" page-height="297mm"
                                      margin-top="1cm" margin-bottom="1cm" margin-left="1cm" margin-right="1cm"
                                      reference-orientation="0">
                    <fo:region-body region-name="body" margin-top="40mm" margin-bottom="10mm" margin-right="0"
                                   margin-left="0"/>

                    <fo:region-before region-name="header" extent="15mm"/>
                    <fo:region-after region-name="footer" extent="1cm"/>
                </fo:simple-page-master>

                <fo:simple-page-master master-name="A4VerticalFirstPage" page-width="210mm" page-height="297mm"
                                      margin-top="1cm" margin-bottom="1cm" margin-left="1cm" margin-right="1cm"
                                      reference-orientation="0">
                    <fo:region-body region-name="body" margin-top="90mm" margin-bottom="10mm" margin-right="0"
                                   margin-left="0"/>

                    <fo:region-before region-name="header" extent="15mm"/>
                    <fo:region-after region-name="footer" extent="1cm"/>
                </fo:simple-page-master>



                <fo:simple-page-master master-name="A4HorizontalRot" page-width="210mm" page-height="297mm"
                                      margin-top="0.5cm" margin-bottom="0.5cm" margin-left="0.5cm" margin-right="0.5cm"
                                      reference-orientation="90">
                    <fo:region-body region-name="body" margin-top="20mm" margin-bottom="10mm" margin-right="0"
                                   margin-left="0"/>
                    <fo:region-before region-name="header" extent="15mm"/>
                    <fo:region-after region-name="footer" extent="1cm"/>
                </fo:simple-page-master>
                <fo:simple-page-master master-name="A4Horizontal" page-width="297mm" page-height="210mm"
                                      margin-top="0.5cm" margin-bottom="0.5cm" margin-left="0.5cm"
                                      margin-right="0.5cm">
                    <fo:region-body region-name="body" margin-top="20mm" margin-bottom="15mm" margin-right="0"
                                   margin-left="0"/>
                    <fo:region-before region-name="header" extent="15mm"/>
                    <fo:region-after region-name="footer" extent="1cm"/>
                </fo:simple-page-master>
                <fo:page-sequence-master master-name="pages">
                    <fo:repeatable-page-master-alternatives>
                        <fo:conditional-page-master-reference master-reference="pages" page-position="any"/>
                    </fo:repeatable-page-master-alternatives>
                </fo:page-sequence-master>
            </fo:layout-master-set>

            <!--LAYOUT DE PAGINA ESCOLHIDO-->

            <fo:page-sequence master-reference="A4VerticalFirstPage" initial-page-number="1">
                <xsl:call-template name="firstpage"/>
            </fo:page-sequence>
            <fo:page-sequence master-reference="A4Vertical" initial-page-number="2">
                <xsl:call-template name="indexPage"/>
            </fo:page-sequence>
            <fo:page-sequence master-reference="A4Vertical" initial-page-number="3">
                <xsl:call-template name="page"/>
            </fo:page-sequence>


        </fo:root>
    </xsl:template>

    <xsl:template name="headerTeacher">
        <xsl:call-template name="headerPae">
            <xsl:with-param name="anoLectivo" select="$anoLectivo"/>
            <xsl:with-param name="color_entity">#fff9ea</xsl:with-param>
            <xsl:with-param name="title">Relatório de Avaliação Pedagógica</xsl:with-param>
            <xsl:with-param name="subtitle">Avaliação pelos alunos do docente:</xsl:with-param>
            <xsl:with-param name="subtitleRight">Resultados dos Inquéritos Pedagógicos</xsl:with-param>
            <xsl:with-param name="entity"><xsl:value-of select="$nomeDocente"/> / Número: <xsl:value-of select="$numeroDocente"/></xsl:with-param>
        </xsl:call-template>
    </xsl:template>

    <xsl:template name="footerDefault">
        <xsl:call-template name="footerPae">
            <xsl:with-param name="sgqDoc">IPP.SI.QP-2-Rev.0</xsl:with-param>
            <xsl:with-param name="updateDate" select="$updateDate"/>
        </xsl:call-template>
    </xsl:template>

    <xsl:template name="indexPage">

        <xsl:call-template name="headerTeacher"/>
        <xsl:call-template name="footerDefault"/>


        <fo:flow flow-name="body">

            <fo:block  font-size="20px" padding="4px" margin-top="40px" text-align="center" >
                <fo:inline text-decoration="underline" font-weight="bold">Índice</fo:inline>
            </fo:block>


            <fo:block text-align-last="justify" font-weight="bold" margin-bottom="5px">
                <xsl:text> </xsl:text>
                <fo:leader/>
                Pag.
            </fo:block>

            <fo:block font-size="14px" text-align-last="justify">
                <fo:basic-link internal-destination="capParticipacao">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">1</fo:inline>
                    <xsl:text> </xsl:text>
                    Participação nos questionários do docente
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capParticipacao" />
                </fo:basic-link>
            </fo:block>
            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capCaracterizacao">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">2</fo:inline>
                    <xsl:text> </xsl:text>
                    Caracterização da amostra
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capCaracterizacao" />
                </fo:basic-link>
            </fo:block>
            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capQuestoes">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">3</fo:inline>
                    <xsl:text> </xsl:text>
                    Análise das questões sobre o Docente
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capQuestoes" />
                </fo:basic-link>
            </fo:block>
            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capQuestoesUnidades">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">4</fo:inline>
                    <xsl:text> </xsl:text>
                    Análise das questões sobre as Unidades do docente
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capQuestoesUnidades" />
                </fo:basic-link>
            </fo:block>

            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capUnidades">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">5</fo:inline>
                    <xsl:text> </xsl:text>
                    Análise das questões em cada Unidade do Docente
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capUnidades" />
                </fo:basic-link>
            </fo:block>

            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capDimensoes">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">6</fo:inline>
                    <xsl:text> </xsl:text>
                    Análise de Dimênsões de Avaliação
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capDimensoes" />
                </fo:basic-link>
            </fo:block>

            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capProgressoes">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">7</fo:inline>
                    <xsl:text> </xsl:text>
                    Análise da Progressão do Docente
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capProgressoes" />
                </fo:basic-link>
            </fo:block>



            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capForcasFraquezas">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">8</fo:inline>
                    <xsl:text> </xsl:text>
                    Análise dos Desempenhos Máximos e Mínimos
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capForcasFraquezas" />
                </fo:basic-link>
            </fo:block>

            <fo:block font-size="14px" text-align-last="justify" margin-top="5px">
                <fo:basic-link internal-destination="capGuiaoAvaliacaoDesempenho">
                    <fo:inline font-weight="bold" padding-top="3px" padding-bottom="2px" padding-left="3px" padding-right="3px" margin-right="10px" border-bottom="1px solid #58585A" font-size="16px" color="white" background-color="#FFCA44">9</fo:inline>
                    <xsl:text> </xsl:text>
                    Cálculos da qualidade do desempenho docente baseada no Guião da Avaliação do desempenho do pessoal docente do IPPortalegre
                    <fo:leader leader-pattern="dots" />
                    <fo:page-number-citation ref-id="capGuiaoAvaliacaoDesempenho" />
                </fo:basic-link>
            </fo:block>

        </fo:flow>
    </xsl:template>

    <xsl:template name="firstpage">

        <xsl:call-template name="headerIpp"/>
        <xsl:call-template name="footerDefault"/>



        <fo:flow flow-name="body">
            <fo:block border-bottom="8px solid #58585A" border-top="4px solid #58585A" font-size="26px" padding="6px" text-align="center" color="white" background-color="#FFCA44">
                <fo:inline font-weight="bold"> Relatório de Avaliação Pedagógica</fo:inline>
            </fo:block>

            <fo:block  font-size="20px" padding="4px" margin-top="40px" text-align="center" >
                <fo:inline text-decoration="underline" font-weight="bold">Inquéritos Pedagógicos aos Alunos</fo:inline>
            </fo:block>

            <fo:block font-size="18px" padding="4px" margin-top="20px" text-align="center">
                <fo:inline>Relatório Docente</fo:inline>
            </fo:block>

            <fo:block font-size="14px" padding="4px" margin-top="5px" text-align="center" background-color="#fff9ea">
                <xsl:value-of select="$nomeDocente"/>
            </fo:block>
            <fo:block font-size="12px" padding="4px" margin-top="2px" text-align="center">
                <fo:inline>Docente Número: <xsl:value-of select="$numeroDocente"/></fo:inline>
            </fo:block>
            <fo:block font-size="12px" padding="4px" margin-top="20px" text-align="center" >
                <fo:inline><fo:wrapper white-space-treatment="preserve" font-weight="bold">Ano letivo: </fo:wrapper> <xsl:value-of select="$anoLectivo"/></fo:inline>
            </fo:block>
            <fo:block font-size="12px" padding="4px" margin-top="20px" text-align="center" >
                <fo:inline><fo:wrapper white-space-treatment="preserve" font-weight="bold">Periodos Considerados: </fo:wrapper> <xsl:for-each select="//semestres/string"><xsl:value-of select="."/>; </xsl:for-each></fo:inline>
            </fo:block>
            <fo:block font-size="12px" padding="4px" margin-top="20px" text-align="center" >
                <fo:inline><fo:wrapper white-space-treatment="preserve" font-weight="bold">Oferta Formativa Considerada: </fo:wrapper> <xsl:for-each select="//degrees/string"><xsl:value-of select="."/>; </xsl:for-each></fo:inline>
            </fo:block>
        </fo:flow>
    </xsl:template>

    <xsl:template name="page">

        <xsl:call-template name="headerTeacher"/>
        <xsl:call-template name="footerDefault"/>

        <fo:flow flow-name="body">


            <xsl:call-template name="CAP_participacao"/>

            <xsl:call-template name="CAP_analise_questoes_DOCENTE"/>

            <xsl:call-template name="CAP_analise_questoes_UNIDADE"/>

            <xsl:call-template name="CAP_analise_unidades_INDIVIDUALMENTE"/>

            <xsl:call-template name="CAP_analise_DIMENSOES"/>

            <xsl:call-template name="CAP_progressoes"/>

            <xsl:call-template name="CAP_forcas_e_fraquezas"/>

            <xsl:call-template name="CAP_guiao_avaliacao_desempenho"/>


        </fo:flow>
    </xsl:template>

    <!-- UTILITARIO PARA LINHAS NA TABELA DE FORCAS E FRAQUESAS -->

    <xsl:template name="extremeComponentRow">
        <xsl:param name="cols">4</xsl:param>
        <xsl:param name="titleCol1"></xsl:param>
        <xsl:param name="titleCol2"></xsl:param>
        <xsl:param name="titleChart1"></xsl:param>
        <xsl:param name="titleChart2"></xsl:param>
        <xsl:param name="titleChart3"></xsl:param>
        <xsl:param name="titleChart4"></xsl:param>
        <xsl:param name="subTitleChart1"></xsl:param>
        <xsl:param name="subTitleChart2"></xsl:param>
        <xsl:param name="subTitleChart3"></xsl:param>
        <xsl:param name="subTitleChart4"></xsl:param>
        <xsl:param name="chart1"></xsl:param>
        <xsl:param name="chart2"></xsl:param>
        <xsl:param name="chart3"></xsl:param>
        <xsl:param name="chart4"></xsl:param>
        <fo:table-row>
            <fo:table-cell padding="0" margin="0" number-columns-spanned="2">
                <fo:block margin="0" padding="0">
                    <xsl:call-template name="subSubSeccao">
                        <xsl:with-param name="text"><xsl:value-of select="$titleCol1"/></xsl:with-param>
                        <xsl:with-param name="marginTop">0</xsl:with-param>
                        <xsl:with-param name="marginLeft">0</xsl:with-param>
                    </xsl:call-template>
                </fo:block>
            </fo:table-cell>
            <fo:table-cell padding="0" margin="0" number-columns-spanned="2">
                <fo:block margin="0" padding="0">
                    <xsl:call-template name="subSubSeccao">
                        <xsl:with-param name="text"><xsl:value-of select="$titleCol2"/></xsl:with-param>
                        <xsl:with-param name="marginTop">0</xsl:with-param>
                        <xsl:with-param name="marginLeft">0</xsl:with-param>
                    </xsl:call-template>
                </fo:block>
            </fo:table-cell>
        </fo:table-row>
        <fo:table-row>
            <fo:table-cell padding="0" margin="0">
                <xsl:if test="$cols = '2'"><xsl:attribute name="number-columns-spanned">2</xsl:attribute></xsl:if>
                <fo:block margin="0" padding="0">
                    <xsl:call-template name="subSubSubSeccaoSmallSpaces">
                        <xsl:with-param name="subText"><xsl:value-of select="$subTitleChart1"/></xsl:with-param>
                        <xsl:with-param name="text"><xsl:value-of select="$titleChart1"/></xsl:with-param>
                        <xsl:with-param name="icon"><xsl:if test="$cols = '4'">teacherIcon.png</xsl:if></xsl:with-param>
                    </xsl:call-template>
                </fo:block>
            </fo:table-cell>
            <fo:table-cell padding="0" margin="0">
                <xsl:if test="$cols = '2'"><xsl:attribute name="number-columns-spanned">2</xsl:attribute></xsl:if>
                <fo:block margin="0" padding="0">
                    <xsl:call-template name="subSubSubSeccaoSmallSpaces">
                        <xsl:with-param name="subText"><xsl:value-of select="$subTitleChart2"/></xsl:with-param>
                        <xsl:with-param name="text"><xsl:value-of select="$titleChart2"/></xsl:with-param>
                        <xsl:with-param name="icon"><xsl:if test="$cols = '4'">cadeiraConteudos.png</xsl:if></xsl:with-param>
                    </xsl:call-template>
                </fo:block>
            </fo:table-cell>
            <xsl:if test="$cols = '4'">
                <fo:table-cell padding="0" margin="0">
                    <fo:block margin="0" padding="0">
                        <xsl:call-template name="subSubSubSeccaoSmallSpaces">
                            <xsl:with-param name="subText"><xsl:value-of select="$subTitleChart3"/></xsl:with-param>
                            <xsl:with-param name="text"><xsl:value-of select="$titleChart3"/></xsl:with-param>
                            <xsl:with-param name="icon"><xsl:if test="$cols = '4'">teacherIcon.png</xsl:if></xsl:with-param>
                        </xsl:call-template>
                    </fo:block>
                </fo:table-cell>
                <fo:table-cell padding="0" margin="0">
                    <fo:block margin="0" padding="0" text-align="center">
                        <xsl:call-template name="subSubSubSeccaoSmallSpaces">
                            <xsl:with-param name="subText"><xsl:value-of select="$subTitleChart4"/></xsl:with-param>
                            <xsl:with-param name="text"><xsl:value-of select="$titleChart4"/></xsl:with-param>
                            <xsl:with-param name="icon"><xsl:if test="$cols = '4'">cadeiraConteudos.png</xsl:if></xsl:with-param>
                        </xsl:call-template>
                    </fo:block>
                </fo:table-cell>
            </xsl:if>
        </fo:table-row>
        <fo:table-row>
            <fo:table-cell padding="0" margin="0" text-align="center">
                <xsl:if test="$cols = '2'"><xsl:attribute name="number-columns-spanned">2</xsl:attribute></xsl:if>
                <fo:block margin="0" padding="0" text-align="center">
                    <xsl:variable name="src"><xsl:value-of select="$chart1"/></xsl:variable>
                    <fo:external-graphic width="auto" height="auto" content-height="60" src="{$src}">
                    </fo:external-graphic>
                </fo:block>
            </fo:table-cell>
            <fo:table-cell padding="0" margin="0" text-align="center">
                <xsl:if test="$cols = '2'"><xsl:attribute name="number-columns-spanned">2</xsl:attribute></xsl:if>
                <fo:block margin="0" padding="0" text-align="center">
                    <xsl:variable name="src"><xsl:value-of select="$chart2"/></xsl:variable>
                    <fo:external-graphic width="auto" height="auto" content-height="60" src="{$src}"/>
                </fo:block>
            </fo:table-cell>
            <xsl:if test="$cols = '4'">
                <fo:table-cell padding="0" margin="0" text-align="center">
                    <fo:block margin="0" padding="0" text-align="center">
                        <xsl:variable name="src"><xsl:value-of select="$chart3"/></xsl:variable>
                        <fo:external-graphic width="auto" height="auto" content-height="60" src="{$src}"/>
                    </fo:block>
                </fo:table-cell>
                <fo:table-cell padding="0" margin="0" text-align="center">
                    <fo:block margin="0" padding="0">
                        <xsl:variable name="src"><xsl:value-of select="$chart4"/></xsl:variable>
                        <fo:external-graphic width="auto" height="auto" content-height="60" src="{$src}"/>
                    </fo:block>
                </fo:table-cell>
            </xsl:if>
        </fo:table-row>
    </xsl:template>



    <!-- ############################################################# -->
    <!-- 1 e 2 - CAPITULO ANALISE PARTICIPACAO PONTOS 1 e 2                    -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_participacao">
        <fo:block-container padding="0" margin="0" border="0" id="capParticipacao" page-break-before="always">
            <xsl:call-template name="seccao">
                <xsl:with-param name="text">1 - Participação</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>


        <xsl:call-template name="subSeccao">
            <xsl:with-param name="text">Taxa Global de Participação aos Questionários do Docente</xsl:with-param>
        </xsl:call-template>


        <fo:block-container font-size="18" margin-left="10px" text-align="center" font-weight="bold">
            <xsl:call-template name="barraPercentil">
                <xsl:with-param name="valor" select="//questionariosReqRespondidosPercentagem"/>
                <xsl:with-param name="colors">true</xsl:with-param>
                <xsl:with-param name="backgroundColorPercentage" select="//questionariosReqRespondidosPercentagemColor"/>
            </xsl:call-template>
        </fo:block-container>

        <fo:block  margin-left="10px" margin-top="40px">

            <fo:table width="100%" table-layout="fixed">
                <fo:table-column column-width="50%"/>
                <fo:table-column column-width="50%"/>
                <fo:table-body>
                    <fo:table-row>
                        <fo:table-cell margin="0" padding="0">


                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Taxa de Participação
                                </xsl:with-param>
                            </xsl:call-template>
                            <fo:block display-align="center" text-align="center" margin-left="10px">
                                <xsl:variable name="src"><xsl:value-of select="//pathGraficoTaxaRespostaAlunos"/></xsl:variable>
                                <fo:external-graphic width="auto" height="auto" content-width="250" src="{$src}"/>
                            </fo:block>

                        </fo:table-cell>
                        <fo:table-cell margin="0" padding="0">

                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Taxa de Resposta a Questionarios
                                </xsl:with-param>
                            </xsl:call-template>
                            <fo:block display-align="center" text-align="center" margin-left="10px">
                                <xsl:variable name="src"><xsl:value-of select="//pathGraficoTaxaRespostaQuestionarios"/></xsl:variable>
                                <fo:external-graphic width="auto" height="auto" content-width="250" src="{$src}"/>
                            </fo:block>

                        </fo:table-cell>
                    </fo:table-row>
                    <fo:table-row>
                        <fo:table-cell margin="0" padding="0" padding-top="30px">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Taxa de Participação por Unidade Curricular
                                </xsl:with-param>
                            </xsl:call-template>
                            <fo:block text-align="center" margin-left="10px" font-size="10" font-weight="normal" margin-right="10px">
                                <xsl:apply-templates select="//tabelaTaxaRespostaUnidade" mode="DataTable">
                                    <xsl:with-param name="firstColPercentSize">40%</xsl:with-param>
                                </xsl:apply-templates>
                            </fo:block>
                        </fo:table-cell>

                        <fo:table-cell margin="0" padding="0" padding-top="30px">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Contribuição de cada Unidade Curricular
                                </xsl:with-param>
                            </xsl:call-template>
                            <fo:block margin="0" margin-left="10px" padding="0" display-align="center" text-align="center">
                                <xsl:variable name="src"><xsl:value-of select="//pathGraficoContribuicaoUnidades"/></xsl:variable>
                                <fo:external-graphic width="auto" margin="0" padding="0" height="auto" content-height="140" src="{$src}"/>
                            </fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-body>
            </fo:table>
        </fo:block>


        <fo:block-container page-break-before="always" padding="0" margin="0" id="capCaracterizacao">
            <xsl:call-template name="seccao">
                <xsl:with-param name="text">2 - Caracterização da Amostra Recolhida</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>



        <fo:block text-align="center" margin-left="10px">
            <fo:table width="100%" table-layout="fixed">
                <fo:table-column column-width="50%"/>
                <fo:table-column column-width="50%"/>
                <fo:table-body>
                    <fo:table-row>
                        <fo:table-cell>

                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Género
                                </xsl:with-param>
                            </xsl:call-template>

                            <fo:block>
                                <fo:table width="90%" table-layout="fixed" >
                                    <fo:table-column column-width="50%"/>
                                    <fo:table-column column-width="50%"/>
                                    <fo:table-body>
                                        <fo:table-row>
                                            <fo:table-cell>
                                                <fo:block>
                                                    <xsl:value-of select="//masculinoComResposta"/>
                                                </fo:block>
                                                <fo:block>
                                                    <xsl:variable name="src">url('<xsl:value-of select="$site"/>/imgs/studentMale.png')</xsl:variable>
                                                    <fo:external-graphic height="auto" width="auto"
                                                                        content-height="120" src="{$src}"/>
                                                </fo:block>
                                                <fo:block>
                                                    <xsl:value-of select="//masculinoComRespostaPercent"/>%
                                                </fo:block>
                                            </fo:table-cell>
                                            <fo:table-cell>
                                                <fo:block>
                                                    <xsl:value-of select="//femininoComResposta"/>
                                                </fo:block>
                                                <fo:block>
                                                    <xsl:variable name="src">url('<xsl:value-of select="$site"/>/imgs/studentFemale.png')</xsl:variable>
                                                    <fo:external-graphic height="auto" width="auto"
                                                                        content-height="120" src="{$src}"/>
                                                </fo:block>
                                                <fo:block>
                                                    <xsl:value-of select="//femininoComRespostaPercent"/>%
                                                </fo:block>
                                            </fo:table-cell>
                                        </fo:table-row>
                                    </fo:table-body>
                                </fo:table>
                            </fo:block>



                        </fo:table-cell>
                        <fo:table-cell>




                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Tipos de Alunos
                                </xsl:with-param>
                            </xsl:call-template>

                            <fo:block margin-top="5px">
                                <xsl:variable name="src"><xsl:value-of select="//pathGraficoTiposAlunosComResposta"/></xsl:variable>
                                <fo:external-graphic width="auto" height="auto" content-width="250" content-height="150" src="{$src}"/>
                            </fo:block>



                        </fo:table-cell>

                    </fo:table-row>
                    <fo:table-row>
                        <fo:table-cell>

                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Idades
                                </xsl:with-param>
                            </xsl:call-template>

                            <fo:block text-align="center" margin-left="10px" font-size="10" font-weight="normal" margin-right="10px">
                                <xsl:apply-templates select="//tabelaIdades" mode="DataTable"/>
                            </fo:block>

                        </fo:table-cell>
                        <fo:table-cell>

                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">
                                    Distritos
                                </xsl:with-param>
                            </xsl:call-template>


                            <fo:block text-align="center" margin-left="10px" font-size="10" font-weight="normal" margin-right="10px">
                                <xsl:apply-templates select="//tabelaDistritos" mode="DataTable">
                                    <xsl:with-param name="firstColPercentSize">30%</xsl:with-param>
                                </xsl:apply-templates>
                            </fo:block>

                        </fo:table-cell>

                    </fo:table-row>

                </fo:table-body>
            </fo:table>
        </fo:block>

    </xsl:template>




    <!-- ############################################################# -->
    <!-- 3 - CAPITULO ANALISE QUESTOES AGREGADAS DOS DOCENTES              -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_analise_questoes_DOCENTE">
        <fo:block-container padding="0" margin="0" id="capQuestoes" page-break-before="always">
            <xsl:call-template name="seccaoBlue">
                <xsl:with-param name="text">3 - Análise das Questões sobre o Docente</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">teacherIcon.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <fo:block-container padding="0" margin="0">
            <xsl:call-template name="subSeccaoBlue">
                <xsl:with-param name="text">3.1 - Gráficos de respostas agregadas de todas as unidades do docente</xsl:with-param>
                <xsl:with-param name="marginTop">2px</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <xsl:apply-templates select="//respostasAgregadasGrupoDocente/respostasAgregadasChartTable/respostasAgregadasCharts/chartsRow" mode="graficosPerguntas"/>

        <fo:block-container padding="0" margin="0"  page-break-before="always">
            <xsl:call-template name="seccaoBlue">
                <xsl:with-param name="text">3 - Análise das Questões sobre o Docente</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">teacherIcon.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <xsl:call-template name="subSeccaoBlue">
            <xsl:with-param name="text">3.2 - Tabela de respostas agregadas de todas as unidades do docente</xsl:with-param>
            <xsl:with-param name="marginTop">2px</xsl:with-param>
        </xsl:call-template>

        <fo:block text-align="center" margin="0" font-size="10" font-weight="normal" >
            <xsl:apply-templates select="//respostasAgregadasGrupoDocente/respostasAgregadasChartTable/respostasTable" mode="DataTable">
                <xsl:with-param name="firstColPercentSize">30%</xsl:with-param>
            </xsl:apply-templates>
        </fo:block>
        <fo:block text-align="right" margin-top="10px" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
            Docentes avaliados nos cursos onde o docente leciona: <xsl:value-of select="//docentesNosCursos"/>
        </fo:block>
        <fo:block text-align="right" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
            Docentes avaliados nas escolas onde o docente leciona: <xsl:value-of select="//docentesNasEscolas"/>
        </fo:block>

        <fo:block-container margin-top="20px" margin-bottom="5px">
            <xsl:apply-templates select="//respostasAgregadasGrupoDocente/mediasGrupo" mode="mediasGrupo">
                <xsl:with-param name="objetoAvaliacao">do docente</xsl:with-param>
            </xsl:apply-templates>
        </fo:block-container>

        <!--Considerando Respostas Superiores a 2 segindos-->
        <fo:block-container background-color="#aaaaaa" padding="5px" margin="0" margin-top="20px">
            <fo:block-container padding="0" margin="0">
                <xsl:call-template name="subSubSeccao">
                    <xsl:with-param name="text">Considerando apenas respostas de tempo superior a 2 segundos (Estes dados são apenas para efeitos de comparação)</xsl:with-param>
                </xsl:call-template>
            </fo:block-container>

            <fo:block text-align="center" margin-left="10px" font-size="10" font-weight="normal" margin-right="10px">
                <xsl:apply-templates select="//respostasAgregadasGrupoDocente/respostasAgregadasChartTable2Secs/respostasTable" mode="DataTable">
                    <xsl:with-param name="firstColPercentSize">30%</xsl:with-param>
                </xsl:apply-templates>
            </fo:block>
        </fo:block-container>

    </xsl:template>




    <!-- ############################################################# -->
    <!-- 4 - CAPITULO ANALISE QUESTOES AGREGADAS DAS UNIDADES CURRICULARES -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_analise_questoes_UNIDADE">

        <fo:block-container padding="0" margin="0" id="capQuestoesUnidades" page-break-before="always">
            <xsl:call-template name="seccaoGreen">
                <xsl:with-param name="text">4 - Análise das questões sobre as Unidades do docente</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">cadeiraConteudos.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <xsl:call-template name="subSeccaoGreen">
            <xsl:with-param name="text">4.1 - Gráficos de respostas agregadas de todas as unidades</xsl:with-param>
            <xsl:with-param name="marginTop">2px</xsl:with-param>
        </xsl:call-template>

        <xsl:apply-templates select="//respostasAgregadasGrupoUnidade/respostasAgregadasChartTable/respostasAgregadasCharts/chartsRow" mode="graficosPerguntas"/>


        <fo:block-container padding="0" margin="0" page-break-before="always">
            <xsl:call-template name="seccaoGreen">
                <xsl:with-param name="text">4 - Análise das questões sobre as Unidades do docente</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">cadeiraConteudos.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <xsl:call-template name="subSeccaoGreen">
            <xsl:with-param name="text">4.2 - Tabela de respostas agregadas de todas as unidades do docente</xsl:with-param>
            <xsl:with-param name="marginTop">2px</xsl:with-param>
        </xsl:call-template>


        <fo:block text-align="center" margin="0" font-size="10" font-weight="normal" >
            <xsl:apply-templates select="//respostasAgregadasGrupoUnidade/respostasAgregadasChartTable/respostasTable" mode="DataTable">
                <xsl:with-param name="firstColPercentSize">40%</xsl:with-param>
            </xsl:apply-templates>
        </fo:block>

        <fo:block text-align="right" margin-top="10px" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
            Unidades avaliadas nos cursos onde o docente leciona: <xsl:value-of select="//unidadesNosCursos"/>
        </fo:block>
        <fo:block text-align="right" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
            Unidades avaliadas nas escolas onde o docente leciona: <xsl:value-of select="//unidadesNasEscolas"/>
        </fo:block>

        <fo:block-container margin-top="20px" margin-bottom="5px">
            <xsl:apply-templates select="//respostasAgregadasGrupoUnidade/mediasGrupo" mode="mediasGrupo">
                <xsl:with-param name="objetoAvaliacao">das unidades</xsl:with-param>
            </xsl:apply-templates>
        </fo:block-container>

        <!--Considerando Respostas Superiores a 2 segindos-->
        <fo:block-container background-color="#aaaaaa" padding="5px" margin="0" margin-top="20px">
            <fo:block-container padding="0" margin="0">
                <xsl:call-template name="subSubSeccao">
                    <xsl:with-param name="text">Considerando apenas respostas de tempo superior a 2 segundos (Estes dados são apenas para efeitos de comparação)</xsl:with-param>
                </xsl:call-template>
            </fo:block-container>

            <fo:block text-align="center" margin-left="10px" font-size="10" font-weight="normal" margin-right="10px">

                <xsl:apply-templates select="//respostasAgregadasGrupoUnidade/respostasAgregadasChartTable2Secs/respostasTable" mode="DataTable">
                    <xsl:with-param name="firstColPercentSize">40%</xsl:with-param>
                </xsl:apply-templates>
            </fo:block>
        </fo:block-container>
    </xsl:template>




    <!-- ############################################################# -->
    <!-- 5 - CAPITULO ANALISE UNIDADES INDIVIDUALMENTE                 -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_analise_unidades_INDIVIDUALMENTE">
        <xsl:variable name="sizeCursos" select="count(//unidadesStats/unidadeStats[not(nomeCurso/text() = preceding-sibling::unidadeStats/nomeCurso/text())])"/>
        <xsl:for-each select="//unidadesStats/unidadeStats[not(nomeCurso/text() = preceding-sibling::unidadeStats/nomeCurso/text())]">
            <xsl:sort select="text()" data-type="text" />
            <xsl:variable name="nomeCurso" select="nomeCurso/text()"/>
            <xsl:variable name="cursoPos" select="position()"/>
            <xsl:for-each select="../unidadeStats[nomeCurso/text() = $nomeCurso]">
                <xsl:sort select="nomeUnidade/text()" data-type="text" />

                <fo:block-container padding="0" margin="0" page-break-before="always">
                    <xsl:if test="$cursoPos = 1 and position()=1"><xsl:attribute name="id">capUnidades</xsl:attribute></xsl:if>
                    <xsl:call-template name="seccaoGreen">
                        <xsl:with-param name="text">5 - Análise das questões em cada unidade do docente</xsl:with-param>
                        <xsl:with-param name="marginTop">0</xsl:with-param>
                        <xsl:with-param name="icon">class.png</xsl:with-param>
                    </xsl:call-template>
                </fo:block-container>


                <xsl:call-template name="subSeccao">
                    <xsl:with-param name="text">5.<xsl:value-of select="$cursoPos"/> - <xsl:value-of select="nomeCurso/text()"/> (<xsl:value-of select="//unidadesStats/unidadeStats[nomeCurso=nomeCurso/text()]/codigoCurso[1]/text()"/>) </xsl:with-param>
                    <xsl:with-param name="marginTop">2px</xsl:with-param>
                    <xsl:with-param name="marginBottom">2px</xsl:with-param>
                </xsl:call-template>


                <xsl:call-template name="subSubSeccao">
                    <xsl:with-param name="text">5.<xsl:value-of select="$cursoPos"/>.<xsl:value-of select="position()"/> - <xsl:value-of select="nomeUnidade/text()"/> (<xsl:value-of select="codigoUnidade/text()"/>) </xsl:with-param>
                    <xsl:with-param name="marginTop">2px</xsl:with-param>
                    <xsl:with-param name="fontSize">12pt</xsl:with-param>
                    <xsl:with-param name="fontWeight">bold</xsl:with-param>
                </xsl:call-template>

                <xsl:call-template name="subSubSubSeccaoBlue">
                    <xsl:with-param name="text">Respostas ao grupo de questões sobre o Docente</xsl:with-param>
                    <xsl:with-param name="marginTop">2px</xsl:with-param>
                    <xsl:with-param name="icon">teacherIcon.png</xsl:with-param>
                </xsl:call-template>

                <fo:block-container padding="0" margin-left="15px" margin="0" margin-bottom="5px">
                    <fo:block text-align="center" margin="0" font-size="10" font-weight="normal" >
                        <xsl:apply-templates select="unidadeStatsGrupoDocente/respostasTable" mode="DataTable">
                            <xsl:with-param name="firstColPercentSize">30%</xsl:with-param>
                            <xsl:with-param name="backgroundHeader" select="$BLUE_COLOR_SUB_SECTION"/>
                        </xsl:apply-templates>
                    </fo:block>
                    <fo:block text-align="right" margin-top="10px" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
                        Unidades consideradas no curso de <xsl:value-of select="nomeCurso"/>: <xsl:value-of select="unidadeStatsGrupoDocente/unidadesNoCurso"/>
                    </fo:block>
                    <fo:block text-align="right" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
                        Unidades consideradas na media da <xsl:value-of select="nomeEscola"/>: <xsl:value-of select="unidadeStatsGrupoDocente/unidadesNaEscola"/>
                    </fo:block>

                    <fo:block padding="0" margin="0" margin-top="5px">
                        <xsl:apply-templates select="unidadeStatsGrupoDocente/mediasGrupo" mode="mediasGrupo">
                            <xsl:with-param name="objetoAvaliacao">do docente</xsl:with-param>
                            <xsl:with-param name="backgroundHeader" select="$BLUE_COLOR_SUB_SECTION"/>
                            <xsl:with-param name="smileHeight">15</xsl:with-param>
                            <xsl:with-param name="fontSize">6pt</xsl:with-param>
                            <xsl:with-param name="fontSizeMedias">7pt</xsl:with-param>
                        </xsl:apply-templates>
                    </fo:block>
                </fo:block-container>


                <xsl:call-template name="subSubSubSeccaoGreen">
                    <xsl:with-param name="text">Respostas ao grupo de questões sobre a Unidade</xsl:with-param>
                    <xsl:with-param name="marginTop">20px</xsl:with-param>
                    <xsl:with-param name="icon">cadeiraConteudos.png</xsl:with-param>
                </xsl:call-template>

                <fo:block-container padding="0" margin-left="15px" margin="0" margin-bottom="5px">
                    <fo:block text-align="center" margin="0" font-size="10" font-weight="normal" >
                        <xsl:apply-templates select="unidadeStatsGrupoUnidade/respostasTable" mode="DataTable">
                            <xsl:with-param name="firstColPercentSize">30%</xsl:with-param>
                            <xsl:with-param name="backgroundHeader" select="$GREEN_COLOR_SUB_SECTION"/>
                        </xsl:apply-templates>
                    </fo:block>

                    <fo:block text-align="right" margin-top="10px" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
                        Unidades consideradas no curso de <xsl:value-of select="nomeCurso"/>: <xsl:value-of select="unidadeStatsGrupoUnidade/unidadesNoCurso"/>
                    </fo:block>
                    <fo:block text-align="right" margin-left="10px" font-size="6.5pt" font-weight="normal" margin-right="10px">
                        Unidades consideradas na <xsl:value-of select="nomeEscola"/>: <xsl:value-of select="unidadeStatsGrupoUnidade/unidadesNaEscola"/>
                    </fo:block>

                    <fo:block padding="0" margin="0" margin-top="5px">
                        <xsl:apply-templates select="unidadeStatsGrupoUnidade/mediasGrupo" mode="mediasGrupo">
                            <xsl:with-param name="objetoAvaliacao">do docente</xsl:with-param>
                            <xsl:with-param name="backgroundHeader" select="$GREEN_COLOR_SUB_SECTION"/>
                            <xsl:with-param name="smileHeight">15</xsl:with-param>
                            <xsl:with-param name="fontSize">6pt</xsl:with-param>
                            <xsl:with-param name="fontSizeMedias">7pt</xsl:with-param>
                        </xsl:apply-templates>
                    </fo:block>
                </fo:block-container>
            </xsl:for-each>
        </xsl:for-each>


        <fo:block-container padding="0" margin="0" page-break-before="always">
            <xsl:call-template name="seccaoGreen">
                <xsl:with-param name="text">5 - Análise das questões em cada unidade do docente</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">class.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>


        <xsl:call-template name="subSeccao">
            <xsl:with-param name="text">5.<xsl:value-of select="$sizeCursos+1"/>
            - Análise conjunta de todas as unidades curriculares</xsl:with-param>
            <xsl:with-param name="marginTop">2px</xsl:with-param>
            <xsl:with-param name="marginBottom">5px</xsl:with-param>
        </xsl:call-template>
        <!-- Grafico de barras laterais duplas com todas as unidades (grupos Docente + Unidade) -->
        <!-- Tabela com todas as Medias de Grupo de todas as unidades -->

        <xsl:call-template name="subSubSeccao">
            <xsl:with-param name="text">5.<xsl:value-of select="$sizeCursos+1"/>.1
                - Análise do grupo de questões relativas ao docente versus questões relativas às unidades para todas as unidades do docente</xsl:with-param>
            <xsl:with-param name="marginTop">2px</xsl:with-param>
            <xsl:with-param name="marginBottom">2px</xsl:with-param>
        </xsl:call-template>

        <fo:block margin="0" padding="0" text-align="center">
            <xsl:variable name="src"><xsl:value-of select="//unidadesAnalGrDocenteGrUnidadeChartAndTable/tempFile"/></xsl:variable>
            <fo:external-graphic width="auto" height="auto" content-width="400" src="{$src}"/>
        </fo:block>

        <xsl:call-template name="subSubSeccao">
            <xsl:with-param name="text">5.<xsl:value-of select="$sizeCursos+1"/>.2
                - Tabela com médias de curso e de escola na agregação das questões</xsl:with-param>
            <xsl:with-param name="marginTop">10px</xsl:with-param>
            <xsl:with-param name="marginBottom">5px</xsl:with-param>
        </xsl:call-template>
        <xsl:apply-templates select="//unidadesAnalGrDocenteGrUnidadeChartAndTable/dataTable" mode="DataTable">
            <!--<xsl:with-param name="ignoreColumns">true</xsl:with-param>-->
        </xsl:apply-templates>


    </xsl:template>






    <!-- ############################################################# -->
    <!-- 6 - Análise das Dimensões                                     -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_analise_DIMENSOES">
        <fo:block-container id="capDimensoes" padding="0" margin="0" page-break-before="always">
            <xsl:call-template name="seccaoDimension">
                <xsl:with-param name="text">6 - Análise de Dimênsões de Avaliação</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">dimension.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <fo:block font-size="7pt" padding="5px" margin-top="5px">
            <fo:inline font-weight="bold">Dimensões:</fo:inline>
            A análise dimensional consiste na agregação de um conjunto de questões
            que partilham uma caracteristica. Essa caracteristica é considerado uma dimensão de avaliação.
            As dimensões consideradas até esta secção foram as dimensões usuais "Docente" e "Unidade Curricular".
            Nesta secção são analisadas as seguintes dimensões:
            <fo:table padding="0" margin="0">
                <fo:table-body>
                    <fo:table-row>
                        <fo:table-cell padding="0" margin="0">
                            <fo:block margin="0" padding="0">
                                <fo:list-block>
                                    <fo:list-item>
                                        <fo:list-item-label end-indent="label-end()" >
                                            <fo:block text-align="right"></fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>(D) Relação Docente/Aluno
                                                <xsl:if test="//respostasAgregadasGrupoDrelDocenteAluno/perguntasStats/perguntaStats/pergunta">
                                                    <fo:list-block>
                                                        <xsl:for-each select="//respostasAgregadasGrupoDrelDocenteAluno/perguntasStats/perguntaStats/pergunta">
                                                            <fo:list-item>
                                                                <fo:list-item-label end-indent="label-end()" >
                                                                    <fo:block text-align="right"></fo:block>
                                                                </fo:list-item-label>
                                                                <fo:list-item-body start-indent="body-start()">
                                                                    <fo:block><xsl:value-of select="."/></fo:block>
                                                                </fo:list-item-body>
                                                            </fo:list-item>
                                                        </xsl:for-each>
                                                    </fo:list-block>
                                                </xsl:if>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>

                                </fo:list-block>
                            </fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding="0" margin="0">
                            <fo:block padding="0" margin="0">
                                <fo:list-block>

                                    <fo:list-item>
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block text-align="right"></fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>(D) Rigor e Profissionalismo do Docente
                                                <xsl:if test="//respostasAgregadasGrupoDdocenteProf/perguntasStats/perguntaStats/pergunta">
                                                    <fo:list-block>
                                                        <xsl:for-each select="//respostasAgregadasGrupoDdocenteProf/perguntasStats/perguntaStats/pergunta">
                                                            <fo:list-item>
                                                                <fo:list-item-label end-indent="label-end()" >
                                                                    <fo:block text-align="right"></fo:block>
                                                                </fo:list-item-label>
                                                                <fo:list-item-body start-indent="body-start()">
                                                                    <fo:block><xsl:value-of select="."/></fo:block>
                                                                </fo:list-item-body>
                                                            </fo:list-item>
                                                        </xsl:for-each>
                                                    </fo:list-block>
                                                </xsl:if>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                </fo:list-block>
                            </fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-body>
            </fo:table>



            <xsl:call-template name="subSubSeccao">
                <xsl:with-param name="text">6.1
                    - Análise das dimensões face aos cursos e escolas onde o docente leciona</xsl:with-param>
                <xsl:with-param name="marginTop">2px</xsl:with-param>
                <xsl:with-param name="marginBottom">5px</xsl:with-param>
            </xsl:call-template>

            <fo:table padding="0" margin="0">
                <fo:table-column column-width="60%"/>
                <fo:table-column/>
                <fo:table-body>
                    <fo:table-row>
                        <fo:table-cell padding="0" margin="0">
                            <fo:block margin="0" padding="0" text-align="center">
                                <xsl:variable name="src"><xsl:value-of select="//dimensoesGeralChartAndTable/tempFile"/></xsl:variable>
                                <fo:external-graphic width="auto" height="auto" content-width="300" src="{$src}"/>
                            </fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding="0" margin="0">
                            <fo:block padding="0" margin="0">
                                <xsl:apply-templates select="//dimensoesGeralChartAndTable/dataTable" mode="DataTable">
                                    <xsl:with-param name="firstColPercentSize">30%</xsl:with-param>
                                </xsl:apply-templates>
                            </fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-body>
            </fo:table>

            <xsl:call-template name="subSubSeccao">
                <xsl:with-param name="text">6.2
                    - Análise das dimensões para todas as unidades do docente</xsl:with-param>
                <xsl:with-param name="marginTop">2px</xsl:with-param>
                <xsl:with-param name="marginBottom">5px</xsl:with-param>
            </xsl:call-template>

            <fo:block margin="0" padding="0" text-align="center">
                <xsl:variable name="src"><xsl:value-of select="//unidadesAnalGrRelAlunoGrProfDoceChartAndTable/tempFile"/></xsl:variable>
                <fo:external-graphic width="auto" height="auto" content-width="400" src="{$src}"/>
            </fo:block>

            <xsl:call-template name="subSubSeccao">
                <xsl:with-param name="text">6.3
                    - Tabela com médias de curso e de escola na agregação das diensões</xsl:with-param>
                <xsl:with-param name="marginTop">10px</xsl:with-param>
                <xsl:with-param name="marginBottom">5px</xsl:with-param>
            </xsl:call-template>
            <xsl:apply-templates select="//unidadesAnalGrRelAlunoGrProfDoceChartAndTable/dataTable" mode="DataTable">
                <!--<xsl:with-param name="ignoreColumns">true</xsl:with-param>-->
            </xsl:apply-templates>


        </fo:block>

    </xsl:template>









    <!-- ############################################################# -->
    <!-- 7 - CAPITULO PROGRESSOES                                      -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_progressoes">

        <fo:block-container id="capProgressoes" padding="0" margin="0" page-break-before="always">
            <xsl:call-template name="seccao">
                <xsl:with-param name="text">7 - Progressão do Docente</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">teacherProgression.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <fo:block font-size="7pt" padding="5px" margin-top="5px">
            <fo:inline font-weight="bold">Progressão:</fo:inline>
            A análise de progressão dimensional do docente mostra a sua média da agragação de todas as respostas nos grupos dimensionais em foco ( Docente, Unidade, (D) Relação Docente/Aluno, (D) Profissionalismo e Rigor do Docente), em todas as unidades curriculares, em todas as perguntas, ao longo dos periodos de avaliação já realizados com este sistema. Cada relatório futuro irá ter uma atualização desta informação.
        </fo:block>

        <fo:table width="100%" table-layout="fixed" margin="0" padding="0">
            <fo:table-column column-width="50%"/>
            <fo:table-column column-width="50%"/>
            <fo:table-body>
                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccaoBlue">
                                <xsl:with-param name="text">Componentes relativas ao Docente</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                                <xsl:with-param name="icon">teacherIcon.png</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccaoGreen">
                                <xsl:with-param name="text">Componentes relativas aos Conteúdos</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                                <xsl:with-param name="icon">cadeiraConteudos.png</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSubSeccao">
                                <xsl:with-param name="text">Progressão da média das componentes relativas ao docente face à média do curso</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSubSeccao">
                                <xsl:with-param name="text">Progressão da média das componentes relativas aos conteúdos face à média do curso</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0" text-align="center">
                            <xsl:variable name="src"><xsl:value-of select="//progressaoAgregadasDocentesVsCurso"/></xsl:variable>
                            <fo:external-graphic width="auto" height="auto" content-width="300" content-height="150" src="{$src}"/>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0" text-align="center">
                        <fo:block margin="0" padding="0">
                            <xsl:variable name="src"><xsl:value-of select="//progressaoAgregadasUnidadesVsCurso"/></xsl:variable>
                            <fo:external-graphic width="auto" height="auto" content-width="300" content-height="150" src="{$src}"/>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>




                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0" margin-top="20px">

                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">

                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccaoDimension">
                                <xsl:with-param name="text">Progressão da Dimensão da Relação do Docente/Aluno</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                                <xsl:with-param name="icon">dimension.png</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccaoDimension">
                                <xsl:with-param name="text">Progressão da Dimensão do Rigor e Profissionalismo do Docente</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                                <xsl:with-param name="icon">dimension.png</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSubSeccao">
                                <xsl:with-param name="text">Progressão da média dimensional face à média do curso</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSubSeccao">
                                <xsl:with-param name="text">Progressão da média dimensional face à média do curso</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0" text-align="center">
                            <xsl:variable name="src"><xsl:value-of select="//progressaoAgregadasDocentesDrelAlunoVsCurso"/></xsl:variable>
                            <fo:external-graphic width="auto" height="auto" content-width="300" content-height="150" src="{$src}"/>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0" text-align="center">
                        <fo:block margin="0" padding="0">
                            <xsl:variable name="src"><xsl:value-of select="//progressaoAgregadasDocentesDprofDocenteVsCurso"/></xsl:variable>
                            <fo:external-graphic width="auto" height="auto" content-width="300" content-height="150" src="{$src}"/>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>
            </fo:table-body>
        </fo:table>
    </xsl:template>





    <!-- ############################################################# -->
    <!-- 8 - CAPITULO FORCAS E FRAQUEZAS                               -->
    <!-- ############################################################# -->

    <xsl:template name="CAP_forcas_e_fraquezas">
        <!--FORÇAS E FRAQUEZAS -->

        <fo:block-container id="capForcasFraquezas" padding="0" margin="0" page-break-before="always">
            <xsl:call-template name="seccao">
                <xsl:with-param name="text">8 - Desempenhos Máximos e Mínimos</xsl:with-param>
                <xsl:with-param name="marginTop">0</xsl:with-param>
                <xsl:with-param name="icon">forcasFraquezasTeacher.png</xsl:with-param>
            </xsl:call-template>
        </fo:block-container>

        <fo:table width="100%" table-layout="fixed" margin="0" padding="0">
            <fo:table-column column-width="25%" background-color="#CEFFD2"/>
            <fo:table-column column-width="25%" background-color="#CEFFD2"/>
            <fo:table-column column-width="25%" background-color="#FFE4DF"/>
            <fo:table-column column-width="25%" background-color="#FFE4DF"/>
            <fo:table-body>
                <fo:table-row>
                    <fo:table-cell padding="0" margin="0" number-columns-spanned="2">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">Máximos de Desempenho</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0" number-columns-spanned="2">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">Mínimos de Desempenho</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>
                <fo:table-row>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">Grupo Docente</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">Grupo Unidades</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">Grupo Docente</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                    <fo:table-cell padding="0" margin="0">
                        <fo:block margin="0" padding="0">
                            <xsl:call-template name="subSeccao">
                                <xsl:with-param name="text">Grupo Unidades</xsl:with-param>
                                <xsl:with-param name="marginTop">0</xsl:with-param>
                                <xsl:with-param name="marginBottom">1px</xsl:with-param>
                                <xsl:with-param name="marginLeft">0</xsl:with-param>
                            </xsl:call-template>
                        </fo:block>
                    </fo:table-cell>
                </fo:table-row>
                <xsl:call-template name="extremeComponentRow">
                    <xsl:with-param name="titleCol1">Melhor Componente Absoluta</xsl:with-param>
                    <xsl:with-param name="titleCol2">Pior Componente Absoluta</xsl:with-param>
                    <xsl:with-param name="titleChart1"><xsl:value-of select="//extremePerguntaAbsolutaAvgMaxDocente/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart1"><xsl:value-of select="//extremePerguntaAbsolutaAvgMaxDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart1"><xsl:value-of select="//extremePerguntaAbsolutaAvgMaxDocente/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart2"><xsl:value-of select="//extremePerguntaAbsolutaAvgMaxUnidade/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart2"><xsl:value-of select="//extremePerguntaAbsolutaAvgMaxUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart2"><xsl:value-of select="//extremePerguntaAbsolutaAvgMaxUnidade/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart3"><xsl:value-of select="//extremePerguntaAbsolutaAvgMinDocente/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart3"><xsl:value-of select="//extremePerguntaAbsolutaAvgMinDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart3"><xsl:value-of select="//extremePerguntaAbsolutaAvgMinDocente/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart4"><xsl:value-of select="//extremePerguntaAbsolutaAvgMinUnidade/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart4"><xsl:value-of select="//extremePerguntaAbsolutaAvgMinUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart4"><xsl:value-of select="//extremePerguntaAbsolutaAvgMinUnidade/tempFile"/></xsl:with-param>
                </xsl:call-template>

                <xsl:call-template name="extremeComponentRow">
                    <xsl:with-param name="titleCol1">Melhor Componente Agregada (Media Unidades)</xsl:with-param>
                    <xsl:with-param name="titleCol2">Pior Componente Agregada (Media Unidades)</xsl:with-param>

                    <xsl:with-param name="titleChart1"><xsl:value-of select="//extremePerguntaAgregadaAvgMaxDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart1"><xsl:value-of select="//extremePerguntaAgregadaAvgMaxDocente/tempFile"/></xsl:with-param>

                    <xsl:with-param name="titleChart2"><xsl:value-of select="//extremePerguntaAgregadaAvgMaxUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart2"><xsl:value-of select="//extremePerguntaAgregadaAvgMaxUnidade/tempFile"/></xsl:with-param>

                    <xsl:with-param name="titleChart3"><xsl:value-of select="//extremePerguntaAgregadaAvgMinDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart3"><xsl:value-of select="//extremePerguntaAgregadaAvgMinDocente/tempFile"/></xsl:with-param>

                    <xsl:with-param name="titleChart4"><xsl:value-of select="//extremePerguntaAgregadaAvgMinUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart4"><xsl:value-of select="//extremePerguntaAgregadaAvgMinUnidade/tempFile"/></xsl:with-param>
                </xsl:call-template>


                <xsl:call-template name="extremeComponentRow">
                    <xsl:with-param name="titleCol1">Melhor Unidade do Docente</xsl:with-param>
                    <xsl:with-param name="titleCol2">Pior Unidade do Docente</xsl:with-param>

                    <xsl:with-param name="titleChart1"><xsl:value-of select="//extremeUnitAvgMaxDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart1"><xsl:value-of select="//extremeUnitAvgMaxDocente/tempFile"/></xsl:with-param>

                    <xsl:with-param name="titleChart2"><xsl:value-of select="//extremeUnitAvgMaxUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart2"><xsl:value-of select="//extremeUnitAvgMaxUnidade/tempFile"/></xsl:with-param>

                    <xsl:with-param name="titleChart3"><xsl:value-of select="//extremeUnitAvgMinDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart3"><xsl:value-of select="//extremeUnitAvgMinDocente/tempFile"/></xsl:with-param>

                    <xsl:with-param name="titleChart4"><xsl:value-of select="//extremeUnitAvgMinUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart4"><xsl:value-of select="//extremeUnitAvgMinUnidade/tempFile"/></xsl:with-param>
                </xsl:call-template>

                <xsl:call-template name="extremeComponentRow">
                    <xsl:with-param name="titleCol1">Melhor desempenho face à Média do Curso</xsl:with-param>
                    <xsl:with-param name="titleCol2">Pior desempenho face à Média do Curso</xsl:with-param>

                    <xsl:with-param name="titleChart1"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMaxDocente/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart1"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMaxDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart1"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMaxDocente/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart2"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMaxUnidade/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart2"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMaxUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart2"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMaxUnidade/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart3"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMinDocente/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart3"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMinDocente/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart3"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMinDocente/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart4"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMinUnidade/subTitle"/></xsl:with-param>
                    <xsl:with-param name="subTitleChart4"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMinUnidade/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart4"><xsl:value-of select="//extremePerguntaAbsolutaDiffAvgMinUnidade/tempFile"/></xsl:with-param>

                </xsl:call-template>


                <xsl:call-template name="extremeComponentRow">
                    <xsl:with-param name="titleCol1">Unidade com mais respostas</xsl:with-param>
                    <xsl:with-param name="titleCol2">Unidade com menos respostas </xsl:with-param>
                    <xsl:with-param name="cols">2</xsl:with-param>
                    <xsl:with-param name="titleChart1"><xsl:value-of select="//extremeParticipacaoMax/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart1"><xsl:value-of select="//extremeParticipacaoMax/tempFile"/></xsl:with-param>
                    <xsl:with-param name="titleChart2"><xsl:value-of select="//extremeParticipacaoMin/chartTitle"/></xsl:with-param>
                    <xsl:with-param name="chart2"><xsl:value-of select="//extremeParticipacaoMin/tempFile"/></xsl:with-param>
                </xsl:call-template>

            </fo:table-body>
        </fo:table>
    </xsl:template>

</xsl:stylesheet>