view templates/gitweb/manifest.tmpl @ 3277:36fa5db79dd5

hgweb: convert gitweb to NWI
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Oct 2006 14:27:14 -0700
parents 9d13e21f4e3c
children 0708bdb4987a
line wrap: on
line source

#header#
<title>#repo|escape#: Manifest</title>
<link rel="alternate" type="application/rss+xml"
   href="{url}rss-log" title="RSS feed for #repo|escape#">
</head>
<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{getentries}">#repo|escape#</a> / manifest
</div>

<div class="page_nav">
<a href="{url}summary{getentries}">summary</a> |
<a href="{url}shortlog{getentries}">shortlog</a> |
<a href="{url}log{getentries}">changelog</a> |
<a href="{url}tags{getentries}">tags</a> |
manifest |
<a href="{url}rev/#node|short#{getentries}">changeset</a> #archives%archiveentry#<br/>
</div>

<div class="title" >#path|escape#</div>
<div class="page_body">
<table cellspacing="0">
<tr class="light">
<td style="font-family:monospace">drwxr-xr-x</td>
<td><a href="{url}file/#node|short##up|urlescape#{getentries}">[up]</a></td>
<td class="link">&nbsp;</td>
</tr>
#dentries%manifestdirentry#
#fentries%manifestfileentry#
</table>
#footer#