##// END OF EJS Templates
hgweb: minor improvements for new web style...
hgweb: minor improvements for new web style - make renamelink take a context - pass current node to shortlog page rather than tip - pass user/desc/date/rename to filediff - improve template error reporting for foo%bar

File last commit:

r6177:673d8a6b default
r6434:62e0bb41 default
Show More
shortlog.tmpl
41 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>
<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#