Improve hgwebdir index in coal and paper styles
authorBrendan Cully <brendan@kublai.com>
Tue, 24 Jun 2008 20:39:37 -0700
changeset 6730 a1df94d9c764
parent 6729 855851eae70f
child 6731 eed52e7ab9cc
Improve hgwebdir index in coal and paper styles
templates/coal/index.tmpl
--- a/templates/coal/index.tmpl	Tue Jun 24 10:18:03 2008 +0200
+++ b/templates/coal/index.tmpl	Tue Jun 24 20:39:37 2008 -0700
@@ -3,17 +3,24 @@
 </head>
 <body>
 
+<div class="container">
+<div class="menu">
+<a href="http://www.selenic.com/mercurial/">
+<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
+</div>
+<div class="main">
 <h2>Mercurial Repositories</h2>
 
-<table>
+<table class="bigtable">
     <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>
+        <th><a href="?sort={sort_name}">Name</a></th>
+        <th><a href="?sort={sort_description}">Description</a></th>
+        <th><a href="?sort={sort_contact}">Contact</a></th>
+        <th><a href="?sort={sort_lastchange}">Last change</a></th>
+        <th>&nbsp;</th>
     <tr>
     {entries%indexentry}
 </table>
-
+</div>
+</div>
 {footer}