Guest User

Untitled

a guest
Oct 12th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. whats on page:
  2. _______________
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <meta http-equiv="Content-Language" content="en-us">
  9.  
  10. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  11.  
  12. <title>Zafafe</title>
  13.  
  14. </head>
  15.  
  16. <body>
  17.  
  18.  
  19.  
  20.  
  21. <table border="1" width="100%" style="border-width: 0px">
  22.  
  23. <tr>
  24.  
  25. <td bgcolor="#FF9999" style="border-style: none; border-width: medium">
  26.  
  27. <div style="background-color: #FF9999">
  28.  
  29. <p align="center">
  30.  
  31. <font size="7" color="#FFFFFF" face="Arial Narrow">
  32.  
  33. <span style="background-color: #FF9999">Zafafe</span></font></div>
  34.  
  35. <p align="center"><font size="6" color="#FFFFFF" face="Blackadder ITC">
  36.  
  37. <b><span style="background-color: #FF9999">Welcome Our Lovely Bride
  38.  
  39. </span></b></font></td>
  40.  
  41. </tr>
  42.  
  43. </table>
  44.  
  45. <table border="1" width="100%" style="border-width: 0px">
  46.  
  47. <tr>
  48.  
  49. <td style="border-style: none; border-width: medium" align="center">
  50.  
  51. <p align="center"><u>
  52.  
  53. <font face="Blackadder ITC" color="#FF9999" size="5">Home</font></u></td>
  54.  
  55. <td style="border-style: none; border-width: medium" align="center"><u>
  56.  
  57. <b><i><font face="Blackadder ITC" size="5" color="#C0C0C0">What's On</font></i></b></u></td>
  58.  
  59. <td style="border-style: none; border-width: medium" align="center"><u>
  60.  
  61. <font face="Blackadder ITC" color="#FF9999" size="5">My Checklist </font>
  62.  
  63. </u></td>
  64.  
  65. <td style="border-style: none; border-width: medium" align="center"><u>
  66.  
  67. <font size="5" face="Blackadder ITC" color="#FF9999">About Us</font></u></td>
  68.  
  69. <td style="border-style: none; border-width: medium" align="center"><u>
  70.  
  71. <font color="#FF9999" size="5" face="Blackadder ITC">Contact Us</font></u></td>
  72.  
  73. </tr>
  74.  
  75. </table>
  76.  
  77. <table border="1" width="100%">
  78.  
  79. <tr>
  80.  
  81. <td><b><u><font color="#FF9999" size="4">Sort By:</font></u><font color="#FF9999" size="4">
  82.  
  83. </font></b><font size="5" face="Blackadder ITC" color="#FF9999">
  84.  
  85. <input type="checkbox" name="C10" value="ON" style="font-weight: 700; text-decoration: underline"></font><b><font color="#FF9999" size="5" face="Blackadder ITC">Ball Rooms</font></b><font size="5" face="Blackadder ITC" color="#FF9999"><input type="checkbox" name="C9" value="ON" style="font-weight: 700; "><b>Gowns</b><input type="checkbox" name="C2" value="ON" style="font-weight: 700; "><b>Catering </b>
  86.  
  87. <input type="checkbox" name="C3" value="ON" style="font-weight: 700; "><b>Flowers </b>
  88.  
  89. <input type="checkbox" name="C7" value="ON" style="font-weight: 700; "><b>Salons </b>
  90.  
  91. <input type="checkbox" name="C8" value="ON" style="font-weight: 700; "><b>Cards </b>
  92.  
  93. <input type="checkbox" name="C4" value="ON" style="font-weight: 700; "><b>Photographer </b>
  94.  
  95. <input type="checkbox" name="C5" value="ON" style="font-weight: 700; "><b>DJ</b></font></td>
  96.  
  97. </tr>
  98.  
  99. </table>
  100.  
  101. <p>&nbsp;</p>
  102.  
  103. <table border="1" width="100%" height="51">
  104.  
  105. <tr>
  106.  
  107. <td>
  108.  
  109. <p align="center"><font color="#FF9999">
  110.  
  111. <input type="text" name="T1" size="37" value="Thinking of something? POST IT !"></font></td>
  112.  
  113. </tr>
  114.  
  115. </table>
  116.  
  117. <p align="center">&nbsp;
  118.  
  119.  
  120.  
  121. {% if msgs %}
  122.  
  123.  
  124.  
  125. <ol>
  126. {% for what in msgs %}
  127. <li>
  128. <a > {{what.content}} : {{what.date_and_time}} : {{what.disply_name}} : {{what.author}}
  129. </a>
  130. </li>
  131. {% endfor %}
  132. </ol>
  133.  
  134.  
  135.  
  136.  
  137. {% else %}
  138. <p>No msgs are available.</p>
  139. {% endif %}
  140.  
  141.  
  142.  
  143. </p>
  144.  
  145.  
  146.  
  147.  
  148. <ul>
  149.  
  150.  
  151.  
  152.  
  153. {% for list in checklist %}
  154. <li><a href="checklist/{{ list.id }}/">{{ list.notes }} : {{ list.author }} : {{ list.date_and_time}}</a></li>
  155. {% endfor %}
  156. </ul>
  157.  
  158. </body>
  159.  
  160. </html>
  161.  
  162. __________________________________________________________________________________________________________
  163.  
  164. Checklist Page:
  165. ________________
  166.  
  167. <html>
  168.  
  169. <head>
  170.  
  171. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  172.  
  173. <title>Zafafe</title>
  174.  
  175. </head>
  176.  
  177. <body>
  178.  
  179. <table border="1" width="100%" style="border-width: 0px">
  180.  
  181. <tr>
  182.  
  183. <td bgcolor="#FF9999" style="border-style: none; border-width: medium">
  184.  
  185. <div style="background-color: #FF9999">
  186.  
  187. <p align="center">
  188.  
  189. <font size="7" color="#FFFFFF" face="Arial Narrow">
  190.  
  191. <span style="background-color: #FF9999">Zafafe</span></font></div>
  192.  
  193. <p align="center"><font size="6" color="#FFFFFF" face="Blackadder ITC">
  194.  
  195. <b><span style="background-color: #FF9999">Welcome Our Lovely Bride
  196.  
  197. </span></b></font></td>
  198.  
  199. </tr>
  200.  
  201. </table>
  202.  
  203. <table border="1" width="100%" style="border-width: 0px">
  204.  
  205. <tr>
  206.  
  207. <td style="border-style: none; border-width: medium" align="center">
  208.  
  209. <p align="center"><u>
  210.  
  211. <font face="Blackadder ITC" color="#FF9999" size="5">Home</font></u></td>
  212.  
  213. <td style="border-style: none; border-width: medium" align="center"><u>
  214.  
  215. <font face="Blackadder ITC" size="5" color="#FF9999">What's On</font></u></td>
  216.  
  217. <td style="border-style: none; border-width: medium" align="center"><i>
  218.  
  219. <b><u>
  220.  
  221. <font face="Blackadder ITC" color="#C0C0C0" size="5">My Checklist </font>
  222.  
  223. </u></b></i></td>
  224.  
  225. <td style="border-style: none; border-width: medium" align="center"><u>
  226.  
  227. <font size="5" face="Blackadder ITC" color="#FF9999">About Us</font></u></td>
  228.  
  229. <td style="border-style: none; border-width: medium" align="center"><u>
  230.  
  231. <font color="#FF9999" size="5" face="Blackadder ITC">Contact Us</font></u></td>
  232.  
  233. </tr>
  234.  
  235. </table>
  236.  
  237. <table border="1" width="100%">
  238.  
  239. <tr>
  240.  
  241. <td>
  242.  
  243. <p align="center">&nbsp;</p>
  244.  
  245. <p align="center"><font color="#FF9999">If you think of creating your
  246.  
  247. own check list </font></p>
  248.  
  249. <p align="center"><font color="#FF9999">you can start here,, </font></p>
  250.  
  251. <form method="POST" action="--WEBBOT-SELF--">
  252.  
  253. <!--webbot bot="SaveResults" U-File="C:\Documents and Settings\compcnt\Desktop\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
  254.  
  255. <p align="center"><font color="#FF9999">&nbsp;Username:
  256.  
  257. <input type="text" name="T1" size="20"></font></p>
  258.  
  259. <p align="center"><font color="#FF9999">Password: </font>
  260.  
  261. <input type="text" name="T2" size="20"></p>
  262.  
  263. <p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  264.  
  265. <input type="submit" value="Log In"> or&nbsp;
  266.  
  267. <input type="reset" value="Register NOW" name="B2"></p>
  268.  
  269. </form>
  270.  
  271. <p align="center">&nbsp;</td>
  272.  
  273. </tr>
  274.  
  275. </table>
  276.  
  277. <table border="1" width="17%">
  278.  
  279. <tr>
  280.  
  281. <td>
  282.  
  283. <form method="POST" action="--WEBBOT-SELF--">
  284.  
  285. <!--webbot bot="SaveResults" U-File="C:\Documents and Settings\compcnt\Desktop\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
  286. <ul>
  287. {% for list in checklist.checklistitem_set.all %}
  288.  
  289.  
  290. <p align="left"><input type="radio" value="V1" name="R1">
  291.  
  292. <input type=checkbox name="C1" value="ON"
  293. {% if view.task_done %}
  294. checked="checked"
  295. {% endif %}
  296. >
  297. <u><b>
  298. <font color="#FF9999" size="5" face="Blackadder ITC"> </font></b></u></p>
  299.  
  300. <li>{{ list.notes }} : {{ list.task_done }} : {{ list.due_date_task}} </li>
  301. {% endfor %}
  302.  
  303.  
  304.  
  305. </ul>
  306.  
  307. </body>
  308.  
  309. </html>
Add Comment
Please, Sign In to add comment