##// END OF EJS Templates
hgweb: convert index entries to list expansion style
hgweb: convert index entries to list expansion style

File last commit:

r672:dbe0ce2a default
r982:8d2e24ba default
Show More
changeset.tmpl
49 lines | 1.1 KiB | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <title>#repo|escape#: changeset #node|short#</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
<body>
mpm@selenic.com
Revamped templated hgweb
r138
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 <a href="?cmd=changelog;rev=#rev#">changelog</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 <a href="?cmd=tags">tags</a>
mpm@selenic.com
Revamped templated hgweb
r138 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <a href="?cmd=changeset;node=#node#;style=raw">raw</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changeset: #desc|escape|firstline#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Various HTML cleanups...
r602 <table id="changesetEntry">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="changeset">changeset #rev#:</th>
<td class="changeset"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>
</tr>
mpm@selenic.com
[PATCH 2/5]: cleaning the template parent management in hgweb...
r570 #parent#
mpm@selenic.com
[PATCH] Add tags to hgweb...
r568 #changesettag#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="manifest">manifest:</th>
<td class="manifest"><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest|short#</a></td>
</tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="date">date:</th>
<td class="date">#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="files">files:</th>
<td class="files">#files#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="description">description:</th>
<td class="description">#desc|escape|addbreaks#</td>
</tr>
mpm@selenic.com
Revamped templated hgweb
r138 </table>
Edouard Gomez
More IE friendly diff output related templates....
r672 <div id="changesetDiff">
mpm@selenic.com
Revamped templated hgweb
r138 #diff#
mpm@selenic.com
Various HTML cleanups...
r602 </div>
mpm@selenic.com
Revamped templated hgweb
r138
</body>
mpm@selenic.com
Various HTML cleanups...
r602 </html>
mpm@selenic.com
Revamped templated hgweb
r138