template-dir 709 B

12345678910111213141516171819
  1. <table border=0 cellspacing=0 cellpadding=2 width="100%">
  2. <tr bgcolor="#F38C00">
  3. <th width="1%">&nbsp;</th>
  4. <th width="1%" nowrap align=left>Name</th>
  5. <th width="1%" nowrap align=right>Size</th>
  6. <th width="1%" nowrap align=left>Date (GMT)</th>
  7. <th width="96%" nowrap align=left>Description</th>
  8. </tr>
  9. $files{
  10. <tr bgcolor="$bgcolor" valign=top>
  11. <td nowrap valign=top align=right>$iconlink</td>
  12. <td nowrap valign=top align=left>$namelink </td>
  13. <td nowrap valign=top align=right>$filesize{$kbytes} </td>
  14. <td nowrap valign=top align=right><font size="-1">$modtime</font> </td>
  15. <td valign=top align=left>$description{<i>$desctext</i>}
  16. </td>
  17. </tr>
  18. }
  19. </table>