git-svn-id: https://svn.coded.pt/svn/SIPRP@1199 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Frederico Palma 16 years ago
parent 41ff1f9aae
commit 1216dfabce

@ -2495,8 +2495,14 @@
REALIZADA POR:
</fo:inline>
<fo:inline font-size="12pt">
<xsl:value-of
select="../../../tecnico-hs/nome" />  / SIPRP
<xsl:choose>
<xsl:when test="../../../tecnico-hs/nome">
<xsl:value-of select="../../../tecnico-hs/nome" />
</xsl:when>
<xsl:when test="../../../tecnico-superior-hs/nome">
<xsl:value-of select="../../../tecnico-superior-hs/nome" />
</xsl:when>
</xsl:choose> / SIPRP
Sociedade Ibérica de Prevenção
de Riscos Profissionais  
</fo:inline>

Loading…
Cancel
Save