Revision 4271
Added by ben leinfelder over 16 years ago
lib/style/skins/first-item/first-item.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<style-set name="first"> |
3 | 3 |
<!-- general login & search --> |
4 |
<default-style>@systemidserver@@style-common-path@/ascii-treeview.xsl</default-style>
|
|
4 |
<default-style>/style/common/ascii-treeview.xsl</default-style>
|
|
5 | 5 |
|
6 | 6 |
<doctype publicid="-//NCEAS//resultset//EN"> |
7 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/first/first-item-resultset.xsl</target>
|
|
7 |
<target publicid="-//W3C//HTML//EN">/style/skins/first/first-item-resultset.xsl</target>
|
|
8 | 8 |
</doctype> |
9 | 9 |
|
10 | 10 |
</style-set> |
lib/style/skins/first/first-item-resultset.xsl | ||
---|---|---|
34 | 34 |
<xsl:param name="sessid" /> |
35 | 35 |
<xsl:param name="qformat">default</xsl:param> |
36 | 36 |
<xsl:param name="enableediting">false</xsl:param> |
37 |
<xsl:param name="contextURL"/> |
|
38 |
|
|
37 | 39 |
<xsl:template match="/"> |
38 | 40 |
<script language="JavaScript"> |
39 | 41 |
<![CDATA[ |
... | ... | |
76 | 78 |
<!-- <xsl:value-of select="./param[@name='item/@ident']" />--> |
77 | 79 |
</a> |
78 | 80 |
(<xsl:value-of select="./docid" />) |
79 |
<form action="/knb/metacat" method="POST">
|
|
81 |
<form action="{$contextURL}/metacat" method="POST">
|
|
80 | 82 |
<xsl:attribute name="name"> |
81 | 83 |
<xsl:value-of select="translate(./docid, '()-.', '____')" /> |
82 | 84 |
</xsl:attribute> |
... | ... | |
171 | 173 |
<tr class="searchresultsdivider"> |
172 | 174 |
<td colspan="3"> |
173 | 175 |
<img |
174 |
src="/knb/style/skins/default/images/transparent1x1.gif"
|
|
176 |
src="{$contextURL}/style/skins/default/images/transparent1x1.gif"
|
|
175 | 177 |
width="1" height="1" /> |
176 | 178 |
</td> |
177 | 179 |
</tr> |
lib/style/skins/first/first-resultset.xsl | ||
---|---|---|
272 | 272 |
<!-- <xsl:value-of select="./param[@name='item/@ident']" />--> |
273 | 273 |
</a> |
274 | 274 |
(<xsl:value-of select="./docid" />) |
275 |
<form action="/knb/metacat" method="POST">
|
|
275 |
<form action="{$contextURL}/metacat" method="POST">
|
|
276 | 276 |
<xsl:attribute name="name"> |
277 | 277 |
<xsl:value-of select="translate(./docid, '()-.', '____')" /> |
278 | 278 |
</xsl:attribute> |
... | ... | |
354 | 354 |
<tr class="searchresultsdivider"> |
355 | 355 |
<td colspan="3"> |
356 | 356 |
<img |
357 |
src="/knb/style/skins/default/images/transparent1x1.gif"
|
|
357 |
src="{$contextURL}/style/skins/default/images/transparent1x1.gif"
|
|
358 | 358 |
width="1" height="1" /> |
359 | 359 |
</td> |
360 | 360 |
</tr> |
lib/style/skins/first/first.css | ||
---|---|---|
28 | 28 |
*/ |
29 | 29 |
|
30 | 30 |
|
31 |
|
|
32 | 31 |
/* |
33 | 32 |
* import eml css: |
34 | 33 |
*/ |
35 | 34 |
|
36 |
@import url(@style-common-path@/@eml-css@);
|
|
35 |
@import url(../../../style/common/eml_xsl.css);
|
|
37 | 36 |
|
38 |
|
|
39 |
/* |
|
40 |
* import eml css: |
|
41 |
*/ |
|
42 |
|
|
43 |
/*@import url(@knb-site-url@/portalpages.css);*/ |
|
44 |
|
|
45 |
|
|
46 | 37 |
/** |
47 | 38 |
* set the correct iframe sizes to accomodate the |
48 | 39 |
* header, footer, left and right areas. |
Also available in: Unified diff
detokenize