##// 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 b' indexarchiveentry = \'<a href="{url|urles'
224 index = ../paper/index.tmpl
224 index = ../paper/index.tmpl
225 archiveentry = '
225 archiveentry = '
226 <li>
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 </li>'
228 </li>'
229 notfound = ../paper/notfound.tmpl
229 notfound = ../paper/notfound.tmpl
230 error = ../paper/error.tmpl
230 error = ../paper/error.tmpl
@@ -289,7 +289,7 b" filelogentry = '"
289 <td class="link">
289 <td class="link">
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>
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 </tr>'
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 indexentry = '
293 indexentry = '
294 <tr class="parity{parity}">
294 <tr class="parity{parity}">
295 <td>
295 <td>
@@ -245,7 +245,7 b" filelogentry = '"
245 {rename%filelogrename}
245 {rename%filelogrename}
246 </td>
246 </td>
247 </tr>'
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 indexentry = '
249 indexentry = '
250 <tr class="parity{parity}">
250 <tr class="parity{parity}">
251 <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>
251 <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>
@@ -232,7 +232,7 b' indexarchiveentry = \'<a href="{url|urles'
232 index = index.tmpl
232 index = index.tmpl
233 archiveentry = '
233 archiveentry = '
234 <li>
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 </li>'
236 </li>'
237 notfound = notfound.tmpl
237 notfound = notfound.tmpl
238 error = error.tmpl
238 error = error.tmpl
General Comments 0
You need to be logged in to leave comments. Login now