MercurialWebTheme

Change of themes/mercurialweb/index.tmpl

0:d211c584e3f2
themes/mercurialweb/index.tmpl
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/themes/mercurialweb/index.tmpl	Tue Jun 01 20:15:48 2010 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +{header}
     1.5 +<title>Repository Index</title>
     1.6 +</head>
     1.7 +
     1.8 +<body>
     1.9 +
    1.10 +<div id="header">
    1.11 +  <div id="logo"><img src="{staticurl}mercurial-logo.png" alt="Mercurial logo" /></div>
    1.12 +  <div id="pageline"></div>
    1.13 +</div>
    1.14 +
    1.15 +<div id="page">
    1.16 +
    1.17 +<table>
    1.18 +    <tr>
    1.19 +        <td><a href="?sort={sort_name}">Name</a></td>
    1.20 +        <td><a href="?sort={sort_description}">Description</a></td>
    1.21 +        <td><a href="?sort={sort_contact}">Contact</a></td>
    1.22 +        <td><a href="?sort={sort_lastchange}">Last change</a></td>
    1.23 +        <td>&nbsp;</td>
    1.24 +    <tr>
    1.25 +    {entries%indexentry}
    1.26 +</table>
    1.27 +
    1.28 +</div>
    1.29 +
    1.30 +{footer}