templates/monoblue/index.tmpl
changeset 8430 8b47efdf40ee
parent 7403 9efd596e4393
child 8936 1de6e7e1bb9f
--- a/templates/monoblue/index.tmpl	Fri May 15 10:46:59 2009 +0200
+++ b/templates/monoblue/index.tmpl	Fri May 15 10:47:05 2009 +0200
@@ -1,5 +1,5 @@
-#header#
-    <title>#repo|escape#: Mercurial repositories index</title>
+{header}
+    <title>{repo|escape}: Mercurial repositories index</title>
 </head>
 
 <body>
@@ -12,21 +12,21 @@
     
     <table cellspacing="0">
         <tr>
-            <td><a href="?sort=#sort_name#">Name</a></td>
-            <td><a href="?sort=#sort_description#">Description</a></td>
-            <td><a href="?sort=#sort_contact#">Contact</a></td>
-            <td><a href="?sort=#sort_lastchange#">Last change</a></td>
+            <td><a href="?sort={sort_name}">Name</a></td>
+            <td><a href="?sort={sort_description}">Description</a></td>
+            <td><a href="?sort={sort_contact}">Contact</a></td>
+            <td><a href="?sort={sort_lastchange}">Last change</a></td>
             <td>&nbsp;</td>
             <td>&nbsp;</td>
         </tr>
-        #entries%indexentry#
+        {entries%indexentry}
     </table>
     <div class="page-footer">
         {motd}
     </div>
 
     <div id="powered-by">
-        <p><a href="http://www.selenic.com/mercurial/" title="Mercurial"><img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
+        <p><a href="http://www.selenic.com/mercurial/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
     </div>
 
     <div id="corner-top-left"></div>