diff templates/filelogentry.tmpl @ 3363:ce8f31e0b3b8

hgweb: Apply the new method of passing session variables to links.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 11 Oct 2006 22:01:24 +0200
parents 46188b9528ca
children
line wrap: on
line diff
--- a/templates/filelogentry.tmpl	Wed Oct 11 20:59:37 2006 +0200
+++ b/templates/filelogentry.tmpl	Wed Oct 11 22:01:24 2006 +0200
@@ -1,14 +1,14 @@
 <table class="logEntry parity#parity#">
  <tr>
   <th class="age">#date|age# ago:</th>
-  <th class="firstline"><a href="#url#rev/#node|short#{getentries}">#desc|strip|firstline|escape#</a></th>
+  <th class="firstline"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></th>
  </tr>
  <tr>
   <th class="revision">revision #filerev#:</td>
   <td class="node">
-   <a href="#url#file/#node|short#/#file|urlescape#{getentries}">#node|short#</a>
-   <a href="#url#diff/#node|short#/#file|urlescape#{getentries}">(diff)</a>
-   <a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">(annotate)</a>
+   <a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a>
+   <a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(diff)</a>
+   <a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(annotate)</a>
   </td>
  </tr>
  #rename%filelogrename#