|
|
|
|
@ -11,7 +11,9 @@
|
|
|
|
|
<fo:simple-page-master master-name="simpleA4"
|
|
|
|
|
page-height="29.7cm" page-width="21cm" margin-top="1.5cm"
|
|
|
|
|
margin-bottom="1.5cm" margin-left="2cm" margin-right="2cm">
|
|
|
|
|
<fo:region-body margin-bottom="16pt" />
|
|
|
|
|
<fo:region-body margin-bottom="16pt" margin-top="12pt" />
|
|
|
|
|
<fo:region-before extent="10pt"
|
|
|
|
|
display-align="before" />
|
|
|
|
|
<fo:region-after extent="10pt"
|
|
|
|
|
display-align="after" />
|
|
|
|
|
</fo:simple-page-master>
|
|
|
|
|
@ -46,10 +48,12 @@
|
|
|
|
|
<fo:table-cell border-color="black"
|
|
|
|
|
border-style="solid" border-width="thin"
|
|
|
|
|
number-columns-spanned="1">
|
|
|
|
|
<fo:block>
|
|
|
|
|
<fo:block font-size="8pt"
|
|
|
|
|
space-before="0.3cm" space-after="0.3cm" margin-left="0.2cm"
|
|
|
|
|
font-weight="bold" text-align="center" >
|
|
|
|
|
<xsl:variable name="LogotipoSIPRP" select="LogotipoSIPRP" />
|
|
|
|
|
<fo:external-graphic src="url('{$LogotipoSIPRP}')" text-align="center"
|
|
|
|
|
background-color="rgb(255,255,255)" height="33pt" />
|
|
|
|
|
background-color="rgb(255,255,255)" height="33pt" display-align="center" />
|
|
|
|
|
</fo:block>
|
|
|
|
|
</fo:table-cell>
|
|
|
|
|
<fo:table-cell border-color="black"
|
|
|
|
|
@ -102,10 +106,10 @@
|
|
|
|
|
number-columns-spanned="1">
|
|
|
|
|
<fo:block font-size="8pt"
|
|
|
|
|
space-before="0.3cm" space-after="0.3cm" margin-left="0.2cm"
|
|
|
|
|
font-weight="bold">
|
|
|
|
|
font-weight="bold" text-align="center" >
|
|
|
|
|
<xsl:variable name="LogotipoAuchan" select="LogotipoAuchan" />
|
|
|
|
|
<fo:external-graphic src="url('{$LogotipoAuchan}')" text-align="center"
|
|
|
|
|
height="33pt" />
|
|
|
|
|
display-align="center" height="33pt" />
|
|
|
|
|
</fo:block>
|
|
|
|
|
</fo:table-cell>
|
|
|
|
|
</fo:table-row>
|
|
|
|
|
@ -1163,12 +1167,29 @@
|
|
|
|
|
</fo:table-body>
|
|
|
|
|
</fo:table>
|
|
|
|
|
</fo:block>
|
|
|
|
|
<fo:block id="endofdoc"></fo:block>
|
|
|
|
|
<!-- <fo:block id="endofdoc"></fo:block>-->
|
|
|
|
|
</fo:flow>
|
|
|
|
|
</fo:page-sequence>
|
|
|
|
|
<xsl:choose>
|
|
|
|
|
<xsl:when test="self::node()[Acidente/Imagens/TemImagens='y']">
|
|
|
|
|
<fo:page-sequence master-reference="simpleA4">
|
|
|
|
|
<fo:static-content flow-name="xsl-region-before">
|
|
|
|
|
<fo:block font-size="8pt" text-align="center">
|
|
|
|
|
ANEXO - Imagens
|
|
|
|
|
</fo:block>
|
|
|
|
|
</fo:static-content>
|
|
|
|
|
<fo:static-content flow-name="xsl-region-after">
|
|
|
|
|
<fo:block font-size="8pt" text-align="right">
|
|
|
|
|
Página
|
|
|
|
|
<fo:inline>
|
|
|
|
|
<fo:page-number />
|
|
|
|
|
</fo:inline>
|
|
|
|
|
de
|
|
|
|
|
<fo:inline>
|
|
|
|
|
<fo:page-number-citation ref-id="endofdoc" />
|
|
|
|
|
</fo:inline>
|
|
|
|
|
</fo:block>
|
|
|
|
|
</fo:static-content>
|
|
|
|
|
<fo:flow flow-name="xsl-region-body">
|
|
|
|
|
<xsl:for-each select="Acidente/Imagens/Imagem" >
|
|
|
|
|
<fo:block>
|
|
|
|
|
@ -1177,6 +1198,7 @@
|
|
|
|
|
background-color="rgb(255,255,255)" />
|
|
|
|
|
</fo:block>
|
|
|
|
|
</xsl:for-each>
|
|
|
|
|
<fo:block id="endofdoc"></fo:block>
|
|
|
|
|
</fo:flow>
|
|
|
|
|
</fo:page-sequence>
|
|
|
|
|
</xsl:when>
|
|
|
|
|
|