File: 2d-test02.html

package info (click to toggle)
libcgi-formbuilder-perl 3.08-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,204 kB
  • sloc: perl: 7,201; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<title>User Info</title>
Please update your info and hit "Submit".

<form action="TEST" method="get"><input id="_submitted" name="_submitted" type="hidden" value="1" />
<tr class="optional invalid"><th>Name</th><td><input id="name" maxlength="80" name="name" size="80" type="text" /> Fuck off </td></tr>
<tr class="optional invalid"><th>Mom</th><td><input id="color_white" name="color" type="radio" value="white" /> <label for="color_white">White</label>
<input id="color_black" name="color" type="radio" value="black" /> <label for="color_black">Black</label>
<input id="color_red" name="color" type="radio" value="red" /> <label for="color_red">Green</label>
  </td></tr>
<tr class="optional invalid"><th>Size</th><td><input id="size" name="size" type="text" value="8" />  </td></tr>
<tr class="optional invalid"><th>Fuck me?<br></th><td><input id="sex_1" name="sex" type="radio" value="1" /> <label for="sex_1">Yes</label>
<input id="sex_0" name="sex" type="radio" value="0" /> <label for="sex_0">No</label>
<input id="sex_2" name="sex" type="radio" value="2" /> <label for="sex_2">Maybe</label>
  </td></tr>

<input id="_submit" name="_submit" type="submit" value="Start over, boob!" />