X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/6bdc514b94fb0127159c809e8f311cccc230d4ee..fc1eaa7b91bd44d7939c67b1d3d8aef50af3c5db:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 4f0f57f..51d1de4 100644 --- a/issue/index.php +++ b/issue/index.php @@ -21,11 +21,18 @@ if ($id and ctype_digit($id)) { )->fetch(); if (!$row) throw new Exception('Antwoordnummer niet gevonden'); - print "

{$Page->title}

\n"; printf('
', $Page->handler ); + print "

{$Page->title}

\n"; printf(''."\n", 'id', $row->id); + printf( + '' + . '' + . ''."\n

", + 'announce', $row->announced ? ' checked' : '', 'Aangekondigd' + ); + printf('

'."\n", 'page', $row->page); printf(''."\n", 'reply', htmlspecialchars($row->raw)