Skip to content
Snippets Groups Projects
Commit a1df94d9 authored by Brendan Cully's avatar Brendan Cully
Browse files

Improve hgwebdir index in coal and paper styles

parent 855851ea
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,11 @@
</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>
......@@ -6,4 +12,4 @@
<h2>Mercurial Repositories</h2>
<table>
<table class="bigtable">
<tr>
......@@ -9,9 +15,9 @@
<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>
......@@ -15,5 +21,6 @@
<tr>
{entries%indexentry}
</table>
</div>
</div>
{footer}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment