view templates/manifest.tmpl @ 1418:68f81ba07b2a

Make hgweb work when the repository is empty (no 00changelog.i)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 20 Oct 2005 11:41:14 -0700
parents 17703aa4491e
children 78590fb4a82b
line wrap: on
line source

#header#
<title>#repo|escape#: manifest #manifest|short#</title>
</head>
<body>

<div class="buttons">
<a href="?cl=#rev#">changelog</a>
<a href="?tags=">tags</a>
<a href="?cs=#node|short#">changeset</a>
</div>

<h2>manifest for changeset #node|short#: #path#</h2>

<table cellpadding="0" cellspacing="0">
<tr class="parity1">
  <td><tt>drwxr-xr-x</tt>&nbsp;
  <td><a href="?mf=#manifest|short#;path=#up#">[up]</a>
#dentries%manifestdirentry#
#fentries%manifestfileentry#
</table>
#footer#