<? if(VALID_DOCUMENT != 1) die('what?');
$title = 'Spell Check';
include(TMPLPATH."html_start.php");
?>
<table colspan="1" rowspan="1" width="90%">
<form action="<?=$_SERVER['PHP_SELF']?>" method="post">
<input type="hidden" name="action" value="compose-execute-spell">
<input type="hidden" name="old_text" value="<?=urlencode($old_text)?>">
<tr><th>Spell Cheking</th></tr>
<tr><td><pre>
<?=$spell?>
</pre></td></tr>
<tr><td>
<input type="submit" value="done">
</td></tr>
</form>
</table>
<? include(TMPLPATH."html_end.php");?>