This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/file/file.tpl
2008-11-26 14:50:40 -08:00

39 lines
1.6 KiB
Smarty

<table width="200" border="0" cellspacing="0" cellpadding="0" class="body">
<tr>
<td valign="top" align="center" width="35%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<form name="form1" method="post" action="">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td width="65%" class="table_heading">
<div align="center">
{translate module=file}
menu
{/translate}
</div>
</td>
</tr>
<tr valign="top">
<td width="65%" class="row1">
<center>
<iframe name="files" id="files" style="border:0px; width:200px; height:100px;" scrolling="auto" ALLOWTRANSPARENCY="true" frameborder="0" SRC="?_page=file:file_list&_escape=1"></iframe>
</center>
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>