WebCore/manual-tests/wml/template-go.wml
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
       
     3 <wml>
       
     4     <template>
       
     5         <do name="go" type="accept" label="Template Go">
       
     6             <go href="#card2"/>
       
     7         </do>
       
     8     </template>
       
     9 
       
    10     <card id="card1" title="Card 1">
       
    11         <p>Test for template element in WML. Template go button is global</p>
       
    12         <p>This is Card one, click 'Template Go' to jump to Card two</p>
       
    13     </card>
       
    14 
       
    15     <card id="card2" title="Card 2">
       
    16         <p>This is card two.<br/>The global template Go button is still visible for me</p>
       
    17     </card>
       
    18 </wml>