Mercurial > hg
view templates/paper/index.tmpl @ 8911:62e3b9466700
translated a bunch of strings to danish
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Sat, 20 Jun 2009 19:46:01 +0200 |
parents | 179fac5c10d8 |
children | 1de6e7e1bb9f |
line wrap: on
line source
{header} <title>Mercurial repositories index</title> </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 class="bigtable"> <tr> <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> </th> </tr> {entries%indexentry} </table> </div> </div> {footer}