summary refs log tree commit diff stats
path: root/theme/admin/newPoll.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/admin/newPoll.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/admin/newPoll.tpl')
-rw-r--r--theme/admin/newPoll.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/admin/newPoll.tpl b/theme/admin/newPoll.tpl new file mode 100644 index 0000000..5f1d2a4 --- /dev/null +++ b/theme/admin/newPoll.tpl
@@ -0,0 +1,10 @@
1Congradulations! You've successfully added a Poll RSS. Now it's time to add the new Poll Of The Week:<P>
2
3<FORM ACTION="/admin/pollProcess.php?step=3" METHOD="POST">
4 Question: <INPUT TYPE="text" NAME="question"><BR>
5 Option 1: <INPUT TYPE="text" NAME="option1"><BR>
6 Option 2: <INPUT TYPE="text" NAME="option2"><BR>
7 Option 3: <INPUT TYPE="text" NAME="option3"><BR>
8 Option 4: <INPUT TYPE="text" NAME="option4"><BR>
9 <INPUT TYPE="submit" VALUE="Create poll">
10</FORM>