comparison templates/change_table.tmpl @ 133:fb84d3e71042

added template support for some hgweb output, also, template files for the parts that have been converted
author jake@edge2.net
date Sat, 21 May 2005 16:13:42 -0700
parents
children b45b1b00fc9e
comparison
equal deleted inserted replaced
132:210eeb6f5197 133:fb84d3e71042
1 <table summary="" width="100%" border="1">
2 <tr>
3 <td valign="top" width="10%">author:</td>
4 <td valign="top" width="20%%">#author#</td>
5 <td valign="top" width="10%">description:</td>
6 <td width="60%">
7 <a href="?cmd=chkin;nd=#revnode#">#desc#</a>
8 </td>
9 </tr>
10 <tr>
11 <td>date:</td>
12 <td>#date# UTC</td>
13 <td valign="top">files:</td>
14 <td valign="top">#files#</td>
15 </tr>
16 <tr>
17 <td>revision:</td>
18 <td colspan="3">
19 #revnum#:<a href="?cmd=chkin;nd=#revnode#">#revnode#</a>
20 </td>
21 </tr>
22 </table>
23 <br />
24