templates/checkin.tmpl
changeset 133 fb84d3e71042
child 137 b45b1b00fc9e
equal deleted inserted replaced
132:210eeb6f5197 133:fb84d3e71042
       
     1 <table summary="" width="100%" border="1">
       
     2     <tr>
       
     3         <td>revision:</td>
       
     4         <td colspan="3">
       
     5             #revnum#: <a href="?cmd=chkin;nd=#revnode#">#revnode#</a>
       
     6         </td>
       
     7     </tr>
       
     8     <tr>
       
     9         <td>parent(s):</td>
       
    10         <td colspan="3">
       
    11             #p1num#:
       
    12             <a href="?cmd=chkin;nd=#p1node#">#p1node#</a>
       
    13             &nbsp;&nbsp;#p2num#:#p2link#
       
    14         </td>
       
    15     </tr>
       
    16     <tr>
       
    17         <td>manifest:</td>
       
    18         <td colspan="3">
       
    19             #mfnum#: <a href="?cmd=mf;nd=#mfnode#">#mfnode#</a>
       
    20         </td>
       
    21     </tr>
       
    22     <tr>
       
    23         <td valign="top" width="10%">author:</td>
       
    24         <td valign="top" width="20%%">#author#</td>
       
    25         <td valign="top" width="10%">description:</td>
       
    26         <td width="60%"><a href="?cmd=chkin;nd=#revnode#">#desc#</a></td>
       
    27     </tr>
       
    28     <tr>
       
    29         <td valign="top">date:</td>
       
    30         <td valign="top">#date# UTC</td>
       
    31         <td valign="top">files:</td>
       
    32         <td valign="top">#files#</td>
       
    33     </tr>
       
    34 </table>
       
    35 <br />