summary refs log tree commit diff stats
path: root/theme/admin/newPoll.tpl
blob: debc8f17c6e725830284308bdf31d80c9f887b26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Congradulations! You've successfully added a Poll RSS. Now it's time to add the new Poll Of The Week:

<form action="/admin/pollProcess.php?step=3" method="post">
	Question: <input type="text" name="question" /><br />
	Option 1: <input type="text" name="option1" /><br />
	Option 2: <input type="text" name="option2" /><br />
	Option 3: <input type="text" name="option3" /><br />
	Option 4: <input type="text" name="option4" /><br />
	<input type="submit" value="Create poll" />
</form>