0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: forumadd.tmpl
<?php // rcs_id('$Id: forumadd.tmpl 7589 2010-07-02 07:31:33Z vargenau $'); // This template is used for the WikiForum plugin. ?> <div class="wikiforum wikiforum-reply"> <form action="<?php echo $request->getPostURL()?>" method="post" class="wikiaction" accept-charset="<?php echo CHARSET?>"> <input type="hidden" name="forum[pagename]" value="<?php echo $PAGENAME?>" /> <?php echo HiddenInputs($request->getArgs()) ?> <table class="wikiforum-reply"> <caption><?php echo _("Post new")?></caption> <col class="label" width="1*" /><col class="input" width="100*" /> <tr><th align="right"><?php echo _("Title:")?></th> <td><input class="wikitext" type="text" size="60" maxlength="256" name="forum[summary]" value="<?php echo isset($forum['summary']) ? $forum['summary'] : '' ?>" /></td> </tr> <tr><th align="right"><?php echo _("Reply")?>:</th> <td><textarea class="forumedit" rows="5" cols="60" name="forum[body]"><?php echo isset($forum['body']) ? $forum['body'] : ''?></textarea></td> </tr> <tr><td colspan="2" align="center" class="submit-button" ><input type="submit" value="<?php echo _("Add Message")?>" name="forum[add]" class="wikiaction" /></td> </tr> </table> </form> </div>
© 2017 -
ZeroByte.ID
.