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. git-svn-id: svn://10.0.0.236/trunk@6635 18797224-902f-48f8-a5cc-f745e15eee43
20 lines
710 B
Plaintext
20 lines
710 B
Plaintext
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
|
|
<TR BGCOLOR="#F38C00">
|
|
<TH WIDTH="1%"> </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>
|