File: 3b-test03.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 (44 lines) | stat: -rw-r--r-- 1,573 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
41
42
43
44
<html>
<head>
<title>Tres Tacos</title>
</head>
<body bgcolor="white">
<h3>Tres Tacos</h3>
<form action="/page.pl" id="p3" method="post" name="p3">
<div>
<input id="_submitted_p3" name="_submitted_p3" type="hidden" value="2" />
<input id="_page" name="_page" type="hidden" value="3" />
<table>
<tr id="p3_replacement_row" valign="top">
  <td id="p3_replacement_label">MikeZ is Da"Bomb"</td>
  <td id="p3_replacement_field"><table>
  <tr>
    <td><input checked="checked" id="replacement_TRUE" name="replacement" type="radio" value="TRUE" /></td>
    <td><label for="replacement_TRUE">TRUE</label></td>
  </tr>
  <tr>
    <td><input id="replacement_FALSE" name="replacement" type="radio" value="FALSE" /></td>
    <td><label for="replacement_FALSE">FALSE</label></td>
  </tr>
  <tr>
    <td><input id="replacement_MAYBE" name="replacement" type="radio" value="MAYBE" /></td>
    <td><label for="replacement_MAYBE">MAYBE</label></td>
  </tr>
  </table></td>
</tr>
<tr id="p3_ticket_row" valign="top">
  <td id="p3_ticket_label">Ticket</td>
  <td id="p3_ticket_field"><input id="ticket" name="ticket" type="text" value="-1million" /> master mister</td>
</tr>
<tr id="p3_action_row" valign="top">
  <td id="p3_action_label"> JackSUN </td>
  <td id="p3_action_field"><input id="action" misc="ellaneous" name="action" type="password" value="Unsubscribe" /></td>
</tr>
<tr id="p3_submit_row" valign="top">
  <td align="center" colspan="2" id="p3_submit_field"><input id="p3_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>