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

lxbfYeaa
Frederico Palma 17 years ago
parent 052892b27a
commit 47db167218

@ -710,20 +710,18 @@
<xsl:value-of select="empresa/morada" /> <xsl:value-of select="empresa/morada" />
</fo:inline> </fo:inline>
<fo:inline> <fo:inline>
(cuja actividade desenvolvida é de comércio (cuja actividade desenvolvida é de
a retalho em supermercados e hipermercados) <xsl:value-of select="empresa/actividade" />
para a avaliação das condições de segurança, ) para a avaliação das condições de
higiene e saúde do trabalho existentes. segurança, higiene e saúde do trabalho
existentes.
</fo:inline> </fo:inline>
   
</fo:block> </fo:block>
<fo:block font-size="12pt" margin-right="-0.0146in" <fo:block font-size="12pt" margin-right="-0.0146in"
text-indent="0in" text-align="justify" line-height="130%" text-indent="0in" text-align="justify" line-height="130%"
margin-left="0in" space-after="6pt"> margin-left="0in" space-after="6pt">
A empresa supracitada possui duzentos e sessenta <xsl:value-of select="trabalhadores" />
e quatro (264) funcionários, sendo que setenta e
seis (76) destes exercem actividades na zona de
produtos frescos.  
</fo:block> </fo:block>
<fo:block font-size="12pt" text-align="justify" <fo:block font-size="12pt" text-align="justify"
line-height="130%" space-after="6pt"> line-height="130%" space-after="6pt">
@ -2729,10 +2727,6 @@
e estabelecer prazos de execução, como se e estabelecer prazos de execução, como se
exemplifica no seguinte quadro:   exemplifica no seguinte quadro:  
</fo:block> </fo:block>
<fo:block font-size="10pt" margin-right="-0.0146in"
text-indent="0in" text-align="justify" margin-left="0in">
 
</fo:block>
<fo:table table-layout="fixed" width="6.4236in" <fo:table table-layout="fixed" width="6.4236in"
space-after="6pt"> space-after="6pt">
<fo:table-column column-width="1.4153in" /> <fo:table-column column-width="1.4153in" />
@ -3729,6 +3723,20 @@
space-before="40pt"> space-before="40pt">
<fo:table-column column-width="2.825in" /> <fo:table-column column-width="2.825in" />
<fo:table-body> <fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block font-size="12pt"
text-align="center">
<xsl:if
test="tecnico-hs/assinatura">
<xsl:variable
name="assinatura" select="tecnico-hs/assinatura" />
<fo:external-graphic
src="url('{$assinatura}')" />
</xsl:if>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row> <fo:table-row>
<fo:table-cell padding-bottom="0in" <fo:table-cell padding-bottom="0in"
padding-left="0.075in" border-left="none" border-bottom="none" padding-left="0.075in" border-left="none" border-bottom="none"
@ -3743,7 +3751,8 @@
<fo:block font-size="12pt" <fo:block font-size="12pt"
font-weight="bold" margin-right="0in" text-indent="0.2134in" font-weight="bold" margin-right="0in" text-indent="0.2134in"
text-align="center" margin-left="-0.2134in"> text-align="center" margin-left="-0.2134in">
Sónia Campos   <xsl:value-of />
<xsl:value-of select="tecnico-hs/nome" />
</fo:block> </fo:block>
<fo:block font-size="12pt" <fo:block font-size="12pt"
margin-right="-0.0937in" text-indent="0in" text-align="center" margin-right="-0.0937in" text-indent="0in" text-align="center"

Loading…
Cancel
Save