~openerp-mongolian/openerp-mongolization/7.0

« back to all changes in this revision

Viewing changes to l10n_mn_web_export_view/report/custom_default_printscreen.xsl

  • Committer: Unurjartal Ts
  • Date: 2013-06-17 09:33:42 UTC
  • mfrom: (1.1.2 openerp-mongolization)
  • Revision ID: unuruu25@gmail.com-20130617093342-w2o2hbtz5qg8ioli
ShineERP custom modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version = '1.0' encoding="utf-8"?>
 
2
 
 
3
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
 
4
    <xsl:template name="first_page_graphics_corporation">
 
5
        <!--logo-->
 
6
        <fill color="black"/>
 
7
        <stroke color="black"/>
 
8
        <setFont name="DejaVu Sans" size="8"/>
 
9
        <drawString x="1.2cm" y="19.4cm"><xsl:value-of select="//header-date"/></drawString>
 
10
        <setFont name="DejaVu Sans Bold" size="10"/>
 
11
        <drawString x="12.8cm" y="19.4cm"><xsl:value-of select="//company"/></drawString>
 
12
        <stroke color="#000000"/>
 
13
        <lines size="8">1.0cm 19.2cm 29.0cm 19.2cm</lines>
 
14
    </xsl:template>
 
15
 
 
16
   <xsl:template name="first_page_frames">
 
17
            <frame id="col1" x1="1.5cm" y1="1.0cm" width="27.0cm" height="18cm"/>
 
18
    </xsl:template>
 
19
 
 
20
</xsl:stylesheet>