CGI-FormBuilder

 view release on metacpan or  search on metacpan

t/2a-test99.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title>Test</title>
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 <!-- JavaScript validation code -->
 <tmpl_var js-head>
</head>
<body>

<tmpl_var form-start>
  <tmpl_var form-title>:<br/>
  <table>
  <tmpl_loop fields>
  <tr>
    <td class="bold"><tmpl_var label><!-- label --></td>
    <td><tmpl_var field><!-- field --><tmpl_var comment><!-- comment --></td>
  </tr>
  </tmpl_loop>
  </table>
  <br/>
  <!-- buttons -->
<tmpl_var form-submit>
<tmpl_var form-end>

</body>
</html>



( run in 0.627 second using v1.01-cache-2.11-cpan-437f7b0c052 )