Project

General

Profile

« Previous | Next » 

Revision 4823

Added by daigle about 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:

resultset.xsl
33 33
-->
34 34

  
35 35
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
36
  <!-- import the header, footer, and sidebars for customized styling -->
37
  <xsl:import href="./pageheader.xsl"/>
38
  <xsl:import href="./pagefooter.xsl"/>
39
  <xsl:import href="./page_leftsidebar.xsl"/>
40
  <xsl:import href="./page_rightsidebar.xsl"/>
41
  <xsl:import href="./loginbox.xsl"/>
42
  <xsl:import href="./searchbox.xsl"/>
43
  
36 44
  <xsl:param name="cgi-prefix"/>
37 45
  <xsl:param name="sessid"/>
38 46
  <xsl:param name="enableediting">false</xsl:param>
......
40 48
  <!-- This parameter gets overidden by the chosen default qformat -->
41 49
  <xsl:param name="qformat">default</xsl:param>
42 50
  <xsl:param name="servletURL"/>
43
  
44
  <!-- import the header, footer, and sidebars for customized styling -->
45
  <xsl:import href="{$contextURL}/style/skins/sbclter/templates/xsl/pageheader.xsl"/>
46
  <xsl:import href="{$contextURL}/style/skins/sbclter/templates/xsl/pagefooter.xsl"/>
47
  <xsl:import href="{$contextURL}/style/skins/sbclter/templates/xsl/page_leftsidebar.xsl"/>
48
  <xsl:import href="{$contextURL}/style/skins/sbclter/templates/xsl/page_rightsidebar.xsl"/>
49
  <xsl:import href="{$contextURL}/style/skins/sbclter/templates/xsl/loginbox.xsl"/>
50
  <xsl:import href="{$contextURL}/style/skins/sbclter/templates/xsl/searchbox.xsl"/>
51 51

  
52 52
  <!-- send the resultset back to the browser styled in HTML -->
53 53
  <xsl:output method="html" encoding="iso-8859-1" indent="yes" standalone="yes"

Also available in: Unified diff