##// END OF EJS Templates
[hgweb] Shortlog template for default theme
[hgweb] Shortlog template for default theme

File last commit:

r2170:29eeb271 default
r2686:d98eebc4 default
Show More
changelog.tmpl
37 lines | 930 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: changelog</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168
<div class="buttons">
<a href="?cmd=tags">tags</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?mf=#manifest|short#;path=/">manifest</a>
Colin McMillen
Add archive download links to tip on main changeset list page
r2170 #archives%archiveentry#
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a type="application/rss+xml" href="?style=rss">rss</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 </div>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changelog for #repo|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search1">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search1" type="text" size="30">
TK Soh
hgweb: improve look-n-feel of changelog nagivation
r1425 navigate: <small class="navigate">#changenav%naventry#</small>
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 </p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
r975 #entries%changelogentry#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search2">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search2" type="text" size="30">
TK Soh
hgweb: improve look-n-feel of changelog nagivation
r1425 navigate: <small class="navigate">#changenav%naventry#</small>
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 </p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#