--- /dev/null
+All these files are directly served by Apache (or a redirect demon
+as the one in /projects/helm/utils or webfsd).
<script>
var url = processorURL + "apply?keys=MC%2CRT%2CL&xmluri=" +
getterURL + "getxml%3Furi%3D" + cleanCICURI +
- "&prop.media-type=text/html&prop.encoding=iso-8859-1" +
+ "&prop.media-type=text/html&prop.encoding=utf8" +
"&param.CICURI=" + cleanCICURI + "&param.profile=" + profile +
"&profile=" + profile;
document.write(
<xsl:output
method="xml"
- encoding="iso-8859-1"
+ encoding="utf8"
media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
xmlns="http://www.w3.org/1999/xhtml"
>
- <xsl:output method="html" encoding="iso-8859-1"/>
+ <xsl:output method="html" encoding="utf8"/>
<xsl:param name="CICURI" select="''" />
<xsl:param name="interfaceURL" select="''" />
<html>
<head>
<style>
+ li {
+ font-family: sans-serif;
+ }
li.theory {
list-style-image:
url(<xsl:value-of select="$interfaceURL"/>/icons/theory.png)
<xsl:param name="uri_set_size" select="''"/>
<!--CSC: end of cut & paste also in metadataLib.xsl -->
-<xsl:output method="html" encoding="iso-8859-1"/>
+<xsl:output method="html" encoding="utf8"/>
<xsl:template match="/|*">
<xsl:copy>
<xsl:output
method="xml"
- encoding="iso-8859-1"
+ encoding="utf8"
media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
<xsl:param name="action" select="''"/>
<xsl:param name="expression" select="''"/>
<xsl:param name="advanced" select="no"/>
+<xsl:param name="page" select="1"/>
<xsl:param name="choices" select="''"/>
<xsl:param name="interp" select="''"/>
<xsl:param name="constraints" select="''"/>
<xsl:param name="searchengineURL" select="''"/>
+<xsl:param name="processorURL" select="''"/>
<xsl:param name="url" select="''"/>
<xsl:include href="links_library.xsl"/>
</xsl:choose>
</xsl:variable>
+<xsl:variable name="this">
+ <xsl:call-template name="quote">
+ <xsl:with-param name="s"><xsl:call-template name="makeMoogleResultURL" /></xsl:with-param>
+ </xsl:call-template>
+</xsl:variable>
+
<xsl:template match="/">
- <xsl:copy-of select="document(concat($searchengineURL,$action,'?expression=',$quoted_expression,'&advanced=',$advanced,'&choices=',$quoted_choices,'&interpretation_choices=',$interp,$param_constraints,'&url=',$quoted_url,'&preprocess=true'))"/>
+ <xsl:copy-of select="document(concat($searchengineURL,$action,'?expression=',$quoted_expression,'&advanced=',$advanced,'&choices=',$quoted_choices,'&interpretation_choices=',$interp,$param_constraints,'&url=',$quoted_url,'&preprocess=true','&page=',$page,'&this=',$this,'&interp=',$interp))"/>
</xsl:template>
</xsl:stylesheet>
<xsl:output
method="html"
- encoding="ISO-8859-1"
+ encoding="utf8"
media-type="text/html" />
<!--
<xsl:output
method="xml"
- encoding="iso-8859-1"
+ encoding="utf8"
media-type="text/xml"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="DTD/xhtml1-transitional.dtd" />
<xsl:when test="contains($path, '/')">
<xsl:variable name="segment" select="substring-before($path,'/')" />
<xsl:variable name="newacc" select="concat($acc, $segment, '/')" />
- <html:a style="text-decoration: none"
+ <a style="text-decoration: none"
href="{$newacc}" helm:helm_link="href">
<xsl:value-of select="$segment" />
- </html:a>
+ </a>
<xsl:text>/</xsl:text>
<xsl:call-template name="breadcrumb_trail">
<xsl:with-param name="path" select="substring-after($path,'/')" />
<xsl:template name="add_breadcrumb_trail">
<xsl:param name="CICURI" select="''"/>
<xsl:variable name="prefix" select="substring-before($CICURI, ':')" />
- <html:table width="100%"><xsl:text>
+ <table width="100%"><xsl:text>
</xsl:text>
- <html:tr><xsl:text>
+ <tr><xsl:text>
</xsl:text>
- <html:td><xsl:text>
+ <td><xsl:text>
</xsl:text>
- <html:span
+ <span
style="font-family: sans-serif; font-weight: bold; font-size: 120%">
- <html:a style="text-decoration: none"
+ <a style="text-decoration: none"
href="{concat($prefix, ':/')}" helm:helm_link="href">
<xsl:value-of select="concat($prefix, ':')" />
- </html:a>
+ </a>
<xsl:text>/</xsl:text>
<xsl:call-template name="breadcrumb_trail">
<xsl:with-param name="path"
select="substring($CICURI, string-length($prefix)+3)" />
<xsl:with-param name="acc" select="concat($prefix, ':/')" />
</xsl:call-template>
- </html:span><xsl:text>
+ </span><xsl:text>
</xsl:text>
- </html:td><xsl:text>
+ </td><xsl:text>
</xsl:text>
- <html:td style="text-align:right"><xsl:text>
+ <td style="text-align:right"><xsl:text>
</xsl:text>
- <html:span style="font-family:sans-serif">
+ <span style="font-family:sans-serif">
<xsl:variable name="searchLinkURL">
<xsl:call-template name="makeSearchLinkURL" />
</xsl:variable>
- [<html:a href="{$searchLinkURL}" target="_top">search</html:a>]
- </html:span><xsl:text>
+ [<a href="{$searchLinkURL}" target="_top">search</a>]
+ </span><xsl:text>
</xsl:text>
- </html:td><xsl:text>
+ </td><xsl:text>
</xsl:text>
- </html:tr>
- </html:table><xsl:text>
+ </tr>
+ </table><xsl:text>
</xsl:text>
- <html:hr />
+ <hr />
</xsl:template>
</xsl:stylesheet>