##// END OF EJS Templates
hgweb: fix NWI parsing when hgwebdir isn't at /
hgweb: fix NWI parsing when hgwebdir isn't at /

File last commit:

r3265:d1aa83f1 default
r3272:10277edf default
Show More
changelog.tmpl
36 lines | 870 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"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-log" 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">
Brendan Cully
Update templates to use NewWebInterface
r3265 <a href="#url#shortlog/#rev#">shortlog</a>
<a href="#url#tags">tags</a>
<a href="#url#file/#node|short#">manifest</a>
Colin McMillen
Add archive download links to tip on main changeset list page
r2170 #archives%archiveentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log">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
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <p>
<label for="search1">search:</label>
<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
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <p>
<label for="search2">search:</label>
<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#