<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
    <card id="start" title="Onevent Timer Test">
        <onevent type="ontimer">
            <go href="#timer_done"/>
        </onevent>
        <timer value="30"/>
        <p>
            This card uses the <b>full &lt;onevent type="ontimer"&gt;</b> syntax.<br/>
            You should be redirected in 3 seconds...
        </p>
    </card>

    <card id="timer_done" title="Timer Done">
        <p>
            <b>Success!</b> The &lt;onevent type="ontimer"&gt; fired correctly.
        </p>
        <p>
            <a href="#start">Restart Test</a><br/>
            <a href="long_content.wml">long_content.wml</a><br/>
            <a href="index.html">Back to Index (html)</a>
        </p>
    </card>
</wml>
