Project

General

Profile

« Previous | Next » 

Revision 3667

Added by barteau over 16 years ago

Turnkey Installer modification: remove locale specific ant tokens with relative paths.

View differences:

resultset-table.xsl
50 50
							<th class="tablehead_lcorner" align="right"
51 51
								valign="top">
52 52
								<img
53
									src="@style-skins-path@/default/images/transparent1x1.gif"
53
									src="./style/skins/default/images/transparent1x1.gif"
54 54
									width="1" height="1" />
55 55
							</th>
56 56
							<th class="tablehead"
......
78 78
							<th class="tablehead_rcorner" align="right"
79 79
								valign="top">
80 80
								<img
81
									src="@style-skins-path@/default/images/transparent1x1.gif"
81
									src="./style/skins/default/images/transparent1x1.gif"
82 82
									width="1" height="1" />
83 83
							</th>
84 84
						</tr>
......
102 102

  
103 103
								<td width="10">&#160;</td>
104 104
								<td class="text_plain">
105
									<form action="@servlet-path@"
105
									<form action="./metacat"
106 106
										method="POST">
107 107
										<xsl:attribute name="name"><xsl:value-of
108 108
												select="translate(./docid, '()-.', '____')" /></xsl:attribute>
......
209 209

  
210 210
								<xsl:if test="$enableediting = 'true'">
211 211
									<td class="text_plain">
212
										<form action="@servlet-path@"
212
										<form action="./metacat"
213 213
											method="POST">
214 214
											<input type="hidden"
215 215
												name="action" value="read" />
......
232 232
											</center>
233 233
										</form>
234 234
										<form
235
											action="@cgi-prefix@/register-dataset.cgi" method="POST">
235
											action="/cgi-bin/register-dataset.cgi" method="POST">
236 236
											<input type="hidden"
237 237
												name="stage" value="modify" />
238 238
											<input type="hidden"
......
254 254
											</center>
255 255
										</form>
256 256
										<form
257
											action="@cgi-prefix@/register-dataset.cgi" method="POST">
257
											action="/cgi-bin/register-dataset.cgi" method="POST">
258 258
											<input type="hidden"
259 259
												name="stage" value="delete" />
260 260
											<input type="hidden"

Also available in: Unified diff