templates/change_table.tmpl
author jake@edge2.net
Sat, 21 May 2005 20:31:54 -0700
changeset 135 c0faf50822ea
parent 133 fb84d3e71042
child 137 b45b1b00fc9e
permissions -rw-r--r--
change template to a generator add write call to output generator

<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 />