mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
76541b4016
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.
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>
|