diff templates/index-gitweb.tmpl @ 3214:a5603ad915c5

Add gitweb style hgwebdir
author Edouard Gomez <ed.gomez@free.fr>
date Thu, 21 Sep 2006 21:24:53 +0200
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/templates/index-gitweb.tmpl
@@ -0,0 +1,23 @@
+#header#
+<title>Mercurial repositories index</title>
+</head>
+<body>
+
+<div class="page_header">
+<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a>Repositories list
+</div>
+
+<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>&nbsp;</td>
+    <tr>
+    #entries%indexentry#
+</table>
+<div class="page_footer">
+</div>
+</body>
+</html>