File: 1a-test25.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 (40 lines) | stat: -rw-r--r-- 962 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
33
34
35
36
37
38
39
40
<html>
<head>
<title>TEST</title>
</head>
<body bgcolor="white">
<h3>TEST</h3>
<form action="TEST" method="get">
<div>
<input id="_submitted" name="_submitted" type="hidden" value="1" />
<input id="_sessionid" name="_sessionid" type="hidden" value="H8N0TAC5" />
<table>
<tr valign="top">
  <td>Acct #:</td>
  <td><input id="acct" name="acct:" true="false" type="text" /></td>
</tr>
<tr valign="top">
  <td>Phone </td>
  <td><table>
  <tr>
    <td><input id="phone" name="phone()" type="checkbox" value="1" /></td>
    <td><label for="phone">1</label></td>
  </tr>
  </table></td>
</tr>
<tr valign="top">
  <td>Taco</td>
  <td><input id="taco_punch" name="taco.punch" type="text" /></td>
</tr>
<tr valign="top">
  <td>Salad </td>
  <td><input id="salad" name="salad$" type="text" /></td>
</tr>
<tr valign="top">
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>