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

« back to all changes in this revision

Viewing changes to test/html/input.htm

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2005-04-20 19:25:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050420192544-dcp6nkxni4puc6h6
Tags: 2.0rc3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    <input type="checkbox" name="dec" checked value="a & b">
74
74
    <input type="checkbox" name="dec" checked value="a &amp; b">
75
75
 
 
76
    [- $fdat{null1} = 0 -]      
 
77
    <input name="null1">
 
78
    [- $fdat{null2} = '0' -]    
 
79
    <input name="null2">
 
80
    [- delete $fdat{null1} ; delete $fdat{null2} -]
76
81
 
77
82
    <textarea Name=feld1></textarea>
78
83
    <textarea Name=feld5></textarea>
393
398
                </tr>
394
399
        </table>
395
400
 
 
401
        [- @empty = () -]
 
402
        <select name="empty">
 
403
            <option value="[+ $empty[$row] +]">[+ $empty[$row] +]</option>
 
404
        </select>
 
405
 
 
406
 
396
407
</form>
397
408
 
398
409
</body>