|
1478 | 1478 |
|
1479 | 1479 | <xsl:template name="insertCoverPage">
|
1480 | 1480 | <xsl:if test="$isGenerateTableIF = 'false'"> <!-- no need cover page for auto-layout algorithm -->
|
| 1481 | + <xsl:variable name="fo_cover_page"> |
1481 | 1482 | <!-- cover page -->
|
1482 | 1483 | <xsl:choose>
|
1483 | 1484 | <xsl:when test="$layoutVersion = '1951'">
|
|
1792 | 1793 | <!-- International
|
1793 | 1794 | Standard -->
|
1794 | 1795 | <fo:table-cell number-columns-spanned="2" padding-left="6mm">
|
1795 |
| - <fo:block-container height="46mm"> |
| 1796 | + <fo:block-container height="46mm" role="SKIP"> |
1796 | 1797 | <fo:block font-size="20pt" font-weight="bold" line-height="1.25" margin-top="3mm">
|
1797 | 1798 |
|
1798 | 1799 | <xsl:variable name="updates-document-type" select="/iso:iso-standard/iso:bibdata/iso:ext/iso:updates-document-type"/>
|
|
1863 | 1864 |
|
1864 | 1865 | <fo:table-row height="46mm">
|
1865 | 1866 | <fo:table-cell number-columns-spanned="2" border-right="{$cover_page_border}">
|
1866 |
| - <fo:block>  |
1867 |
| - </fo:block> |
| 1867 | + <fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block> |
1868 | 1868 | </fo:table-cell>
|
1869 | 1869 | <fo:table-cell number-columns-spanned="2" display-align="after" padding-left="6mm">
|
1870 | 1870 | <fo:block font-size="19pt" font-weight="bold" line-height="1">
|
|
1877 | 1877 | </fo:table-row>
|
1878 | 1878 |
|
1879 | 1879 | <fo:table-row height="1.4mm" font-size="0pt">
|
1880 |
| - <fo:table-cell border-bottom="{$cover_page_border}"><fo:block> </fo:block></fo:table-cell> |
1881 |
| - <fo:table-cell number-columns-spanned="2"><fo:block> </fo:block></fo:table-cell> |
1882 |
| - <fo:table-cell border-bottom="{$cover_page_border}"><fo:block> </fo:block></fo:table-cell> |
| 1880 | + <fo:table-cell border-bottom="{$cover_page_border}"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
| 1881 | + <fo:table-cell number-columns-spanned="2"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
| 1882 | + <fo:table-cell border-bottom="{$cover_page_border}"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
1883 | 1883 | </fo:table-row>
|
1884 | 1884 | <fo:table-row height="1.4mm" font-size="0pt">
|
1885 |
| - <fo:table-cell number-columns-spanned="4"><fo:block> </fo:block></fo:table-cell> |
| 1885 | + <fo:table-cell number-columns-spanned="4"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
1886 | 1886 | </fo:table-row>
|
1887 | 1887 |
|
1888 | 1888 | <fo:table-row>
|
|
1918 | 1918 | </fo:block-container>
|
1919 | 1919 | </fo:table-cell>
|
1920 | 1920 | <fo:table-cell number-columns-spanned="2" padding-left="6mm">
|
1921 |
| - <fo:block margin-top="2.5mm" line-height="1.1"> |
| 1921 | + <fo:block margin-top="2.5mm" line-height="1.1" role="SKIP"> |
1922 | 1922 |
|
1923 | 1923 | <xsl:if test="not($stage-abbreviation = 'DIS' or $stage-abbreviation = 'DAMD' or $stage-abbreviation = 'DAM')">
|
1924 | 1924 | <xsl:variable name="edition_and_date">
|
|
2574 | 2574 | </fo:block>
|
2575 | 2575 | </fo:block-container>
|
2576 | 2576 | </fo:flow>
|
2577 |
| - </xsl:otherwise> |
| 2577 | + </xsl:otherwise> |
2578 | 2578 | </xsl:choose>
|
2579 | 2579 |
|
2580 | 2580 |
|
|
2776 | 2776 | </fo:page-sequence>
|
2777 | 2777 | </xsl:otherwise>
|
2778 | 2778 | </xsl:choose>
|
2779 |
| - </xsl:if> <!-- $isGenerateTableIF = ' false' --> |
| 2779 | + </xsl:variable> |
| 2780 | + |
| 2781 | + <xsl:apply-templates select="xalan:nodeset($fo_cover_page)" mode="set_table_role_skip"/> |
| 2782 | + |
| 2783 | + </xsl:if> <!-- $isGenerateTableIF = 'false' --> |
2780 | 2784 | </xsl:template> <!-- END insertCoverPage -->
|
2781 | 2785 |
|
2782 | 2786 |
|
|
4947 | 4951 | <xsl:template name="insertLastPage_2024">
|
4948 | 4952 | <fo:page-sequence master-reference="last-page_2024" force-page-count="no-force">
|
4949 | 4953 | <fo:flow flow-name="xsl-region-body">
|
| 4954 | + <xsl:variable name="fo_last_page"> |
4950 | 4955 | <fo:table table-layout="fixed" width="100%" margin-bottom="-1mm">
|
4951 | 4956 | <xsl:call-template name="insertInterFont"/>
|
4952 | 4957 | <fo:table-column column-width="proportional-column-width(73)"/>
|
|
4960 | 4965 | <xsl:call-template name="insertLogoImages2024"/>
|
4961 | 4966 | </fo:block>
|
4962 | 4967 | </fo:table-cell>
|
4963 |
| - <fo:table-cell number-columns-spanned="2"><fo:block> </fo:block></fo:table-cell> |
| 4968 | + <fo:table-cell number-columns-spanned="2"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
4964 | 4969 | </fo:table-row>
|
4965 | 4970 | <fo:table-row height="1.4mm" font-size="0pt">
|
4966 |
| - <fo:table-cell border-bottom="{$cover_page_border}"><fo:block> </fo:block></fo:table-cell> |
4967 |
| - <fo:table-cell number-columns-spanned="2"><fo:block> </fo:block></fo:table-cell> |
4968 |
| - <fo:table-cell border-bottom="{$cover_page_border}"><fo:block> </fo:block></fo:table-cell> |
| 4971 | + <fo:table-cell border-bottom="{$cover_page_border}"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
| 4972 | + <fo:table-cell number-columns-spanned="2"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
| 4973 | + <fo:table-cell border-bottom="{$cover_page_border}"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
4969 | 4974 | </fo:table-row>
|
4970 | 4975 | <fo:table-row height="2mm" font-size="0pt">
|
4971 |
| - <fo:table-cell number-columns-spanned="4"><fo:block> </fo:block></fo:table-cell> |
| 4976 | + <fo:table-cell number-columns-spanned="4"><fo:block role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block></fo:table-cell> |
4972 | 4977 | </fo:table-row>
|
4973 | 4978 | <fo:table-row height="182mm"> <!-- 174 -->
|
4974 | 4979 | <fo:table-cell number-columns-spanned="2" display-align="after" border-right="{$cover_page_border}">
|
|
5004 | 5009 | </fo:table-row>
|
5005 | 5010 | </fo:table-body>
|
5006 | 5011 | </fo:table>
|
| 5012 | + </xsl:variable> |
| 5013 | + <xsl:apply-templates select="xalan:nodeset($fo_last_page)" mode="set_table_role_skip"/> |
5007 | 5014 | </fo:flow>
|
5008 | 5015 | </fo:page-sequence>
|
5009 | 5016 | </xsl:template> <!-- END: insertLastPage_2024 -->
|
|
5325 | 5332 | </xsl:template>
|
5326 | 5333 |
|
5327 | 5334 | <xsl:template name="insertLastBlock">
|
5328 |
| - <fo:block id="lastBlock" font-size="1pt" keep-with-previous="always" role="SKIP"> </fo:block> |
| 5335 | + <fo:block id="lastBlock" font-size="1pt" keep-with-previous="always" role="SKIP"><fo:wrapper role="artifact"> </fo:wrapper></fo:block> |
5329 | 5336 | </xsl:template>
|
5330 | 5337 |
|
5331 | 5338 | </xsl:stylesheet>
|
0 commit comments