##// END OF EJS Templates
hgweb: change manifest archive links to only archive the current directory...
Angel Ezquerra -
r18772:0bba1ff2 default
parent child Browse files
Show More
@@ -224,7 +224,7 indexarchiveentry = '<a href="{url|urles
224 224 index = ../paper/index.tmpl
225 225 archiveentry = '
226 226 <li>
227 <a href="{url|urlescape}archive/{node|short}{extension|urlescape}">{type|escape}</a>
227 <a href="{url|urlescape}archive/{node|short}{extension|urlescape}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a>
228 228 </li>'
229 229 notfound = ../paper/notfound.tmpl
230 230 error = ../paper/error.tmpl
@@ -289,7 +289,7 filelogentry = '
289 289 <td class="link">
290 290 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> {rename%filelogrename}</td>
291 291 </tr>'
292 archiveentry = ' | <a href="{url|urlescape}archive/{node|short}{extension}">{type|escape}</a> '
292 archiveentry = ' | <a href="{url|urlescape}archive/{node|short}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a> '
293 293 indexentry = '
294 294 <tr class="parity{parity}">
295 295 <td>
@@ -245,7 +245,7 filelogentry = '
245 245 {rename%filelogrename}
246 246 </td>
247 247 </tr>'
248 archiveentry = '<li><a href="{url|urlescape}archive/{node|short}{extension}">{type|escape}</a></li>'
248 archiveentry = '<li><a href="{url|urlescape}archive/{node|short}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a></li>'
249 249 indexentry = '
250 250 <tr class="parity{parity}">
251 251 <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>
@@ -232,7 +232,7 indexarchiveentry = '<a href="{url|urles
232 232 index = index.tmpl
233 233 archiveentry = '
234 234 <li>
235 <a href="{url|urlescape}archive/{node|short}{extension|urlescape}">{type|escape}</a>
235 <a href="{url|urlescape}archive/{node|short}{extension|urlescape}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a>
236 236 </li>'
237 237 notfound = notfound.tmpl
238 238 error = error.tmpl
General Comments 0
You need to be logged in to leave comments. Login now