diff templates/manifest.tmpl @ 3279:46188b9528ca

Add {getentries} to default style
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Oct 2006 15:04:15 -0700
parents d1aa83f199ef
children 0708bdb4987a
line wrap: on
line diff
--- a/templates/manifest.tmpl	Thu Oct 05 14:45:15 2006 -0700
+++ b/templates/manifest.tmpl	Thu Oct 05 15:04:15 2006 -0700
@@ -4,10 +4,10 @@
 <body>
 
 <div class="buttons">
-<a href="#url#log/#rev#">changelog</a>
-<a href="#url#shortlog/#rev#">shortlog</a>
-<a href="#url#tags">tags</a>
-<a href="#url#rev/#node|short#">changeset</a>
+<a href="#url#log/#rev#{getentries}">changelog</a>
+<a href="#url#shortlog/#rev#{getentries}">shortlog</a>
+<a href="#url#tags{getentries}">tags</a>
+<a href="#url#rev/#node|short#{getentries}">changeset</a>
 #archives%archiveentry#
 </div>
 
@@ -16,7 +16,7 @@
 <table cellpadding="0" cellspacing="0">
 <tr class="parity1">
   <td><tt>drwxr-xr-x</tt>&nbsp;
-  <td><a href="#url#file/#node|short##up|urlescape#">[up]</a>
+  <td><a href="#url#file/#node|short##up|urlescape#{getentries}">[up]</a>
 #dentries%manifestdirentry#
 #fentries%manifestfileentry#
 </table>