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

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 17 years ago
parent ae403865eb
commit 89c9900015

@ -196,10 +196,12 @@
<fo:block font-size="12pt"> </fo:block> <fo:block font-size="12pt"> </fo:block>
<fo:block font-size="12pt"> </fo:block> <fo:block font-size="12pt"> </fo:block>
<fo:block font-size="12pt" text-align="center"> <fo:block font-size="12pt" text-align="center">
<xsl:variable name="logotipo" <xsl:if test="empresa/logotipo">
select="empresa/logotipo" /> <xsl:variable name="logotipo"
<fo:external-graphic src="url('{$logotipo}')" select="empresa/logotipo" />
height="2cm" /> <fo:external-graphic
src="url('{$logotipo}')" height="2cm" />
</xsl:if>
</fo:block> </fo:block>
<fo:block font-size="12pt"> </fo:block> <fo:block font-size="12pt"> </fo:block>
<fo:block font-size="12pt"> </fo:block> <fo:block font-size="12pt"> </fo:block>
@ -219,7 +221,7 @@
<fo:page-sequence master-reference="Standard_1" <fo:page-sequence master-reference="Standard_1"
initial-page-number="1" force-page-count="no-force"> initial-page-number="1" force-page-count="no-force">
<fo:static-content flow-name="xsl-region-before"> <fo:static-content flow-name="xsl-region-before">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -235,10 +237,13 @@
<fo:table-cell display-align="after"> <fo:table-cell display-align="after">
<fo:block font-size="13pt" <fo:block font-size="13pt"
text-align="right"> text-align="right">
<xsl:variable name="logotipo" <xsl:if
select="empresa/logotipo" /> test="empresa/logotipo">
<fo:external-graphic <xsl:variable
src="url('{$logotipo}')" height="2cm" /> name="logotipo" select="empresa/logotipo" />
<fo:external-graphic
src="url('{$logotipo}')" height="2cm" />
</xsl:if>
</fo:block> </fo:block>
</fo:table-cell> </fo:table-cell>
</fo:table-row> </fo:table-row>
@ -246,7 +251,7 @@
</fo:table> </fo:table>
</fo:static-content> </fo:static-content>
<fo:static-content flow-name="xsl-region-after"> <fo:static-content flow-name="xsl-region-after">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -842,7 +847,7 @@
<xsl:for-each select="categoria-legislacao"> <xsl:for-each select="categoria-legislacao">
<fo:block font-size="12pt" text-indent="-0.3cm" <fo:block font-size="12pt" text-indent="-0.3cm"
text-align="justify" margin-left="1.5cm" text-align="justify" margin-left="1.5cm"
font-decoration="underline" font-weight="bold"> text-decoration="underline" font-weight="bold">
<xsl:value-of select="designacao" /> <xsl:value-of select="designacao" />
</fo:block> </fo:block>
<fo:list-block> <fo:list-block>
@ -3333,6 +3338,66 @@
eliminação, redução ou controlo para níveis eliminação, redução ou controlo para níveis
aceitáveis.   aceitáveis.  
</fo:block> </fo:block>
<fo:block font-size="12pt"
text-decoration="underline" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in" break-before="page">
ÍNDICE DAS TABELAS DE RISCO POR ÁREA DE
ACTIVIDADE
</fo:block>
<xsl:for-each select="conclusoes/area">
<fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in">
 
