Revision 3689
Added by barteau almost 17 years ago
lib/style/shared/eml-2.0.0/eml-settings.xsl | ||
---|---|---|
58 | 58 |
*/ |
59 | 59 |
--> |
60 | 60 |
|
61 |
<xsl:param name="qformat">@default-style@</xsl:param>
|
|
61 |
<xsl:param name="qformat">default</xsl:param>
|
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
<!-- |
... | ... | |
114 | 114 |
*/ |
115 | 115 |
--> |
116 | 116 |
|
117 |
<xsl:param name="stylePath">@style-skins-path@</xsl:param>
|
|
117 |
<xsl:param name="stylePath">./style/skins</xsl:param>
|
|
118 | 118 |
|
119 | 119 |
|
120 | 120 |
<!-- |
... | ... | |
129 | 129 |
*/ |
130 | 130 |
--> |
131 | 131 |
|
132 |
<xsl:param name="styleCommonPath">@style-common-path@</xsl:param>
|
|
132 |
<xsl:param name="styleCommonPath">./style/common</xsl:param>
|
|
133 | 133 |
|
134 | 134 |
|
135 | 135 |
<!--the docid of xml which is processed--> |
... | ... | |
173 | 173 |
*/ |
174 | 174 |
--> |
175 | 175 |
|
176 |
<xsl:param name="tripleURI"><![CDATA[@html-path@/metacat?action=read&qformat=]]><xsl:value-of select="$qformat" /><![CDATA[&docid=]]></xsl:param>
|
|
176 |
<xsl:param name="tripleURI"><![CDATA[./metacat?action=read&qformat=]]><xsl:value-of select="$qformat" /><![CDATA[&docid=]]></xsl:param>
|
|
177 | 177 |
|
178 | 178 |
<!-- URL for xmlformat--> |
179 |
<xsl:param name="xmlURI"><![CDATA[@html-path@/metacat?action=read&qformat=xml&docid=]]></xsl:param>
|
|
179 |
<xsl:param name="xmlURI"><![CDATA[./metacat?action=read&qformat=xml&docid=]]></xsl:param>
|
|
180 | 180 |
|
181 | 181 |
|
182 | 182 |
<!-- |
lib/style/shared/eml-2.0.0/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="@systemidserver@@style-skins-path@/@default-style@/templates/xsl/pageheader.xsl"/>
|
|
60 |
<xsl:import href="@systemidserver@@style-skins-path@/@default-style@/templates/xsl/pagefooter.xsl"/>
|
|
61 |
<xsl:import href="@systemidserver@@style-skins-path@/@default-style@/templates/xsl/page_leftsidebar.xsl"/>
|
|
62 |
<xsl:import href="@systemidserver@@style-skins-path@/@default-style@/templates/xsl/page_rightsidebar.xsl"/>
|
|
63 |
<xsl:import href="@systemidserver@@style-skins-path@/@default-style@/templates/xsl/page_rightsidebar.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 | 64 |
|
65 | 65 |
<xsl:output method="html" encoding="iso-8859-1" |
66 | 66 |
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" |
Also available in: Unified diff
Turnkey installer modification: used relative paths which replaced ant tokens.