<form action="{$GRID_LINK}&act_adm=5" name="ResForm" enctype="multipart/form-data" method="post">
|
<table summary="T" width="100%" style="margin:5px;background-color:#EEE;border-left:1px #666 solid;border-right:1px #666 solid;padding-bottom:3px;">
|
<tr>
|
<td align="center">
|
Import ({$NameTable}) :</b>
|
</td>
|
</tr>
|
<tr>
|
<td align="center">
|
File: <input type="file" size="45" name="resfile" />
|
</td>
|
</tr>
|
|
<tr><td align="center" style="border-bottom:1px #666 solid;">
|
<input type="submit" name="ImportSub" style="padding-left:5px;padding-right:5px;" value="_Import_" />
|
<input type="reset" style="padding-left:5px;padding-right:5px;" value="_Reset_" />
|
</td></tr>
|
|
{if $UpdateField}
|
<tr><td align="center">
|
Insert: <input type="radio" name="import_type" style="padding-left:5px;padding-right:5px;" value="0" checked /></td></tr>
|
<tr><td align="center">
|
Update: <input type="radio" name="import_type" style="padding-left:5px;padding-right:5px;" value="1" /></td></tr>
|
<tr><td align="center" style="border-bottom:1px #666 solid;">
|
Update, Insert: <input type="radio" name="import_type" style="padding-left:5px;padding-right:5px;" value="2" />
|
</td></tr>
|
{/if}
|
|
</table>
|
</form>
|