~ubuntu-branches/ubuntu/trusty/lxr-cvs/trusty

« back to all changes in this revision

Viewing changes to templates/html-dir.html

  • Committer: Bazaar Package Importer
  • Author(s): Giacomo Catenazzi
  • Date: 2004-01-27 20:34:44 UTC
  • Revision ID: james.westby@ubuntu.com-20040127203444-kb8xobdp8j1z8owi
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<table border="0" cellspacing="0" width="100%">
 
2
  <tr valign="middle">
 
3
    <th class='dirheader' width="1%">&nbsp;</th>
 
4
    <th class='dirheader' width="1%" nowrap="nowrap" align="left">Name</th>
 
5
    <th class='dirheader' width="1%" nowrap="nowrap" align="right">Size</th>
 
6
    <th class='dirheader' width="1%" nowrap="nowrap" align="left">Date (GMT)</th>
 
7
    <th class='dirheader' width="96%" nowrap="nowrap" align="left">Description</th>
 
8
  </tr>
 
9
  $files{
 
10
  <tr valign="middle" class="$css">
 
11
    <td nowrap="nowrap">$iconlink</td>
 
12
    <td nowrap="nowrap">$namelink</td>
 
13
    <td nowrap="nowrap" align="right">$filesize{$bytes bytes} </td>
 
14
    <td nowrap="nowrap" align="right">$modtime </td>
 
15
    <td>$description{<i>$desctext</i>}</td>
 
16
   </tr>}
 
17
</table>