Project

General

Profile

« Previous | Next » 

Revision 4238

de-tokenize (finally)

View differences:

lib/style/skins/first/first-resultset.xsl
35 35
	<xsl:param name="sessid" />
36 36
	<xsl:param name="qformat">default</xsl:param>
37 37
	<xsl:param name="enableediting">false</xsl:param>
38
	<xsl:param name="contextURL"/>
38 39
	<xsl:template match="/">
39 40
		<html>
40 41
			<head>
......
60 61
			<body leftmargin="0" topmargin="0" marginwidth="0"
61 62
				marginheight="0">
62 63
				<script language="JavaScript">
63
					insertTemplateOpening("{$contextURL}"); insertSearchBox("{$contextURL}");
64
					insertTemplateOpening('<xsl:value-of select="$contextURL" />'); insertSearchBox('<xsl:value-of select="$contextURL" />');
64 65
				</script>
65 66

  
66 67
				<table style="width:100%;" align="center" border="0"
......
97 98
				</table>
98 99
				
99 100
				<script language="JavaScript">
100
					insertTemplateClosing();
101
					insertTemplateClosing('<xsl:value-of select="$contextURL" />');
101 102
				</script>
102 103
			</body>
103 104
		</html>
lib/style/skins/first/first.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-resultset.xsl</target>
7
    <target publicid="-//W3C//HTML//EN">/style/skins/first/first-resultset.xsl</target>
8 8
  </doctype>
9 9
  
10 10
  <!-- EdML doctype -->
11 11
  <doctype publicid="edml://ecoinformatics.org/edml">
12
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/first/xsl/edml.xsl</target>
12
    <target publicid="-//W3C//HTML//EN">/style/skins/first/xsl/edml.xsl</target>
13 13
  </doctype>
14 14
  
15 15
  <!-- qti doctype -->
16 16
  <doctype publicid="http://www.imsglobal.org/xsd/ims_qtiasiv1p2">
17
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/first/xsl/qti-root.xsl</target>
17
    <target publicid="-//W3C//HTML//EN">/style/skins/first/xsl/qti-root.xsl</target>
18 18
  </doctype>
19 19

  
20 20
<!--
......
34 34
<!-- NOTE these settings are unchanged from the previous version - only the xsl 
35 35
     filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" -->
36 36
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.1">
37
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml.xsl</target>
37
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.1/eml.xsl</target>
38 38
  </doctype>
39 39
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.0">
40
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.1/eml.xsl</target>
40
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.1/eml.xsl</target>
41 41
  </doctype>
42 42
  <doctype publicid="-//NCEAS//eml-dataset//EN">
43
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
43
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
44 44
  </doctype>
45 45
  <doctype publicid="-//NCEAS//eml-dataset-2.0//EN">
46
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
46
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
47 47
  </doctype>
48 48
  <doctype publicid="-//NCEAS//eml-resource//EN">
49
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
49
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
50 50
  </doctype>
51 51
  <doctype publicid="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN">
52
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
52
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta4/eml-dataset-2.0.0beta4.xsl</target>
53 53
  </doctype>
54 54
<!-- beta6 modules -->
55 55
  <doctype publicid="-//ecoinformatics.org//eml-access-2.0.0beta6//EN">
56
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-access-2.0.0beta6.xsl</target>
56
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-access-2.0.0beta6.xsl</target>
57 57
  </doctype>
58 58
  <doctype publicid="-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN">
59
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-attribute-2.0.0beta6.xsl</target>
59
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-attribute-2.0.0beta6.xsl</target>
60 60
  </doctype>
61 61
  <doctype publicid="-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN">
62
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-constraint-2.0.0beta6.xsl</target>
62
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-constraint-2.0.0beta6.xsl</target>
63 63
  </doctype>
64 64
  <doctype publicid="-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN">
65
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-coverage-2.0.0beta6.xsl</target>
65
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-coverage-2.0.0beta6.xsl</target>
66 66
  </doctype>
67 67
  <doctype publicid="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN">
68
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-dataset-2.0.0beta6.xsl</target>
68
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-dataset-2.0.0beta6.xsl</target>
69 69
  </doctype>
70 70
  <doctype publicid="-//ecoinformatics.org//eml-entity-2.0.0beta6//EN">
71
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-entity-2.0.0beta6.xsl</target>
71
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-entity-2.0.0beta6.xsl</target>
72 72
  </doctype>
73 73
  <doctype publicid="-//ecoinformatics.org//eml-literature-2.0.0beta6//EN">
74
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-literature-2.0.0beta6.xsl</target>
74
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-literature-2.0.0beta6.xsl</target>
75 75
  </doctype>
76 76
  <doctype publicid="-//ecoinformatics.org//eml-physical-2.0.0beta6//EN">
77
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-physical-2.0.0beta6.xsl</target>
77
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-physical-2.0.0beta6.xsl</target>
78 78
  </doctype>
79 79
  <doctype publicid="-//ecoinformatics.org//eml-project-2.0.0beta6//EN">
80
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-project-2.0.0beta6.xsl</target>
80
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-project-2.0.0beta6.xsl</target>
81 81
  </doctype>
82 82
  <doctype publicid="-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN">
83
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-protocol-2.0.0beta6.xsl</target>
83
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-protocol-2.0.0beta6.xsl</target>
84 84
  </doctype>
85 85
  <doctype publicid="-//ecoinformatics.org//eml-software-2.0.0beta6//EN">
86
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-common-path@/eml-2.0.0beta6/eml-software-2.0.0beta6.xsl</target>
86
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2.0.0beta6/eml-software-2.0.0beta6.xsl</target>
87 87
  </doctype>
88 88
</style-set>

Also available in: Unified diff