</fo:block>
<fo:block text-align-last="justify"
line-height="17pt" font-size="14pt" space-after="3pt"
text-align="start" text-indent="0cm" font-weight="bold">
<fo:basic-link
internal-destination="N68350">
<xsl:attribute
name="internal-destination">
<xsl:value-of
select="generate-id()" />
</xsl:attribute>
Gen&#xe9;rico -
<xsl:value-of select="designacao" />
</fo:basic-link>
<fo:leader leader-pattern="dots"
leader-pattern-width="5pt" />
<fo:page-number-citation>
<xsl:attribute name="ref-id">
<xsl:value-of
select="generate-id()" />
</xsl:attribute>
</fo:page-number-citation>
</fo:block>
<xsl:for-each select="posto">
<fo:block text-align-last="justify"
line-height="17pt" font-size="14pt" space-after="3pt"
text-align="start" text-indent="0cm">
<fo:basic-link
internal-destination="N68350">
<xsl:attribute
name="internal-destination">
<xsl:value-of
select="generate-id()" />
</xsl:attribute>
<xsl:value-of select="designacao" />
</fo:basic-link>
<fo:leader leader-pattern="dots"
leader-pattern-width="5pt" />
<fo:page-number-citation>
<xsl:attribute name="ref-id">
<xsl:value-of
select="generate-id()" />
</xsl:attribute>
</fo:page-number-citation>
</fo:block>
</xsl:for-each>
</xsl:for-each>
</fo:flow> </fo:flow>
</fo:page-sequence> </fo:page-sequence>
@ -3340,7 +3405,7 @@
<fo:page-sequence master-reference="Standard_2" <fo:page-sequence master-reference="Standard_2"
force-page-count="no-force" initial-page-number="auto"> force-page-count="no-force" initial-page-number="auto">
<fo:static-content flow-name="xsl-region-before"> <fo:static-content flow-name="xsl-region-before">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3358,10 +3423,13 @@
display-align="after"> display-align="after">
<fo:block font-size="13pt" <fo:block font-size="13pt"
text-align="right"> text-align="right">
<xsl:variable <xsl:if
name="logotipo" select="empresa/logotipo" /> test="empresa/logotipo">
<fo:external-graphic <xsl:variable
src="url('{$logotipo}')" height="2cm" /> name="logotipo" select="empresa/logotipo" />
<fo:external-graphic
src="url('{$logotipo}')" height="2cm" />
</xsl:if>
</fo:block> </fo:block>
</fo:table-cell> </fo:table-cell>
</fo:table-row> </fo:table-row>
@ -3369,7 +3437,7 @@
</fo:table> </fo:table>
</fo:static-content> </fo:static-content>
<fo:static-content flow-name="xsl-region-after"> <fo:static-content flow-name="xsl-region-after">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3427,26 +3495,6 @@
margin-left="0in"> margin-left="0in">
   
</fo:block> </fo:block>
<fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in">
 
</fo:block>
<fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in">
 
</fo:block>
<fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in">
 
</fo:block>
<fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in">
 
</fo:block>
<fo:block font-size="16pt" font-weight="bold" <fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center" margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in"> margin-left="0in">
@ -3455,6 +3503,9 @@
<fo:block font-size="16pt" font-weight="bold" <fo:block font-size="16pt" font-weight="bold"
margin-right="-0.0146in" text-indent="0in" text-align="center" margin-right="-0.0146in" text-indent="0in" text-align="center"
margin-left="0in"> margin-left="0in">
<xsl:attribute name="id">
<xsl:value-of select="generate-id()" />
</xsl:attribute>
Riscos Comuns a Riscos Comuns a
<xsl:value-of select="designacao" /> <xsl:value-of select="designacao" />
</fo:block> </fo:block>
@ -3468,7 +3519,8 @@
force-page-count="no-force" initial-page-number="auto"> force-page-count="no-force" initial-page-number="auto">
<fo:static-content <fo:static-content
flow-name="xsl-region-before"> flow-name="xsl-region-before">
<fo:table> <fo:table table-layout="fixed"
width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3486,10 +3538,12 @@
display-align="after"> display-align="after">
<fo:block <fo:block
font-size="13pt" text-align="right"> font-size="13pt" text-align="right">
<xsl:variable <xsl:if test="../../../empresa/logotipo">
name="logotipo" select="empresa/logotipo" /> <xsl:variable
<fo:external-graphic name="logotipo" select="../../../empresa/logotipo" />
src="url('{$logotipo}')" height="2cm" /> <fo:external-graphic
src="url('{$logotipo}')" height="2cm" />
</xsl:if>
</fo:block> </fo:block>
</fo:table-cell> </fo:table-cell>
</fo:table-row> </fo:table-row>
@ -3498,7 +3552,8 @@
</fo:static-content> </fo:static-content>
<fo:static-content <fo:static-content
flow-name="xsl-region-after"> flow-name="xsl-region-after">
<fo:table> <fo:table table-layout="fixed"
width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3591,7 +3646,7 @@
<fo:page-sequence master-reference="Standard_1" <fo:page-sequence master-reference="Standard_1"
force-page-count="no-force" initial-page-number="auto"> force-page-count="no-force" initial-page-number="auto">
<fo:static-content flow-name="xsl-region-before"> <fo:static-content flow-name="xsl-region-before">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3607,10 +3662,12 @@
<fo:table-cell display-align="after"> <fo:table-cell display-align="after">
<fo:block font-size="13pt" <fo:block font-size="13pt"
text-align="right"> text-align="right">
<xsl:variable name="logotipo" <xsl:if test="../../../empresa/logotipo">
select="empresa/logotipo" /> <xsl:variable name="logotipo"
<fo:external-graphic select="empresa/logotipo" />
src="url('{$logotipo}')" height="2cm" /> <fo:external-graphic
src="url('{$logotipo}')" height="2cm" />
</xsl:if>
</fo:block> </fo:block>
</fo:table-cell> </fo:table-cell>
</fo:table-row> </fo:table-row>
@ -3618,7 +3675,7 @@
</fo:table> </fo:table>
</fo:static-content> </fo:static-content>
<fo:static-content flow-name="xsl-region-after"> <fo:static-content flow-name="xsl-region-after">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3789,7 +3846,7 @@
<fo:page-sequence master-reference="Standard_2" <fo:page-sequence master-reference="Standard_2"
force-page-count="no-force" initial-page-number="auto"> force-page-count="no-force" initial-page-number="auto">
<fo:static-content flow-name="xsl-region-before"> <fo:static-content flow-name="xsl-region-before">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -3805,16 +3862,18 @@
<fo:table-cell display-align="after"> <fo:table-cell display-align="after">
<fo:block font-size="13pt" <fo:block font-size="13pt"
text-align="right"> text-align="right">
<xsl:variable name="logotipo" <xsl:if test="../../../empresa/logotipo">
select="empresa/logotipo" /> <xsl:variable name="logotipo"
<fo:external-graphic select="../../../empresa/logotipo" />
src="url('{$logotipo}')" height="2cm" /> <fo:external-graphic
src="url('{$logotipo}')" height="2cm" />
</xsl:if>
</fo:block> </fo:block>
</fo:table-cell> </fo:table-cell>
</fo:table-row> </fo:table-row>
</fo:table-body> </fo:table-body>
</fo:table> </fo:table>
<fo:table table-layout="fixed" width="10.0208in"> <fo:table table-layout="fixed" width="10.0209in">
<fo:table-column column-width="0.716in" /> <fo:table-column column-width="0.716in" />
<fo:table-column column-width="0.6729in" /> <fo:table-column column-width="0.6729in" />
<fo:table-column column-width="0.8208in" /> <fo:table-column column-width="0.8208in" />
@ -3854,7 +3913,9 @@
EMPRESA EMPRESA
</fo:inline> </fo:inline>
<fo:inline font-size="9pt"> <fo:inline font-size="9pt">
: Auchan :
<xsl:value-of
select="../../../empresa/designacao-social" />
</fo:inline> </fo:inline>
   
