templates/gitweb/index.tmpl
changeset 8427 cebdfdcc3e42
parent 5820 3a1ffc1da32c
child 8936 1de6e7e1bb9f
--- a/templates/gitweb/index.tmpl	Fri May 15 00:55:14 2009 +0200
+++ b/templates/gitweb/index.tmpl	Fri May 15 10:46:39 2009 +0200
@@ -1,4 +1,4 @@
-#header#
+{header}
 <title>Mercurial repositories index</title>
 </head>
 <body>
@@ -10,17 +10,17 @@
 
 <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#
+{motd}
 </div>
 </body>
 </html>