0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Crao
/
templates
/
[
Home
]
File: blogform.tmpl
<?php rcs_id('$Id: blogform.tmpl,v 1.3 2004/08/05 10:11:47 rurban Exp $'); ?> <div class="wikiblog wikiblog-form"> <form action="<?=$request->getPostURL()?>" method="post" class="wikiaction" accept-charset="<?=CHARSET?>"> <input type="hidden" name="blog[pagename]" value="<?=$PAGENAME?>" /> <?= HiddenInputs($request->getArgs()) ?> <fieldset id="wikiblog-form"> <legend><?=_("Add a Comment")?></legend> <label><?=_("Summary").':'?> <input class="wikitext" type="text" size="60" maxlength="256" name="blog[summary]" value="" /></label><br /> <br /> <label><?=_("Comment").':'?> <textarea class="blogedit" rows="5" cols="60" name="blog[body]" wrap="virtual"></textarea></label><br /> <br /> <input type="submit" value="<?=_("Add Comment")?>" name="blog[addblog]" class="wikiaction" /></fieldset> </form> </div>