taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<form action="{$GRID_LINK}&amp;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>