File: 1a-test26.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 (32 lines) | stat: -rw-r--r-- 957 bytes parent folder | download
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
<form action="TEST" disabled="disabled" method="get">
<div>
<input id="_submitted" name="_submitted" type="hidden" value="1" />
<table>
<tr valign="top">
  <td>Acct</td>
  <td><table>
  <tr>
    <td><input disabled="disabled" id="acct_b_on_b" name="acct" type="radio" value="&lt;b&gt;on&lt;/b&gt;" /></td>
    <td><label for="acct_b_on_b"><b>on</b></label></td>
  </tr>
  <tr>
    <td><input disabled="disabled" id="acct_i_OFF_i" name="acct" type="radio" value="&lt;i&gt;OFF&lt;/i&gt;" /></td>
    <td><label for="acct_i_OFF_i"><i>OFF</i></label></td>
  </tr>
  </table></td>
</tr>
<tr valign="top">
  <td>Phone</td>
  <td><input disabled="disabled" id="phone" name="phone" type="text" /></td>
</tr>
<tr valign="top">
  <td>Taco</td>
  <td><input disabled="disabled" id="taco" name="taco" type="text" /></td>
</tr>
<tr valign="top">
  <td>Salad</td>
  <td><input disabled="disabled" id="salad" name="salad" type="text" /></td>
</tr>
</table>
</div>
</form>