File: 2c-test02.html

package info (click to toggle)
libcgi-formbuilder-perl 3.09-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,504 kB
  • ctags: 450
  • sloc: perl: 7,224; makefile: 12
file content (68 lines) | stat: -rw-r--r-- 1,705 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
    <head>
      <title>TEST</title>
      
    </head>
    <body>
      <form action="TEST" method="get"><input id="_submitted" name="_submitted" type="hidden" value="1" />
      <table>
        
        <tr valign="top">
          <td>
            Name
          </td>
          <td>
            

        <input id="name" maxlength="80" name="name" size="80" type="text" />
      </td>
    </tr>
        
        <tr valign="top">
          <td>
            Mom
          </td>
          <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 valign="top">
          <td>
            Size
          </td>
          <td>
            

        <input id="size" name="size" type="text" value="8" />
      </td>
    </tr>
        
        <tr valign="top">
          <td>
            Fuck me?<br>
          </td>
          <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_1" name="sex" type="radio" value="-1" /> <label for="sex_1">Maybe</label>

      </td>
    </tr>
        
        <tr>
          <td colspan="2" align="center">
            <input id="_submit" name="_submit" type="submit" value="Start over, boob!" /> 
          </td>
        </tr>
      </table>
      </form>
    </body>
    </html>