Advertisement
Guest User

Collect_data.tt

a guest
Oct 10th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.74 KB | None | 0 0
  1. <!Doctype html>
  2. <html>
  3.   <head>
  4.     <meta charset="UTF-8"/>
  5.     <title>Collect Data Page</title>
  6.   </head>
  7.   <body>
  8.     <form id="form1" method="POST" action="index_v_520.cgi" enctype="multipart/form-data" target="_self">  
  9.     [% IF cbox == 'on' %]
  10.     <input id="cbox" name="cbox" type="checkbox" checked="checked"/>
  11.     [% ELSE %]
  12.     <input id="cbox" name="cbox" type="checkbox"/> 
  13.     [% END %]
  14.  
  15.    
  16.     <input id="t1" name="t1" type="text" value="[% t1 %]" />
  17.     <input id="t2" name="t2" type="text" value="[% t2 %]" />
  18.  
  19.     <input id="rm" name="rm" type ="hidden" value="mode2" />
  20.     <input id="CGISESSID" name="CGISESSID" type ="hidden" value="[% session_id %]" />
  21.     <input id="submit" type="submit" />
  22.     </form>
  23.   </body>
  24.  </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement