blob: 7f00420b3e923a34f4cd07e24e61f1496e7e6d52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card ontimer="./targetdeck.wml">
<timer name="t1" value="30"/>
<p> Test for Deck Access control in WML. </p>
<p> If the test passes, this deck will jump to "targetdeck.wml" after 3 second</p>
</card>
</wml>
|