Project

General

Profile

« Previous | Next » 

Revision 4823

Added by daigle over 15 years ago

Create an eml 2.1.0 shared directory. Move skin specific xsl directives into sbclter directory: sbclter-eml-2.0.0.xsl and sbclter-eml-2.1.0.xsl

View differences:

eml.xsl
56 56
  <xsl:import href="eml-storedprocedure.xsl"/>
57 57
  <xsl:import href="eml-text.xsl"/>
58 58
  <xsl:import href="eml-view.xsl"/>
59
  <xsl:import href="./style/skins/default/templates/xsl/pageheader.xsl"/>
60
  <xsl:import href="./style/skins/default/templates/xsl/pagefooter.xsl"/>
61
  <xsl:import href="./style/skins/default/templates/xsl/page_leftsidebar.xsl"/>
62
  <xsl:import href="./style/skins/default/templates/xsl/page_rightsidebar.xsl"/>
63
  <xsl:import href="./style/skins/default/templates/xsl/page_rightsidebar.xsl"/>
64 59

  
65 60
  <xsl:output method="html" encoding="iso-8859-1"
66 61
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
......
69 64
  <!-- global variables to store id node set in case to be referenced-->
70 65
  <xsl:variable name="ids" select="//*[@id!='']"/>
71 66

  
72
  <xsl:template match="/">
73
    <html>
74
      <head>
75
        <link rel="stylesheet" type="text/css"
76
              href="{$stylePath}/{$qformat}/{$qformat}.css" />
77
      </head>
78
      <body>
79
        <!-- begin the header area -->
80
        <xsl:call-template name="pageheader" />
81
        <!-- end the header area -->
82
   
83
        <!-- begin the left sidebar area -->
84
        <xsl:call-template name="page_leftsidebar" />
85
        <!-- end the left sidebar area -->
86
   
87
        <!-- begin the content area -->
88
        <div id="{$mainTableAligmentStyle}">
89
          <xsl:apply-templates select="*[local-name()='eml']"/>
90
        </div>
91
        <!-- end the content area -->
92
   
93
        <!-- begin the right sidebar area -->
94
        <xsl:call-template name="page_rightsidebar" />
95
        <!-- end the right sidebar area -->
96

  
97
        <!-- begin the footer area -->
98
        <xsl:call-template name="pagefooter" />
99
        <!-- end the footer area -->
100
      </body>
101
    </html>
102
   </xsl:template>
103

  
104 67
   <xsl:template match="*[local-name()='eml']">
105 68
     <xsl:for-each select="dataset">
106 69
       <xsl:call-template name="emldataset"/>

Also available in: Unified diff