Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 52316f5cf05fba7e45865f5728d4ab27 > files > 10

perl-CGI-FormMagick-0.910.0-10.mga7.noarch.rpm

<form title="Button on/off example" header="head.tmpl"
footer="foot.tmpl" post-event="post">
    <page name="page1">
        <title>Gratuitous first page</title>
        <html>
        <![cdata[
            <p>This example form lets you turn buttons on and off.  Hit
            "Next" to get to the actual example</p>
        ]]>
        </html>
    </page>
    <page name="buttons" post-event="fix_buttons">
        <title>Buttons</title>
        <field id="previousbutton" type="checkbox">
            <label>Previous button</label>
        </field>
        <field id="nextbutton" type="checkbox">
            <label>Next button</label>
        </field>
        <field id="resetbutton" type="checkbox">
            <label>Reset button</label>
        </field>
        <field id="startoverlink" type="checkbox">
            <label>Start over link</label>
        </field>
    </page>
    <page name="page3">
        <title>Gratuitous third page</title>
        <field id="os" type="radio" value="BSD" options="'Linux','BSD','OSX'">
            <label>Choose an operating system</label>
        </field>
    </page>
</form>