File: 1a-test19.html

package info (click to toggle)
libcgi-formbuilder-perl 3.03.01-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 960 kB
  • ctags: 250
  • sloc: perl: 5,116; makefile: 7; sh: 7
file content (52 lines) | stat: -rw-r--r-- 1,859 bytes parent folder | download | duplicates (2)
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
<form action="TEST" method="get">
<div>
<input id="_submitted" name="_submitted" type="hidden" value="1" />
<table border="1">
<tr valign="top">
  <td align="right" taco="beef">A</td>
  <td align="right" taco="beef"><table border="1">
  <tr>
    <td><input id="a_0" name="a" type="checkbox" value="0" /></td>
    <td><label for="a_0">0</label></td>
    <td><input checked="checked" id="a_1" name="a" type="checkbox" value="1" /></td>
    <td><label for="a_1">1</label></td>
  </tr>
  <tr>
    <td><input checked="checked" id="a_2" name="a" type="checkbox" value="2" /></td>
    <td><label for="a_2">2</label></td>
    <td><input id="a_3" name="a" type="checkbox" value="3" /></td>
    <td><label for="a_3">3</label></td>
  </tr>
  </table></td>
</tr>
<tr valign="top">
  <td align="right" taco="beef">B</td>
  <td align="right" taco="beef"><table border="1">
  <tr>
    <td><input id="b_4" name="b" type="radio" value="4" /></td>
    <td><label for="b_4">4</label></td>
    <td><input id="b_5" name="b" type="radio" value="5" /></td>
    <td><label for="b_5">5</label></td>
    <td><input id="b_6" name="b" type="radio" value="6" /></td>
    <td><label for="b_6">6</label></td>
  </tr>
  <tr>
    <td><input id="b_7" name="b" type="radio" value="7" /></td>
    <td><label for="b_7">7</label></td>
    <td><input id="b_8" name="b" type="radio" value="8" /></td>
    <td><label for="b_8">8</label></td>
    <td><input id="b_9" name="b" type="radio" value="9" /></td>
    <td><label for="b_9">9</label></td>
  </tr>
  </table> Please fill these in</td>
</tr>
<tr valign="top">
  <td align="right" taco="beef">C</td>
  <td align="right" taco="beef"><input id="c" name="c" type="text" /></td>
</tr>
<tr valign="top">
  <td align="center" colspan="2" taco="beef"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</div>
</form>