Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > a833984e47df521a8bc1f1bd8ebe4c86 > files > 31

perl-CGI-FormMagick-0.910.0-2.noarch.rpm

<form title="Checkboxes" header="head.tmpl" footer="foot.tmpl" post-event="done">
    <page name="Food">
        <title>Food</title>
        <field id="fries" type="checkbox" checked="1">
            <label>Would you like fries with that?</label>
        </field>
        <field id="ketchup" type="checkbox">
            <label>How about ketchup?</label>
        </field>
    </page>
    <page name="Clothes">
        <title>Clothes</title>
        <field id="hat" type="checkbox" checked="1">
            <label>Hat</label>
        </field>
        <field id="shoes" type="checkbox">
            <label>Shoes</label>
        </field>
        <field id="gloves" type="checkbox">
            <label>Gloves</label>
        </field>
    </page>
</form>