]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/blogform.tmpl
Clean up old markup
[SourceForge/phpwiki.git] / themes / blog / templates / blogform.tmpl
1 <div class="wikiblog wikiblog-form">
2 <form action="<?php echo $request->getPostURL()?>" method="post" name="editpage"
3       accept-charset="UTF-8" id="wikiblog-form">
4   <input type="hidden" name="edit[pagename]" value="<?php echo $PAGENAME?>" />
5   <input type="hidden" name="mode" value="add" />
6   <div class="wikiblog-form">
7      <?php echo _("Headline")._(": ") ?><br />
8      <input id="wikiblog-summary" class="wikitext" type="text" style="width:540px" size="60"
9                    maxlength="256" name="edit[summary]" value="" />
10      <?php echo $EDIT_TOOLBAR ?>
11      <a id="editarea"></a>
12      <textarea id="edit-content" class="edit-content" rows="8" style="width:540px"
13                name="edit[content]"></textarea>
14      <br />
15      <input id="wikiblog-submit" type="submit" value="<?php echo _("Add Entry")?>"
16                      name="edit[save]" class="wikiaction" />
17   </div>
18
19 <hr noshade="noshade" />
20 <div class="wiki-edithelp">
21   <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p>
22   <?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?>
23 </div>
24 <?php echo $HIDDEN_INPUTS?>
25 </form>
26 </div>