Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  2. <xsl:output method="xml" version="1.0" encoding="UTF-8"/>
  3. <xsl:template match="/">
  4. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rx="http://www.renderx.com/XSL/Extensions" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office">
  5. <fo:layout-master-set>
  6. <fo:simple-page-master master-name="section1-first-page" page-width="8.268055555555555in" page-height="11.693055555555556in" margin-top="8mm" margin-bottom="9mm" margin-right="0mm" margin-left="10mm">
  7. <fo:region-body margin-top="0mm" margin-bottom="0mm" margin-right="15mm" margin-left="20mm"/>
  8. <fo:region-before region-name="first-page-header" extent="11in" margin-right="0mm" margin-left="0mm"/>
  9. <fo:region-after region-name="first-page-footer" extent="11in" display-align="after"/>
  10. </fo:simple-page-master>
  11. <fo:simple-page-master master-name="section1-odd-page" page-width="8.268055555555555in" page-height="11.693055555555556in" margin-top="8mm" margin-bottom="9mm" margin-right="15mm" margin-left="30mm">
  12. <fo:region-body margin-top="0mm" margin-bottom="0mm" margin-right="0mm" margin-left="0mm"/>
  13. <fo:region-before region-name="odd-page-header" extent="11in"/>
  14. <fo:region-after region-name="odd-page-footer" extent="11in" display-align="after"/>
  15. </fo:simple-page-master>
  16. <fo:simple-page-master master-name="section1-even-page" page-width="8.268055555555555in" page-height="11.693055555555556in" margin-top="8mm" margin-bottom="9mm" margin-right="15mm" margin-left="30mm">
  17. <fo:region-body margin-top="0mm" margin-bottom="0mm" margin-right="0mm" margin-left="0mm"/>
  18. <fo:region-before region-name="even-page-header" extent="11in"/>
  19. <fo:region-after region-name="even-page-footer" extent="11in" display-align="after"/>
  20. </fo:simple-page-master>
  21. <fo:page-sequence-master master-name="section1-page-sequence-master">
  22. <fo:single-page-master-reference master-reference="section1-first-page"/>
  23. <fo:repeatable-page-master-alternatives>
  24. <fo:conditional-page-master-reference odd-or-even="odd" master-reference="section1-odd-page"/>
  25. <fo:conditional-page-master-reference odd-or-even="even" master-reference="section1-even-page"/>
  26. </fo:repeatable-page-master-alternatives>
  27. </fo:page-sequence-master>
  28. </fo:layout-master-set>
  29. <fo:page-sequence master-reference="section1-page-sequence-master" format="1" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
  30. <fo:static-content flow-name="first-page-header" font-size="7pt" text-align="right" font-family="Arial">
  31. <fo:retrieve-marker retrieve-class-name="first-page-header" retrieve-position="first-including-carryover" retrieve-boundary="page"/>
  32. <fo:block>
  33. <fo:table>
  34. <fo:table-column column-number="1" column-width="115mm" />
  35. <fo:table-column column-number="1" column-width="65mm" />
  36. <fo:table-body>
  37. <fo:table-row>
  38. <fo:table-cell>
  39. <fo:block font-family="Arial" color="#000000" font-size="6pt" space-before="5pt" space-after="5pt" text-align="left" xmlns:st1="urn:schemas-microsoft-com:office:smarttags">
  40. <fo:inline font-size="6pt">
  41. <xsl:variable name="logo_url" select="/DOKUMENT/LOGO_URL"/>
  42. <fo:external-graphic content-width="40%" content-height="40%" src="url("{$logo_url}")"/>
  43. </fo:inline>
  44. </fo:block>
  45. </fo:table-cell>
  46. <fo:table-cell>
  47. <fo:block font-family="Arial" color="#000000" font-size="6pt" space-before="5pt" space-after="5pt" text-align="left" xmlns:st1="urn:schemas-microsoft-com:office:smarttags">
  48. <fo:inline font-size="8pt">
  49. <fo:block/>
  50. </fo:inline>
  51. <fo:inline font-weight="bold" font-size="7pt">
  52. <fo:leader leader-length="0pt"/>ASUTUSESISESEKS KASUTAMISEKS</fo:inline>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement