<?php
  rcs_id('$Id: addcomment.tmpl,v 1.4 2004/06/04 20:34:11 rurban Exp $');
  $request->setArg('action',false);
?>
<div class="wikicomment wikicomment-form">
<form action="<?=$request->getPostURL()?>" method="post" class="wikiaction"
      accept-charset="<?=CHARSET?>">
  <input type="hidden" name="comment[pagename]" value="<?=$PAGENAME?>" />
  <?= HiddenInputs($request->getArgs()) ?>
  <table class="wikicomment-form">
     <tr><td><textarea class="commentedit" rows="3" cols="55"
                       name="comment[body]" wrap="virtual"></textarea></td>
         <td class="submit-button"><input type="submit" value="<?=
_("Add Comment")
?>"
                     name="comment[addcomment]" class="wikiaction" /></td>
     </tr>
  </table>
</form>
</div>

