blob: 8e5bb2562e95789272225e2930f7ce04c56bddd7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!-- FormStart -->
<?% IF data %?>
<h1><?% data %?></h1>
<?% END %?>
<table border='0' width='95%' style="margin-top:15px">
<form method="post" action="?cmd=<?% cgi.param('cmd') %?>">
<input type='hidden' name='data' value='<?% cgi.param('data') %?>'>
<input type='hidden' name='__action' value='save'>
<?% INCLUDE 'widgets/referer.tmpl' %?>
|