comparison templates/manifest-gitweb.tmpl @ 1572:385b8872b8e3

[hgweb] Initial import of the "gitweb" style
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Mon, 05 Dec 2005 04:30:47 -0500
parents
children 32b091ce4026
comparison
equal deleted inserted replaced
1568:1d7d0c07e8f3 1572:385b8872b8e3
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="http://FIXME">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#