Revision: 7184
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7184&view=rev
Author: vargenau
Date: 2009-10-06 10:03:36 +0000 (Tue, 06 Oct 2009)
Log Message:
-----------
Specific blog for Gforge: TextFormattingRules instead of Help/TextFormattingRules
Added Paths:
-----------
trunk/themes/gforge/templates/blogform.tmpl
Added: trunk/themes/gforge/templates/blogform.tmpl
===================================================================
--- trunk/themes/gforge/templates/blogform.tmpl (rev 0)
+++ trunk/themes/gforge/templates/blogform.tmpl 2009-10-06 10:03:36 UTC (rev 7184)
@@ -0,0 +1,28 @@
+<?php // -*- php -*-
+ rcs_id('$Id$');
+?>
+<div class="wikiblog wikiblog-form">
+<form action="<?=$request->getPostURL()?>" method="post" name="editpage"
+ accept-charset="<?=$charset?>" id="wikiblog-form">
+ <input type="hidden" name="edit[pagename]" value="<?=$PAGENAME?>" />
+ <input type="hidden" name="mode" value="add" />
+ <div class="wikiblog-form">
+ <?= _("Headline").': ' ?><br />
+ <input id="wikiblog-summary" class="wikitext" type="text" style="width:540px" size="60"
+ maxlength="256" name="edit[summary]" value="" />
+ <?= $EDIT_TOOLBAR ?>
+ <a name="editarea"></a>
+ <textarea id="edit-content" class="edit-content" rows="8" cols="68" style="width:540px"
+ name="edit[content]"></textarea>
+ <br />
+ <input id="wikiblog-submit" type="submit" value="<?=_("Add Entry")?>"
+ name="edit[save]" class="wikiaction" />
+ </div>
+
+<hr noshade="noshade" />
+<div id="newMarkup" class="wiki-edithelp">
+ <?plugin IncludePage page=_("TextFormattingRules") section=_("Synopsis") quiet=1?>
+</div>
+<?=$HIDDEN_INPUTS?>
+</form>
+</div>
Property changes on: trunk/themes/gforge/templates/blogform.tmpl
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|