Advertisement
YaakovTooth

Yaakov Paste

Dec 15th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <html>
  2.   <body bgcolor="black">
  3.     <center>
  4.       <table>
  5.         <tr>
  6.         <td colspan="2" align="center">
  7.           <form method="post" action="Пиздец">{% csrf_token %}
  8.           <input type="submit" value="Развидеть все"></form>
  9.         </td>
  10.         </tr>
  11.         <tr>
  12.         <td align="center">
  13.           <form method="post" action="Слева-1">{% csrf_token %}
  14.           <input type="submit" value="Это не фото"></form>
  15.         </td>
  16.         <td align="center">
  17.           <form method="post" action="Справа-1">{% csrf_token %}
  18.           <input type="submit" value="Это не фото"></form>
  19.         </td>
  20.         </tr>
  21.         <tr>
  22.         <td height="80%"><form method="post" action="Слева+1">{% csrf_token %}
  23.         <input type="image" src="{{ left }}"></form></td>
  24.  
  25.         <td height="80%"><form method="post" action="Справа+1">{% csrf_token %}
  26.         <input type="image" src="{{ right }}"></form></td>
  27.         </tr>
  28.       </table>
  29.     </center>
  30.   </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement