changeset 6730:a1df94d9c764

Improve hgwebdir index in coal and paper styles
author Brendan Cully <brendan@kublai.com>
date Tue, 24 Jun 2008 20:39:37 -0700
parents 855851eae70f
children eed52e7ab9cc
files templates/coal/index.tmpl
diffstat 1 files changed, 14 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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}