view templates/manifest.tmpl @ 3345:a09be4317f9c

ui.py: use the overlay to hold --config data This allows the ui class to know that these items have a higher priority without further help from commands.py.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 10 Oct 2006 18:43:20 -0300
parents 0708bdb4987a
children ce8f31e0b3b8
line wrap: on
line source

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

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

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

<table cellpadding="0" cellspacing="0">
<tr class="parity1">
  <td><tt>drwxr-xr-x</tt>&nbsp;
  <td>&nbsp;
  <td><a href="#url#file/#node|short##up|urlescape#{getentries}">[up]</a>
</tr>
#dentries%manifestdirentry#
#fentries%manifestfileentry#
</table>
#footer#