summary refs log tree commit diff stats
path: root/theme/quotes/add.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/quotes/add.tpl')
-rw-r--r--theme/quotes/add.tpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl new file mode 100644 index 0000000..4073277 --- /dev/null +++ b/theme/quotes/add.tpl
@@ -0,0 +1,17 @@
1<DIV ID="add_all">
2 <DIV ID="add_title">Contribute</DIV>
3
4 <!--BEGIN SUBMITTED-->
5 <DIV ID="add_outputmsg">
6 <DIV ID="add_outputmsg_top">The quote you have submitted is:</DIV>
7 <DIV ID="add_outputmsg_quote"><!--SUBMITTED.QUOTE--></DIV>
8 <DIV ID="add_outputmsg_bottom">If this is not the quote you have entered, please contact the administrator and explain your problem. Also, there is no need to press the submit button again. You're quote has already been sent.</DIV>
9 </DIV>
10 <!--END SUBMITTED-->
11
12 <FORM ACTION="/quotes/add.php?submit=" METHOD="POST">
13 <TEXTAREA COLS="80" ROWS="5" NAME="rash_quote" ID="add_quote"></TEXTAREA><BR>
14 <INPUT TYPE="submit" VALUE="Add Quote!" ID="add_submit">
15 <INPUT TYPE="reset" VALUE="Reset" ID="add_reset">
16 </FORM>
17</DIV>