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')
-rwxr-xr-xtheme/quotes/add.tpl27
1 files changed, 12 insertions, 15 deletions
diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl index 4073277..dc872ee 100755 --- a/theme/quotes/add.tpl +++ b/theme/quotes/add.tpl
@@ -1,17 +1,14 @@
1<DIV ID="add_all"> 1<H1>Contribute</H1>
2 <DIV ID="add_title">Contribute</DIV>
3 2
4 <!--BEGIN SUBMITTED--> 3<!--BEGIN SUBMITTED-->
5 <DIV ID="add_outputmsg"> 4 <P>The quote you have submitted is:</P>
6 <DIV ID="add_outputmsg_top">The quote you have submitted is:</DIV> 5 <P><CODE><!--SUBMITTED.QUOTE--></CODE></P>
7 <DIV ID="add_outputmsg_quote"><!--SUBMITTED.QUOTE--></DIV> 6 <P>If this is not the quote you have entered, please contact the administrator and explain your problem.
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> 7 Also, there is no need to press the submit button again. You're quote has already been sent.</P>
9 </DIV> 8<!--END SUBMITTED-->
10 <!--END SUBMITTED-->
11 9
12 <FORM ACTION="/quotes/add.php?submit=" METHOD="POST"> 10<FORM ACTION="/quotes/add.php?submit=" METHOD="POST">
13 <TEXTAREA COLS="80" ROWS="5" NAME="rash_quote" ID="add_quote"></TEXTAREA><BR> 11 <TEXTAREA COLS="80" ROWS="5" NAME="rash_quote"></TEXTAREA><BR>
14 <INPUT TYPE="submit" VALUE="Add Quote!" ID="add_submit"> 12 <INPUT TYPE="submit" VALUE="Add Quote!">
15 <INPUT TYPE="reset" VALUE="Reset" ID="add_reset"> 13 <INPUT TYPE="reset" VALUE="Reset">
16 </FORM> 14</FORM>
17</DIV>