File Manager
{if !empty($updatestxt)}
<div class="information"><p>{$updatestxt}</p></div>
{/if}
<div style="clear:both;"> </div>
{if isset($message)}
<p class="pageerror">{$message}</p>
{/if}
{if isset($itemcount) && $itemcount > 0}
<table cellspacing="0" class="pagetable">
<thead>
<tr>
<th width="20%">{$nametext}</th>
<th>{$vertext}</th>
<th>{$haveversion}</th>
<th>{$sizetext}</th>
<th>{$statustext}</th>
<th> </th>
<th> </th>
<th> </th>
</tr>
</thead>
<tbody>
{foreach from=$items item=entry}
<tr class="{$entry->rowclass}">
<td>{$entry->name|default:''}</td>
<td>{$entry->version|default:''}</td>
<td>{if isset($entry->haveversion)}{$entry->haveversion}{/if}</td>
<td>{$entry->size|default:''}</td>
<td>{$entry->status|default:''}</td>
<td>{$entry->dependslink|default:''}</td>
<td>{$entry->helplink|default:''}</td>
<td>{$entry->aboutlink|default:''}</td>
</tr>
{if isset($entry->description) && $entry->description != ''}
<tr class="{$entry->rowclass}">
<td> </td>
<td colspan="7">{$entry->description}</td>
</tr>
{/if}
{/foreach}
</tbody>
</table>
{else}
<p>{$nvmessage}</p>
{/if}
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com