diff templates/gitweb/manifest.tmpl @ 6177:673d8a6bc709

Renamed "manifest" to "files" in web templates. manifest.tmpl is still used, so people having their own templates don't have to change them. "cmd=manifest" still works, new style URLs are not affected, because they already used "/file/".
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Feb 2008 22:42:37 +0100
parents 3a1ffc1da32c
children bf0dd23f55fa
line wrap: on
line diff
--- a/templates/gitweb/manifest.tmpl	Tue Feb 26 22:21:34 2008 +0100
+++ b/templates/gitweb/manifest.tmpl	Tue Feb 26 22:42:37 2008 +0100
@@ -1,5 +1,5 @@
 #header#
-<title>#repo|escape#: Manifest</title>
+<title>#repo|escape#: files</title>
 <link rel="alternate" type="application/atom+xml"
    href="{url}atom-log" title="Atom feed for #repo|escape#"/>
 <link rel="alternate" type="application/rss+xml"
@@ -8,7 +8,7 @@
 <body>
 
 <div class="page_header">
-<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / manifest
+<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / files
 </div>
 
 <div class="page_nav">
@@ -16,7 +16,7 @@
 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
-manifest |
+files |
 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> #archives%archiveentry#<br/>
 </div>
 
@@ -29,8 +29,8 @@
 <td><a href="{url}file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a></td>
 <td class="link">&nbsp;</td>
 </tr>
-#dentries%manifestdirentry#
-#fentries%manifestfileentry#
+#dentries%direntry#
+#fentries%fileentry#
 </table>
 
 #footer#