Blame view

templates/admin/sale_save.tpl 1.95 KB
42868d70   andryeyev   Создал GIT
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  <form action="{$smarty.const.URL}admin.php?action={$rules_info_one.action}&save" method="post" enctype="multipart/form-data">
              <table class="boxText" cellpadding="2" cellspacing="1" width="100%">
                <tbody>
  
                <tr class="v14">
                  <td align="left" width="150"><b>URL</b>&nbsp;</td>
  
                </tr>
                <tr class="v14">
                  <td class="v10" nowrap="nowrap">
                      <input class="input_form" value="{$smarty.post.url|default:$news.url|stripslashes|escape:"html"}" size="120" name="url" type="text">
                </td>
                </tr>
  
                <tr class="v14">
                  <td align="left" width="150"><b>URL ukr</b>&nbsp;</td>
  
                </tr>
                <tr class="v14">
                  <td class="v10" nowrap="nowrap">
                      <input class="input_form" value="{$smarty.post.url_ukr|default:$news.url_ukr|stripslashes|escape:"html"}" size="120" name="url_ukr" type="text">
                </td>
                </tr>              
  
                     <tr class="v14">
                  <td align="left"><b>Èçîáðàæåíèÿ (jpg,gif,png):</b>&nbsp;</td>
                  </tr>
                <tr class="v14">
                  <td>
  
                      <input class="input_form" value="{$smarty.post.pic}" name="pic" size="120" type="file">
                      <br />
                      <font color="red">Óäàëèòü èçîáðàæåíèÿ</font> - <input type="checkbox" name="delete_pic" value="1">
                      </td>
                </tr>
                
                <tr class="v14">
  
                  <td align="center"><p>
                      </p><p>
                        <input name="save" type="hidden">
                        <input name="update_id" type="hidden" value="{$smarty.post.update_id|default:$news.id}">
                        <input class="submit_blue" value="Ñîõðàíèòü" type="submit">
                        </p></td>
                </tr>
              </tbody></table>
            </form>