mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Print the date flush-right; leave about one space between columns.
This commit is contained in:
parent
08ea4455e3
commit
538c1fcd04
@ -7,11 +7,11 @@
|
||||
<TH WIDTH="96%" NOWRAP ALIGN=LEFT>Description</TH>
|
||||
</TR>
|
||||
$files{
|
||||
<tr BGCOLOR="$bgcolor" valign=top>
|
||||
<td nowrap>$iconlink</td>
|
||||
<td nowrap>$namelink</td>
|
||||
<td nowrap align=right>$filesize{$kbytes} </td>
|
||||
<td nowrap><font size=-1>$modtime</font></td>
|
||||
<td class="date"> $description{<i>$desctext</i>}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user