##// END OF EJS Templates
hgweb: improve shortlog formatting...
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.

File last commit:

r4538:4272ae76 default
r4703:bc63247c default
Show More
manifest.tmpl
33 lines | 1.2 KiB | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Manifest</title>
<link rel="alternate" type="application/rss+xml"
Brendan Cully
hgweb: convert gitweb to NWI
r3271 href="{url}rss-log" title="RSS feed for #repo|escape#">
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / manifest
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> |
Brendan Cully
hgweb: convert gitweb to NWI
r3271 manifest |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> #archives%archiveentry#<br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Josef "Jeff" Sipek
gitweb: Display branch and tag labels...
r4538 <div class="title">#path|escape# <span class="logtags">{branches%branchtag}{tags%tagtag}</span></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
Josef "Jeff" Sipek
hgweb: manifest: pass parity for the '[up]' link
r4458 <tr class="parity#upparity#">
Brendan Cully
Move gitweb theme into subdirectory
r3234 <td style="font-family:monospace">drwxr-xr-x</td>
Matt Mackall
hgweb: add file sizes to manifest browsing
r3305 <td style="font-family:monospace"></td>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td><a href="{url}file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a></td>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <td class="link">&nbsp;</td>
</tr>
#dentries%manifestdirentry#
#fentries%manifestfileentry#
</table>
Josef "Jeff" Sipek
gitweb: Fixed manifest template opening an extra div tag
r4453
Brendan Cully
Move gitweb theme into subdirectory
r3234 #footer#