fon.tpl
1 KB
<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}