templates/gitweb/branches.tmpl
changeset 8427 cebdfdcc3e42
parent 8356 439663cd043a
child 8936 1de6e7e1bb9f
--- a/templates/gitweb/branches.tmpl	Fri May 15 00:55:14 2009 +0200
+++ b/templates/gitweb/branches.tmpl	Fri May 15 10:46:39 2009 +0200
@@ -1,14 +1,14 @@
-#header#
-<title>#repo|escape#: Branches</title>
+{header}
+<title>{repo|escape}: Branches</title>
 <link rel="alternate" type="application/atom+xml"
-   href="{url}atom-tags" title="Atom feed for #repo|escape#"/>
+   href="{url}atom-tags" title="Atom feed for {repo|escape}"/>
 <link rel="alternate" type="application/rss+xml"
-   href="{url}rss-tags" title="RSS feed for #repo|escape#"/>
+   href="{url}rss-tags" title="RSS feed for {repo|escape}"/>
 </head>
 <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> / branches
+<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches
 </div>
 
 <div class="page_nav">
@@ -18,13 +18,13 @@
 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
 branches |
-<a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
+<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
 <br/>
 </div>
 
 <div class="title">&nbsp;</div>
 <table cellspacing="0">
-#entries%branchentry#
+{entries%branchentry}
 </table>
 
-#footer#
+{footer}