</fo:block> </fo:block>
@ -3876,7 +3937,15 @@
DATA DA AVALIAÇÃO DATA DA AVALIAÇÃO
</fo:inline> </fo:inline>
<fo:inline font-size="9pt"> <fo:inline font-size="9pt">
: 6 de Março de 2008 :
<xsl:value-of
select="../../../data-hs/dia" />
de
<xsl:value-of
select="../../../data-hs/mes-extenso" />
de
<xsl:value-of
select="../../../data-hs/ano" />
</fo:inline> </fo:inline>
   
</fo:block> </fo:block>
@ -4076,7 +4145,7 @@
</fo:table> </fo:table>
</fo:static-content> </fo:static-content>
<fo:static-content flow-name="xsl-region-after"> <fo:static-content flow-name="xsl-region-after">
<fo:table> <fo:table table-layout="fixed" width="100%">
<fo:table-column /> <fo:table-column />
<fo:table-column /> <fo:table-column />
<fo:table-body> <fo:table-body>
@ -4100,7 +4169,11 @@
</fo:static-content> </fo:static-content>
<fo:flow flow-name="xsl-region-body"> <fo:flow flow-name="xsl-region-body">
<fo:block></fo:block> <fo:block>
<xsl:attribute name="id">
<xsl:value-of select="generate-id()" />
</xsl:attribute>
</fo:block>
</fo:flow> </fo:flow>
</fo:page-sequence> </fo:page-sequence>
</xsl:template> </xsl:template>

@ -5,7 +5,8 @@
COMPANHIA PORTUGUESA DE HIPERMERCADOS COMPANHIA PORTUGUESA DE HIPERMERCADOS
</designacao-social> </designacao-social>
<estabelecimento>ALVERCA</estabelecimento> <estabelecimento>ALVERCA</estabelecimento>
<logotipo>http://apdp/siprp/auchan_jumbo_lado.jpg</logotipo> <!-- <logotipo>http://apdp/siprp/auchan_jumbo_lado.jpg</logotipo>-->
<logotipo>http://www.evolute.pt/~siprp/planoactuacao/siprp_logo.jpg</logotipo>
<morada>rua do estabelecimento</morada> <morada>rua do estabelecimento</morada>
</empresa> </empresa>
<data-relatorio> <data-relatorio>

Loading…
Cancel
Save