view templates/change_table.tmpl @ 137:b45b1b00fc9e

Merge from hgweb
author mpm@selenic.com
date Sun, 22 May 2005 08:13:38 -0800
parents fb84d3e71042
children
line wrap: on
line source

<table summary="" width="100%" border="1">
    <tr>
        <td valign="top" width="10%">author:</td>
        <td valign="top" width="20%%">#author#</td>
        <td valign="top" width="10%">description:</td>
        <td width="60%">
            <a href="?cmd=chkin;nd=#revnode#">#desc#</a>
        </td>
    </tr>
    <tr>
        <td>date:</td>
        <td>#date# UTC</td>
        <td valign="top">files:</td>
        <td valign="top">#files#</td>
    </tr>
    <tr>
        <td>revision:</td>
        <td colspan="3">
            #revnum#:<a href="?cmd=chkin;nd=#revnode#">#revnode#</a>
        </td>
    </tr>
</table>
<br />