forumadd.tmpl
来自「PhpWiki是sourceforge的一个开源项目」· TMPL 代码 · 共 29 行
TMPL
29 行
<?php rcs_id('$Id: forumadd.tmpl,v 1.1 2004/04/18 05:44:04 rurban Exp $');?><div class="wikiforum wikiforum-reply"><form action="<?=$request->getPostURL()?>" method="post" class="wikiaction" accept-charset="<?=CHARSET?>"> <input type="hidden" name="forum[pagename]" value="<?=$PAGENAME?>" /> <?= HiddenInputs($request->getArgs()) ?> <table class="wikiforum-reply"> <caption><?=_("Post new")?></caption> <col class="label" width="1*" /><col class="input" width="100*" /> <tr><th align="right"><?=_("Title:")?></th> <td><input class="wikitext" type="text" size="60" maxlength="256" name="forum[summary]" value="<?= isset($forum['summary']) ? $forum['summary'] : '' ?>" /></td> </tr> <tr><th align="right"><?=_("Reply")?>:</th> <td><textarea class="forumedit" rows="5" cols="60" name="forum[body]" wrap="virtual"><?= isset($forum['body']) ? $forum['body'] : ''?></textarea></td> </tr> <tr><td colspan="2" align="center" class="submit-button" ><input type="submit" value="<?=_("Add Message")?>" name="forum[add]" class="wikiaction" /></td> </tr> </table></form></div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?