Project

General

Profile

1
<?xml version="1.0"?>
2
<!--
3
  *  '$RCSfile$'
4
  *      Authors: Matthew Brooke
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *
9
  *   '$Author: barteau $'
10
  *     '$Date: 2008-01-15 17:12:44 -0800 (Tue, 15 Jan 2008) $'
11
  * '$Revision: 3689 $'
12
  *
13
  * This program is free software; you can redistribute it and/or modify
14
  * it under the terms of the GNU General Public License as published by
15
  * the Free Software Foundation; either version 2 of the License, or
16
  * (at your option) any later version.
17
  *
18
  * This program is distributed in the hope that it will be useful,
19
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
  * GNU General Public License for more details.
22
  *
23
  * You should have received a copy of the GNU General Public License
24
  * along with this program; if not, write to the Free Software
25
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
  *
27
  *****************************************************************************
28
  *
29
  * This is an XSLT (http://www.w3.org/TR/xslt) stylesheet that provides a
30
  * single, central location for setting all installation-specific paths for
31
  * XSLT stylesheets.  It is intended to be imported (using the
32
  * <xsl:import href="..." /> element) into other XSLT stylesheets used in the
33
  * transformation of xml files that are valid with respect to the
34
  * applicable dtd of the Ecological Metadata Language (EML).
35

    
36
  * Some of these paths incorporate values of the form: @token-name@; these are
37
  * intended to allow an Ant (http://jakarta.apache.org/ant/index.html) build
38
  * script to replace the tokens automatically with the correct values at build/
39
  * install time.  If Ant is not used, the tokens may simply be edited by hand
40
  * to point to the correct resources.
41
  * Note that the values given below may be overridden by passing parameters to
42
  * the XSLT processor programatically, although the procedure for doing so is
43
  * vendor-specific.  Note also that these parameter definitions will be overridden
44
  * by any identical parameter names declared within xsl stylesheets that import
45
  * this stylesheet.
46
  *
47
-->
48

    
49
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
50

    
51

    
52
<!--
53
    /**
54
    *   The filename of the default css stylesheet to be used
55
    *   (filename only - not the whole path, and no ".css" extension.  The
56
    *   example below would look for a file named "default.css" in the same
57
    *   directory as the stylesheets
58
    */
59
-->
60

    
61
  <xsl:param name="qformat">default</xsl:param>
62

    
63

    
64
<!--
65
    /**
66
    *   The module which need to be display in eml2 document. The default
67
    *   value is dataset
68
    */
69
-->
70
  <xsl:param name="displaymodule">dataset</xsl:param>
71

    
72

    
73
<!--
74
    /**
75
    *   To show the links for the Entities in the dataset display module.
76
    */
77
-->
78
  <xsl:param name="withEntityLinks">1</xsl:param>
79

    
80

    
81
<!--
82
    /**
83
    *   To show the link for Additional Metadata in the dataset display module.
84
    */
85
-->
86
  <xsl:param name="withAdditionalMetadataLink">1</xsl:param>
87

    
88

    
89
<!--
90
    /**
91
    *   To show the link for the Original XML in the dataset display module.
92
    */
93
-->
94
  <xsl:param name="withOriginalXMLLink">1</xsl:param>
95

    
96

    
97
<!--
98
    /**
99
    *   To show any html links (emails and webpage).
100
    */
101
-->
102
  <xsl:param name="withHTMLLinks">1</xsl:param>
103

    
104
<!--
105
    /**
106
    *   To show the Attributes table in the entity display.
107
    */
108
-->
109
  <xsl:param name="withAttributes">1</xsl:param>
110

    
111
<!--
112
    /**
113
    *   To insert templates where header and footer are defined.
114
    */
115
-->
116
  <xsl:param name="insertTemplate">1</xsl:param>
117

    
118

    
119
<!--
120
   /**
121
    *   the path of the directory where the XSL and CSS files reside - starts
122
    *   with context name, eg: /myContextRoot/styleDirectory.
123
    *   (As found in "http://hostname:port/myContextRoot/styleDirectory").
124
    *   Needs leading slash but not trailing slash
125
    *
126
    *   EXAMPLE:
127
    *       <xsl:param name="stylePath">/brooke/style</xsl:param>
128
    */
129
-->
130

    
131
    <xsl:param name="stylePath">{$contextURL}/style/skins</xsl:param>
132

    
133

    
134
<!--
135
   /*
136
    *   the path of the directory where the common javascript and css files
137
    *   reside - i.e the files that are not skin-specific. Starts
138
    *   with context name, eg: /myContextRoot/styleCommonDirectory.
139
    *   (As found in "http://hostname:port/myContextRoot/styleCommonDirectory").
140
    *
141
    *   EXAMPLE
142
    *       <xsl:param name="styleCommonPath">/brooke/style/common</xsl:param>
143
    */
144
-->
145

    
146
    <xsl:param name="styleCommonPath">{$contextURL}/style/common</xsl:param>
147

    
148
<!--the docid of xml which is processed-->
149
    <xsl:param name="docid"/>
150
<!-- type of entity, data table or spacial raster or others-->
151
    <xsl:param name="entitytype"></xsl:param>
152
<!-- the index of entity in same entity type -->
153
    <xsl:param name="entityindex"/>
154
<!-- the index of attribute in same entity -->
155
    <xsl:param name="attributeindex"/>
156
<!-- the index of physical part in entity part-->
157
    <xsl:param name="physicalindex"/>
158
<!-- the index of distribution in physical part  -->
159
    <xsl:param name="distributionindex"/>
160
<!-- the levle of distribution -->
161
    <xsl:param name="distributionlevel"/>
162
<!-- the index of additional metadata-->
163
    <xsl:param name="additionalmetadataindex">1</xsl:param>
164
<!-- attribute set to get rid of cell spacing-->
165
    <xsl:attribute-set name="cellspacing">
166
      <xsl:attribute name="cellpadding">0</xsl:attribute>
167
      <xsl:attribute name="cellspacing">0</xsl:attribute>
168
    </xsl:attribute-set>
169

    
170
<!-- determines whether to use metacat or LSID identiers-->
171
	<xsl:param name="lsidauthority"></xsl:param>
172
<!-- the url for the data registry of the dataset-->
173
	<xsl:param name="registryurl"></xsl:param>
174
<!-- the name of the data registry of the dataset-->
175
	<xsl:param name="registryname"></xsl:param>
176

    
177
  
178
<!-- for getting the server context and cgi locations -->  
179
  <xsl:param name="contextURL"/>
180
  <xsl:param name="cgi-prefix"/>
181
  
182
<!-- for access to "protected" documents/files -->  
183
  <xsl:param name="sessionid"/>
184
  
185
  
186
<!--
187
    /**
188
    *   The base URI to be used for the href link to each document in a
189
    *   "subject-relationaship-object" triple
190
    *
191
    *   EXAMPLE:
192
    *       <xsl:param name="tripleURI">
193
    *         <![CDATA[/brooke/servlet/metacat?action=read&qformat=knb&docid=]]>
194
    *       </xsl:param>
195
    *
196
    *   (Note in the above case the "qformat=knb" parameter in the url; a system
197
    *   could pass this parameter to the XSLT engine to override the local
198
    *   <xsl:param name="qformat"> tags defined earlier in this document.)
199
    */
200
-->
201

    
202
  <xsl:param name="tripleURI"><xsl:value-of select="$contextURL" /><![CDATA[/metacat?action=read&qformat=]]><xsl:value-of select="$qformat" /><![CDATA[&sessionid=]]><xsl:value-of select="$sessionid" /><![CDATA[&docid=]]></xsl:param>
203

    
204
    <!-- URL for xmlformat-->
205
    <xsl:param name="xmlURI"><xsl:value-of select="$contextURL" /><![CDATA[/metacat?action=read&qformat=xml&docid=]]></xsl:param>
206

    
207

    
208
<!--
209
    /**
210
    *   Most of the html pages are currently laid out as a 2-column table, with
211
    *   highlights for more-major rows containing subsection titles etc.
212
    *   The following parameters are used within the
213
    *           <td width="whateverWidth" class="whateverClass">
214
    *   tags to define the column widths and (css) styles.
215
    *
216
    *   The values of the "xxxColWidth" parameters can be percentages (need to
217
    *   include % sign) or pixels (number only). Note that if a width is defined
218
    *   in the CSS stylesheet (see next paragraph), it will override this local
219
    *   width setting in browsers newer than NN4
220
    *
221
    *   The values of the "xxxColStyle" parameters refer to style definitions
222
    *   listed in the *.css stylesheet that is defined in this xsl document,
223
    *   above (in the <xsl:param name="qformat"> tag).
224
    *
225
    *   (Note that if the "qformat" is changed from the default by passing a
226
    *   value in the url (see notes for <xsl:param name="qformat"> tag, above),
227
    *   then the params below must match style names in the "new" CSS stylesheet
228
    */
229
-->
230

    
231
<!--    the style for major rows containing subsection titles etc. -->
232
  <xsl:param name="subHeaderStyle" select="'tablehead'"/>
233

    
234
<!--    the style for major rows containing links, such as additional metadata,
235
        original xml file etc. -->
236
  <xsl:param name="linkedHeaderStyle" select="'linkedHeaderStyle'"/>
237

    
238
<!--    the width for the first column (but see note above) -->
239
  <xsl:param name="firstColWidth" select="'15%'"/>
240

    
241
<!-- the style for the first column -->
242
  <xsl:param name="firstColStyle" select="'rowodd'"/>
243

    
244
<!--    the width for the second column (but see note above) -->
245
  <xsl:param name="secondColWidth" select="'85%'"/>
246

    
247
<!-- the style for the second column -->
248
  <xsl:param name="secondColStyle" select="'roweven'"/>
249

    
250
<!-- the style for the attribute table -->
251
  <xsl:param name="tableattributeStyle" select="'tableattribute'"/>
252

    
253
<!-- the style for the border -->
254
  <xsl:param name="borderStyle" select="'bordered'"/>
255

    
256
<!-- the style for the even col in attributes table -->
257
  <xsl:param name="colevenStyle" select="'coleven'"/>
258

    
259
<!-- the style for the inner even col in attributes table -->
260
  <xsl:param name="innercolevenStyle" select="'innercoleven'"/>
261

    
262
<!-- the style for the odd col in attributes table -->
263
  <xsl:param name="coloddStyle" select="'colodd'"/>
264

    
265
<!-- the style for the inner odd col in attributes table -->
266
  <xsl:param name="innercoloddStyle" select="'innercolodd'"/>
267

    
268

    
269
<!-- the default alignment style for the wrapper around the main tables -->
270
  <!--
271
  <xsl:param name="mainTableAligmentStyle" select="'mainTableAligmentStyle'"/>
272
  -->
273
  <xsl:param name="mainTableAligmentStyle" select="'content'"/>
274

    
275
<!-- the default style for the main container table -->
276
  <xsl:param name="mainContainerTableStyle" select="'group group_border'"/>
277

    
278
<!-- the default style for all other tables -->
279
  <xsl:param name="tabledefaultStyle" select="'subGroup subGroup_border onehundred_percent'"/>
280

    
281
<!-- the style for table party -->
282
  <xsl:param name="tablepartyStyle" select="'tableparty'"/>
283

    
284
<!-- Some html pages use a nested table in the second column.
285
     Some of these nested tables set their first column to
286
     the following width: -->
287
  <xsl:param name="secondColIndent" select="'10%'"/>
288

    
289
<!-- the first column width of attribute table-->
290
  <xsl:param name="attributefirstColWidth" select="'15%'"/>
291

    
292
</xsl:stylesheet>
(20-20/27)