Advertisement
Guest User

Order Form Code

a guest
Oct 26th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. <!doctype html public "-//W3c//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml/DTDxhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" sml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6. <title>Mortage Calculator</title>
  7. </head>
  8. <body>
  9. <center><img src="pic.png" height="200" width="720"></center>
  10. <center><font size="4">Enter your mortage information below, and it will be emailed to your finance professional in order to accurately calculate the total amount that you will pay. I have no actual idea why we have to email somebody in order to calculate this, but I guess we don't have Javascript functionality yet.</font></center><br><br>
  11. <form method="post" action="mailto:strutcj7@llhs.org">
  12. <fieldset><legend align="right">Personal Information</legend>
  13. First Name: <input name="first" type="text" size="25" />
  14. <br><br>Last Name: <input name="last" type="text" size="25" />
  15. <br><br>E-Mail Address: <input name="email" type="text" size="25" />
  16. <br><br>Name of Finance Professional: <input name="person" type="text" size="25" />
  17. </fieldset><br>
  18. <fieldset><legend align="right">Financial Information</legend>
  19. Amount (in USD): <input name="amount" type="text" size="25" />
  20. <br><br>Percentage Rate: <input name="rate" type="text" size="25" />
  21. <br><br>Loan Length (in years): <input name="length" type="text" size="25" />
  22. <br><br>Monthly Payment: <input name="payment" type="text" size="25" />
  23. </fieldset>
  24. <br>
  25. <center><input type="submit" value="Submit" />
  26. <input type="reset" value="Reset" /></center>
  27. </form>
  28. <br><br>
  29. <center></font>Thank you for using Secure Mortgage Company</font></center>
  30. </body>
  31. </html>
  32.  
  33.  
  34.  
  35. <!doctype html public "-//W3c//DTD XHTML 1.0 Transitional//EN"
  36. "http://www.w3.org/TR/xhtml/DTDxhtml1-transitional.dtd">
  37. <html xmlns="http://www.w3.org/1999/xhtml" sml:lang="en" lang="en">
  38. <head>
  39. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  40. <title>Music Survey</title>
  41. </head>
  42. <body>
  43. <center><img src="music2.jpg" height="432" width="972"></center><br><br><br><br>
  44. <center><img src="title.png"></center>
  45. <br><br><br><br>
  46. <center><img src="down.png" height="100" width="100"></center>
  47. <br><br><br>
  48. <form method="post" action="mailto:strutcj7@llhs.org">
  49. <fieldset><legend align="right">Personal Information</legend>
  50. Last Name: <input name="lastname type="text" size="25" />
  51. First Name: <input name="firstname" type="text" size="25" /><br /><br />
  52. Street Address: <input name="address" type="text" size="25" />
  53. City: <input name="city" type="text" size="25" />
  54. State: <input name="state" type="text" size="25" />
  55. ZIP: <input name="zip" type="text" size="5" /><br /><br />
  56. E-mail address: <input name="email" type="text" size="25" />
  57. </fieldset>
  58. <br>
  59. <fieldset><legend align="right">Music Sampling</legend>
  60. Which genres of music do you enjoy?
  61. <br /><input name="pictype" type="checkbox" value="african" />African
  62. <input name="pictype" type="checkbox" value="asian" />Asian
  63. <input name="pictype" type="checkbox" value="a-v" />Avant-garde
  64. <input name="pictype" type="checkbox" value="blues" />Blues
  65. <input name="pictype" type="checkbox" value="caribbean" />Caribbean
  66. <br /><input name="pictype" type="checkbox" value="comedy" />Comedy
  67. <input name="pictype" type="checkbox" value="country" />Country
  68. <input name="pictype" type="checkbox" value="e-l" />Easy Listening
  69. <input name="pictype" type="checkbox" value="electronic" />Electronic
  70. <br /><input name="pictype" type="checkbox" value="folk" />Folk
  71. <input name="pictype" type="checkbox" value="h-h" />Hip Hop
  72. <input name="pictype" type="checkbox" value="jazz" />Jazz
  73. <input name="pictype" type="checkbox" value="latin" />Latin
  74. <br /><input name="pictype" type="checkbox" value="pop" />Pop
  75. <input name="pictype" type="checkbox" value="soul" />R&B and Soul
  76. <input name="pictype" type="checkbox" value="rock" />Rock
  77. <br><br>
  78. Which of the following songs do you enjoy the most?
  79. <select name="song">
  80. <option>1) I Got the Keys</option>
  81. <option>2) Chairman Mao</option>
  82. <option>3) Down the Road</option>
  83. <option>4) The Cliff</option>
  84. </select><br>
  85. <audio controls>
  86. <source src="keys.mp3" type="audio/mpeg">
  87. </audio><br><br>
  88. <audio controls>
  89. <source src="bambu.mp3" type="audio/mpeg">
  90. </audio><br><br>
  91. <audio controls>
  92. <source src="road.mp3" type="audio/mpeg">
  93. </audio><br><br>
  94. <audio controls>
  95. <source src="cliffs.mp3" type="audio/mpeg">
  96. </audio><br><br>
  97. <p>Which specific genres, sub-genres, songs, or bands/groups do you enjoy the most?
  98. <br /><textarea name+"other" rows="3" cols="100"></textarea></p>
  99. </fieldset>
  100. <br>Thank you for completing the survey. Please submit it to enter into a prize drawing for tickets to a concert of your choice.
  101. <p><input type="submit" value="Submit" />
  102. <input type="reset" value="Reset" /></p>
  103. </form>
  104. </body>
  105. </html>
  106.  
  107.  
  108.  
  109. <!doctype html public "-//W3c//DTD XHTML 1.0 Transitional//EN"
  110. "http://www.w3.org/TR/xhtml/DTDxhtml1-transitional.dtd">
  111. <html xmlns="http://www.w3.org/1999/xhtml" sml:lang="en" lang="en">
  112. <head>
  113. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  114. <title>Meme Survey</title>
  115. </head>
  116. <body>
  117. <BODY BACKGROUND="bg.jpg">
  118. <center><img src="memelogo.png"></center>
  119. <center><font size="4">Welcome to my meme survey. I will show you a selection of memes, and you will choose your favorite.<br> Data collected will help me to make better memes. Thank you for your participation.</font></center><br><br>
  120. <form method="post" action="mailto:strutcj7@llhs.org">
  121. Choose from one of the following pepes:
  122. <input name="newsletter" type="radio" value="normal" />1 <img src="http://i1.kym-cdn.com/photos/images/facebook/000/862/065/0e9.jpg" width="100" height="100">
  123. <input name="newsletter" type="radio" value="pyramid" />2 <img src="http://mydreamcompany333.weebly.com/uploads/5/4/9/5/54952315/s938110379110678739_p2_i2_w960.png" width="100" height="100">
  124. <input name="newsletter" type="radio" value="cool" />3 <img src="https://yt3.ggpht.com/-980xFFwqGk0/AAAAAAAAAAI/AAAAAAAAAAA/E5VaGMOAiQA/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" width="100" height="100">
  125. <input name="newsletter" type="radio" value="nice" />4 <img src="https://timedotcom.files.wordpress.com/2016/10/pepe-the-frog-matt-furie-hate-symbol-racism-anti-defamation-league-4chan.jpg?quality=85&w=813" width="200" height="100">
  126. <br><br>
  127. Choose from one of the following acceptance memes:
  128. <input name="newsletter" type="radio" value="drake" />1 <img src="http://s3.amazonaws.com/hiphopdx-production/2015/10/drake-hotline-bling-jacket-moncler.png" width="100" height="100">
  129. <input name="newsletter" type="radio" value="bouncer" />2 <img src="http://i2.kym-cdn.com/entries/icons/original/000/021/290/bounsa.png" width="100" height="100">
  130. <br><br>
  131. Choose from one of the following confused/suprised memes:
  132. <input name="newsletter" type="radio" value="krabs" />1 <img src="http://i1.kym-cdn.com/photos/images/original/001/142/307/2ef.jpg" width="100" height="100">
  133. <input name="newsletter" type="radio" value="spongegar" />2 <img src="https://res.cloudinary.com/teepublic/image/private/s--fXvoaYMf--/t_Preview/b_rgb:5e366e,c_limit,f_jpg,h_630,q_90,w_630/v1466107758/production/designs/547814_1.jpg" width="100" height="100">
  134. <br><br>
  135. Which medieval meme do you enjoy?
  136. <input name="newsletter" type="radio" value="treb" />Trebuchet (90 kg for 300 m)
  137. <input name="newsletter" type="radio" value="crusades" />Crusades (or Deus Vult)
  138. <br><br>
  139. Who did you support in the great me_irl meme war?
  140. <select name="memewar">
  141. <option>Goosebumps</option>
  142. <option>Skeletons</option>
  143. <option>Bear in the Big Blue House</option>
  144. <option>The Crusades</option>
  145. <option>Bionicles</option>
  146. <option>Trebuchets</option>
  147. </select>
  148. <br><br>
  149. Which meme format do you enjoy?
  150. <input name="newsletter" type="radio" value="parnets" />My Parents Aren't Home
  151. <input name="newsletter" type="radio" value="barber" />Barber
  152. <br><br>
  153. Do you prefer meme text above the image (Twitter style) or on the image (2007 Facebook style)?
  154. <select name="memewar">
  155. <option>Above</option>
  156. <option>On</option>
  157. </select>
  158. <br><br>
  159. <p>What other types of memes, in addition to those shown, are you interested in? Include emerging meme markets in your answer, if applicable.
  160. <br /><textarea name+"other" rows="3" cols="100"></textarea></p>
  161. <br><br>
  162. <center><input type="submit" value="Submit" />
  163. <input type="reset" value="Reset" /></center>
  164. </form>
  165. <br><br>
  166. <font size="4"><center>Thank you for completing the meme survey.</center></font>
  167. </body>
  168. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement