diff options
Diffstat (limited to 'theme/admin/write.tpl')
| -rw-r--r-- | theme/admin/write.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
| diff --git a/theme/admin/write.tpl b/theme/admin/write.tpl new file mode 100644 index 0000000..30e870c --- /dev/null +++ b/theme/admin/write.tpl | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <H2>Write a post</H2><P> | ||
| 2 | |||
| 3 | <FORM ACTION="/admin/writePost.php?submit=" METHOD="POST"> | ||
| 4 | Post Title: <INPUT TYPE="text" NAME="title"><BR> | ||
| 5 | <TEXTAREA NAME="text" COLS="80" ROWS="20"></TEXTAREA><P> | ||
| 6 | Tag 1: <INPUT TYPE="text" NAME="tag1" 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"> | ||
| 10 | <OPTION VALUE="draft">Draft</OPTION> | ||
| 11 | <OPTION VALUE="normal" SELECTED>Normal (Article-style) Post</OPTION> | ||
| 12 | <OPTION VALUE="priority">High-Priority Post</OPTION> | ||
| 13 | <OPTION VALUE="instant">Instant Post</OPTION> | ||
| 14 | </SELECT><BR> | ||
| 15 | <INPUT TYPE="submit" VALUE="Write post"> | ||
| 16 | </FORM> | ||
