File: 1a-test35.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 (20 lines) | stat: -rw-r--r-- 636 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
<form action="TEST" method="get">
<div><input id="_submitted" name="_submitted" type="hidden" value="1" /></div>
<table>
<tr valign="top">
  <td>Name</td>
  <td><input id="name" name="name" type="hidden" value="Pete Peteson" />Pete Peteson</td>
</tr>
<tr valign="top">
  <td>Email</td>
  <td><input id="email" name="email" type="hidden" value="pete@peteson.com" />pete@peteson.com</td>
</tr>
<tr valign="top">
  <td>Color</td>
  <td><input id="color" name="color" type="text" /></td>
</tr>
<tr valign="top">
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</form>