Mercurial Hosting > hghosting
diff templates/paper/index.tmpl @ 0:dfc36e7ed22c
init
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 12 May 2022 13:51:59 +0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/paper/index.tmpl Thu May 12 13:51:59 2022 +0400 @@ -0,0 +1,31 @@ +{header} +<title>Mercurial repositories index</title> +</head> +<body> + +<div class="container"> +<div class="menu"> +<a href="{logourl}"> +<img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a> +</div> +<div class="main"> +{breadcrumbs} + +<table class="bigtable"> + <thead> + <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 modified</a></th> + <th> </th> + <th> </th> + </tr> + </thead> + <tbody class="stripes2"> + {entries%indexentry} + </tbody> +</table> +</div> +</div> +{footer}