gecko-dev/webtools/lxr/template-dir
jwz%netscape.com 76541b4016 from Dawn Endico <dawn@cannibal.mi.org>:
remove the hard space from the template. Its now the job of the
description function to provide a space in case of a blank desc.
1998-07-28 19:17:14 +00:00

20 lines
710 B
Plaintext

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
<TR BGCOLOR="#F38C00">
<TH WIDTH="1%">&nbsp;</TH>
<TH WIDTH="1%" NOWRAP ALIGN=LEFT>Name</TH>
<TH WIDTH="1%" NOWRAP ALIGN=RIGHT>Size</TH>
<TH WIDTH="1%" NOWRAP ALIGN=LEFT>Date (GMT)</TH>
<TH WIDTH="96%" NOWRAP ALIGN=LEFT>Description</TH>
</TR>
$files{
<TR BGCOLOR="$bgcolor" VALIGN=TOP>
<TD NOWRAP VALIGN=TOP ALIGN=RIGHT>$iconlink</TD>
<TD NOWRAP VALIGN=TOP ALIGN=LEFT>$namelink </TD>
<TD NOWRAP VALIGN=TOP ALIGN=RIGHT>$filesize{$kbytes} </TD>
<TD NOWRAP VALIGN=TOP ALIGN=RIGHT><FONT SIZE="-1">$modtime</FONT> </TD>
<TD VALIGN=TOP ALIGN=LEFT>$description{<i>$desctext</i>}
</TD>
</TR>
}
</TABLE>