]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/addcomment.tmpl
new base class PageType_attach as base class for WikiBlog, Comment, and WikiForum.
[SourceForge/phpwiki.git] / themes / default / templates / addcomment.tmpl
1 <?php
2   rcs_id('$Id: addcomment.tmpl,v 1.1 2004-03-12 17:32:44 rurban Exp $');
3 ?>
4 <div class="wikicomment wikicomment-form">
5 <form action="<?=$request->getPostURL()?>" method="post" class="wikiaction"
6       accept-charset="<?=CHARSET?>">
7   <input type="hidden" name="comment[page]" value="<?=$PAGENAME?>" />
8   <?= HiddenInputs($request->getArgs()) ?>
9   <table class="wikicomment-form">
10      <tr><td><textarea class="commentedit" rows="3" cols="55"
11                        name="comment[body]" wrap="virtual"></textarea></td>
12          <td class="submit-button"><input type="submit" value="<?=_("Add Comment")?>"
13                      name="comment[addcomment]" class="wikiaction" /></td>
14      </tr>
15   </table>
16 </form>
17 </div>
18