wootook-reloaded/templates/OpenGame/admin/exec_query.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

15 lines
442 B
Go Template

<br><br>
<h2>{Qry_title}</h2>
<form method="post" action="QueryExecute.php">
<table width="305" border="0" cellspacing="2" cellpadding="0" style="color:#FFFFFF">
<tr>
<td class="c" colspan="6"><TEXTAREA name="qry_sql" rows=10 COLS=40></TEXTAREA></td>
</tr>
<tr>
<th width="130"><input type="submit" name="ok" value="{md5_doit}"></th>
<th width="130"><input type="checkbox" name="really_do_it" >{exec_check}</th>
</tr>
</table>
</form>