comparison templates/manifest-gitweb.tmpl @ 1679:675ca845c2f8

Merge with upstream
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 15 Dec 2005 18:04:39 +0100
parents 32b091ce4026
children 17e39fd24cb4
comparison
equal deleted inserted replaced
1678:b345cc4c22c0 1679:675ca845c2f8
1 #header#
2 <title>#repo|escape#: Manifest</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
5 </head>
6 <body>
7
8 <div class="page_header">
9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / manifest
10 </div>
11
12 <div class="page_nav">
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | manifest | <a href="?cs=#node|short#;style=gitweb">changeset</a><br/>
14 </div>
15
16 <div class="title" >#path|escape#</div>
17 <div class="page_body">
18 <table cellspacing="0">
19 <tr class="light">
20 <td style="font-family:monospace">drwxr-xr-x</td>
21 <td><a href="?cmd=manifest;manifest=#manifest#;path=#up#;style=gitweb">[up]</a></td>
22 <td class="link">&nbsp;</td>
23 </tr>
24 #dentries%manifestdirentry#
25 #fentries%manifestfileentry#
26 </table>
27 #footer#