~ubuntu-branches/ubuntu/trusty/libcgi-formbuilder-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to t/2a-test04.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-28 20:29:04 UTC
  • mfrom: (2.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080628202904-81kzjon8e8silx88
Tags: 3.05.01-6
Set urgency=medium as 3.05.01-6 included a FTBFS bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<head>
 
5
 <title>Test</title>
 
6
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
7
 <!-- JavaScript validation code -->
 
8
 
 
9
</head>
 
10
<body>
 
11
 
 
12
<form action="TEST" method="post"><input id="_submitted" name="_submitted" type="hidden" value="1" />
 
13
  test form page:<br/>
 
14
  <table>
 
15
  
 
16
  <tr>
 
17
    <td class="bold">Field1<!-- label --></td>
 
18
    <td><input id="field1" name="field1" type="text" value="109" /><!-- field --><i>Hello</i><!-- comment --></td>
 
19
  </tr>
 
20
  
 
21
  <tr>
 
22
    <td class="bold">Reefer<!-- label --></td>
 
23
    <td><input id="field2" name="field2" type="submit" value="1 &lt; 2 &lt; 3" /><!-- field --><i>goodbyE@</i><!-- comment --></td>
 
24
  </tr>
 
25
  
 
26
  <tr>
 
27
    <td class="bold">Field3<!-- label --></td>
 
28
    <td><input id="field3" name="field3" type="button" value="&lt;&lt;PUSH&gt;&gt;" /><!-- field --><i>onSubmit</i><!-- comment --></td>
 
29
  </tr>
 
30
  
 
31
  </table>
 
32
  <br/>
 
33
  <!-- buttons -->
 
34
<input id="_submit" name="_submit" type="submit" value="Submit" />
 
35
</form>
 
36
 
 
37
</body>
 
38
</html>