##// END OF EJS Templates
ui.warn can use more than one argument like the other ui methods.
ui.warn can use more than one argument like the other ui methods.

File last commit:

r233:33c48b63 default
r234:3427806d default
Show More
changelogentry.tmpl
22 lines | 618 B | application/x-cheetah | CheetahLexer
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="parity#parity#">
<table width="100%" cellpadding="0" cellspacing="0">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
Thomas Arendsen Hein
Add missing > to </td> in templates.
r233 <td><b>#desc|firstline|escape#</b></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td align="right">changeset #rev#:&nbsp;</td>
<td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>
mpm@selenic.com
Prettify the web interface...
r142 #parent1#
#parent2#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">author:&nbsp;</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td>#author#</td></tr>
<tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">date:&nbsp;</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#date|date#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
hgweb: make navigation of changesets a bit nicer
r173 <td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td>#files#</td></tr>
mpm@selenic.com
Prettify the web interface...
r142 </table>
</div>
mpm@selenic.com
Revamped templated hgweb
r138