зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
621 B
Plaintext
18 строки
621 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>$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>
|