File: 1a-test32.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 (86 lines) | stat: -rw-r--r-- 4,066 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<form action="TEST" class="fb_form" id="account" method="get" name="account">
<div class="fb_state" id="account_state"><input id="_submitted_account" name="_submitted_account" type="hidden" value="1" /></div>
<div class="fb_tab" id="account_tab1">
<fieldset class="fb_set" id="account_acct">
<legend>Account Information</legend>
<table class="fb">
<tr id="account_first_name_row">
  <td class="fb_label" id="account_first_name_label">First Name</td>
  <td class="fb_field" id="account_first_name_field"><input class="fb_input" id="first_name" name="first_name" type="text" /></td>
</tr>
<tr id="account_last_name_row">
  <td class="fb_label" id="account_last_name_label">Last Name</td>
  <td class="fb_field" id="account_last_name_field"><input class="fb_input" id="last_name" name="last_name" type="text" /></td>
</tr>
<tr id="account_email_row">
  <td class="fb_label" id="account_email_label">Email</td>
  <td class="fb_field" id="account_email_field"><input class="fb_input" id="email" name="email" type="text" value="pete@peteson.com" /></td>
</tr>
<tr id="account_sex_row">
  <td class="fb_label" id="account_sex_label">Sex</td>
  <td class="fb_field" id="account_sex_field"><input class="fb_radio" id="sex_Yes" name="sex" type="radio" value="Yes" /> <label class="fb_option" for="sex_Yes">Yes</label>
<input class="fb_radio" id="sex_No" name="sex" type="radio" value="No" /> <label class="fb_option" for="sex_No">No</label>
</td>
</tr>
</table>
</fieldset>
</div>
<div class="fb_tab" id="account_tab2">
<fieldset class="fb_set" id="account_prefs">
<legend>User Preferences</legend>
<table class="fb">
<tr id="account_call_me_row">
  <td class="fb_label" id="account_call_me_label">Call Me</td>
  <td class="fb_field" id="account_call_me_field"><input class="fb_input" id="call_me" name="call_me" type="text" /></td>
</tr>
<tr id="account_email_me_row">
  <td class="fb_label" id="account_email_me_label">Email Me</td>
  <td class="fb_field" id="account_email_me_field"><input class="fb_input" id="email_me" name="email_me" type="text" /></td>
</tr>
</table>
</fieldset>
</div>
<div class="fb_tab" id="account_tab3">
<fieldset class="fb_set" id="account_phone">
<legend>Phone Number(s)</legend>
<table class="fb">
<tr id="account_home_phone_row">
  <td class="fb_label" id="account_home_phone_label">Home Phone</td>
  <td class="fb_field" id="account_home_phone_field"><input class="fb_input" id="home_phone" name="home_phone" type="text" /></td>
</tr>
<tr id="account_work_phone_row">
  <td class="fb_label" id="account_work_phone_label">Work Phone</td>
  <td class="fb_field" id="account_work_phone_field"><input class="fb_input" id="work_phone" name="work_phone" type="text" /></td>
</tr>
</table>
</fieldset>
</div>
<div class="fb_tab" id="account_tab4">
<fieldset class="fb_set" id="account_inline_created">
<legend>Inline Created</legend>
<table class="fb">
<tr id="account_new_set_row">
  <td class="fb_label" id="account_new_set_label">New Set</td>
  <td class="fb_field" id="account_new_set_field"><input class="fb_input" id="new_set" name="new_set" type="text" /></td>
</tr>
</table>
</fieldset>
</div>
<table class="fb" id="account_body">
<tr id="account_outside_1_row">
  <td class="fb_label" id="account_outside_1_label">Outside 1</td>
  <td class="fb_field" id="account_outside_1_field"><input class="fb_input" id="outside_1" name="outside_1" type="text" /></td>
</tr>
<tr id="account_outside_2_row">
  <td class="fb_label" id="account_outside_2_label">Outside 2</td>
  <td class="fb_field" id="account_outside_2_field"><input class="fb_input" id="outside_2" name="outside_2" type="text" /></td>
</tr>
<tr id="account_outside_3_row">
  <td class="fb_label" id="account_outside_3_label">Outside 3</td>
  <td class="fb_field" id="account_outside_3_field"><input class="fb_input" id="outside_3" name="outside_3" type="text" /></td>
</tr>
<tr id="account_submit_row">
  <td class="fb_submit" colspan="2" id="account_submit_field"><input class="fb_button" id="account_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</form>