##// END OF EJS Templates
templatefilters: add "nonempty" template filter...
templatefilters: add "nonempty" template filter It ensures that at least "(none)" is returned in case the argument passed is None or ''. This is primarily useful to render empty changelog messages for hgweb but may be useful for others, too.

File last commit:

r6693:7f58dec6 default
r8234:27dbe534 default
Show More
manifest.tmpl
37 lines | 1.4 KiB | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <title>#repo|escape#: files</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <link rel="alternate" type="application/rss+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 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
Renamed "manifest" to "files" in web templates....
r6177 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / files
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> |
Augie Fackler
hgweb: Fix up non-coal styles to support graph.
r6693 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 files |
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>
Florent Guillaume
gitweb: show branches in most of the templates
r6250 <div class="title">#path|escape# <span class="logtags">{inbranch%inbranchtag}{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: Show date of last change for each file in manifest
r5273 <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>
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 #dentries%direntry#
#fentries%fileentry#
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Josef "Jeff" Sipek
gitweb: Fixed manifest template opening an extra div tag
r4453
Brendan Cully
Move gitweb theme into subdirectory
r3234 #footer#