diff templates/monoblue/branches.tmpl @ 8430:8b47efdf40ee

monoblue: use newer template syntax everywhere
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 15 May 2009 10:47:05 +0200
parents 5ba798f339c8
children daec0f64656e
line wrap: on
line diff
--- a/templates/monoblue/branches.tmpl	Fri May 15 10:46:59 2009 +0200
+++ b/templates/monoblue/branches.tmpl	Fri May 15 10:47:05 2009 +0200
@@ -1,13 +1,13 @@
-#header#
-    <title>#repo|escape#: Branches</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" href="{url}rss-log" title="RSS feed for #repo|escape#"/>
+{header}
+    <title>{repo|escape}: Branches</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" href="{url}rss-log" title="RSS feed for {repo|escape}"/>
 </head>
 
 <body>
 <div id="container">
     <div class="page-header">
-        <h1><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / Branches</h1>
+        <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Branches</h1>
 
         <form action="{url}log">
             {sessionvars%hiddenformentry}
@@ -24,13 +24,13 @@
             <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
             <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
             <li class="current">branches</li>
-            <li><a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a></li>
+            <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li>
         </ul>
     </div>
 
     <h2 class="no-link no-border">tags</h2>
     <table cellspacing="0">
-#entries%branchentry#
+{entries%branchentry}
     </table>
 
-#footer#
+{footer}