~ubuntu-branches/ubuntu/intrepid/libcgi-formbuilder-perl/intrepid

« back to all changes in this revision

Viewing changes to t/2a-test99.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
 <tmpl_var js-head>
 
9
</head>
 
10
<body>
 
11
 
 
12
<tmpl_var form-start>
 
13
  <tmpl_var form-title>:<br/>
 
14
  <table>
 
15
  <tmpl_loop fields>
 
16
  <tr>
 
17
    <td class="bold"><tmpl_var label><!-- label --></td>
 
18
    <td><tmpl_var field><!-- field --><tmpl_var comment><!-- comment --></td>
 
19
  </tr>
 
20
  </tmpl_loop>
 
21
  </table>
 
22
  <br/>
 
23
  <!-- buttons -->
 
24
<tmpl_var form-submit>
 
25
<tmpl_var form-end>
 
26
 
 
27
</body>
 
28
</html>