14 lines
358 B
Smarty
14 lines
358 B
Smarty
$header
|
|
<form method="post" action="$filename">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
<input type="hidden" name="action" value="$action" />
|
|
|
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
|
{$backup_form}
|
|
</table>
|
|
</form>
|
|
<br />
|
|
<br />
|
|
$footer
|