templates/hist_ent.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=#csnode#">#desc#</a></td>
    </tr>
    <tr>
        <td>date:</td>
        <td>#date# UTC</td>
        <td>revision:</td>
        <td><a href="?cmd=file;cs=#csnode#;fn=#fn#">#revnode#</a></td>
    </tr>
    <tr>
        <td>parent(s):</td>
        <td colspan="3">
            #p1num#: <a href="?cmd=file;nd=#p1node#;fn=#fn#">#p1node#</a>
            #p2entry#
        </td>
    </tr>
</table>
<br />