Subversion Repositories taios

Rev

Rev 387 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

require '../_taios.php';

$page = new Taios_Page('Tim32 Challenge - 00', '../');
$page->checkChallengeStatus(0, "index", "01");

$page->drawHeader();
$page->drawMiddle();

?>

<form action="00-do.php" method="POST">
<table>
<tr>
<td class="bold">Morse: </td>
<td style="color: #FFFFFF">..   .-.. .. -.- .   -- --- --- ... . </td>
</tr>
<tr>
<td class="bold">Moose: </td>
<td><input type="text" name="moose" /></td>
</tr>
<tr>
<td class="bold"></td>
<td><input type="submit" value="Submit" /></td>
</tr>
</table>
</form>

<?php

$page->drawFooter();

?>