Blame view

templates/admin/fon.tpl 1 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
  <input type="button" class="submit_green" value="Ñîçäàòü" onClick="document.location='{$smarty.const.URL}admin.php?action={$rules_info_one.action}&save'">
  <br>
  
  {if count($newsAllData.data)}
     <table cellpadding="2" cellspacing="1" width="100%">
   {section name=i loop=$newsAllData.data}
   <tr><td>
          <div style="border-bottom:1px solid #878787;padding-bottom:2px;"><b>{$newsAllData.data[i].name}</b></div>
   </td></tr>
      <tr height="30" valign="top">
      <td>
  {$newsAllData.data[i].url}</a>
  
      </tr>
         <tr><td>
  <input type="button" class="submit_orange" value="Ïðàâèòü" onClick="document.location='{$smarty.const.URL}admin.php?action={$rules_info_one.action}&save&editID={$newsAllData.data[i].id}';">
  
  <input type="button" class="submit_red" value="Óäàëèòü" onClick="del('{$smarty.const.URL}admin.php?action={$rules_info_one.action}&deleteID={$newsAllData.data[i].id}');">
  
         </td></tr>
   {/section}
     </table>
  <br>
  {if $newsAllData.links}<div class="pager">Ñòðàíèöû: {$newsAllData.links}</div>{/if}
  {/if}