##// END OF EJS Templates
workingctx: add __contains__ method
workingctx: add __contains__ method

File last commit:

r6693:7f58dec6 default
r6771:f5d7cfcb default
Show More
shortlog.tmpl
42 lines | 1.2 KiB | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 #header#
<title>#repo|escape#: shortlog</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
href="#url#atom-log" title="Atom feed for #repo|escape#">
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <link rel="alternate" type="application/rss+xml"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-log" title="RSS feed for #repo|escape#">
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </head>
<body>
<div class="buttons">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log/#rev#{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 <a href="#url#file/#node|short#/{sessionvars%urlparameter}">files</a>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 #archives%archiveentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log">rss</a>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a type="application/rss+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</a>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </div>
<h2>shortlog for #repo|escape#</h2>
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <p>
<label for="search1">search:</label>
<input name="rev" id="search1" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#entries%shortlogentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <p>
<label for="search2">search:</label>
<input name="rev" id="search2" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#footer#