summary refs log tree commit diff stats
path: root/theme/admin/write.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/write.tpl')
-rwxr-xr-xtheme/admin/write.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/theme/admin/write.tpl b/theme/admin/write.tpl index 30e870c..0d8fb24 100755 --- a/theme/admin/write.tpl +++ b/theme/admin/write.tpl
@@ -3,9 +3,7 @@
3<FORM ACTION="/admin/writePost.php?submit=" METHOD="POST"> 3<FORM ACTION="/admin/writePost.php?submit=" METHOD="POST">
4 Post Title: <INPUT TYPE="text" NAME="title"><BR> 4 Post Title: <INPUT TYPE="text" NAME="title"><BR>
5 <TEXTAREA NAME="text" COLS="80" ROWS="20"></TEXTAREA><P> 5 <TEXTAREA NAME="text" COLS="80" ROWS="20"></TEXTAREA><P>
6 Tag 1: <INPUT TYPE="text" NAME="tag1" VALUE="update"><BR> 6 Tags (comma-seperated): <INPUT TYPE="text" NAME="tags" VALUE="update"><BR>
7 Tag 2: <INPUT TYPE="text" NAME="tag2"> (Optional)<BR>
8 Tag 3: <INPUT TYPE="text" NAME="tag3"> (Optional)<BR>
9 Post Type: <SELECT NAME="type" SIZE="4"> 7 Post Type: <SELECT NAME="type" SIZE="4">
10 <OPTION VALUE="draft">Draft</OPTION> 8 <OPTION VALUE="draft">Draft</OPTION>
11 <OPTION VALUE="normal" SELECTED>Normal (Article-style) Post</OPTION> 9 <OPTION VALUE="normal" SELECTED>Normal (Article-style) Post</OPTION>