Project

General

Profile

« Previous | Next » 

Revision 4271

detokenize

View differences:

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>

Also available in: Unified diff