Blame view

templates/admin/catalogs_import_cine.tpl 741 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <h2>Èìïîðò öåí</h2>
  
  {if $smarty.get.res eq "ok"}
   <font size="3" color="red">Ôàéë èìïîðòà çàãðóæåí!</font>
  {/if}
  
  {if $is eq true}
   <div style="font-size:14px;font-weight:bold;color:green;">Ôàéë ÖÅÍ óñïåøíî çàãðóæåí íà ñåðâåð! Ðåçóëüòàò îáðàáîòêè çàïóùåí...</div>
  {else}
  <table cellpadding="2" cellspacing="2">
  <form method="post" action="{$smarty.const.URL}admin.php?action={$rules_info_one.action}&modAction=import_cine" enctype="multipart/form-data">
    <tr><td><b>CSV ôàéë:</b></td></td></tr>
    <tr><td><input type="file" name="file" class="input_form" size="120"></td></tr>
  <tr><td align="center"><input type="hidden" name="import" value="1">
  <input type="submit" class="submit_blue" value="Ñîõðàíèòü"></td></tr>
  </form>
  </table>
  {/if}