~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to test/html/allform/allform.htm

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>Tests for Embperl - optAllFormData</title>
 
4
</head>
 
5
 
 
6
 
 
7
<body>
 
8
 
 
9
 
 
10
optAllFormData: [+ $optAllFormData +] <BR>
 
11
 
 
12
[- @ks = sort keys %fdat -]
 
13
 
 
14
        <table>
 
15
                <tr>
 
16
                        <td>[+ $ks[$row] +]</td><td>[+ $fdat{$ks[$row] || ''} +]</td>
 
17
                </tr>
 
18
        </table>
 
19
 
 
20
 
 
21
 
 
22
</body>
 
23
</html>