Genie 7110 Garage Door Opener User Manual


 
Displaying Text
8
48 Genie Application Style Guide February 2001
Nokia Text-Display Guidelines
Include extra navigation links, and allow users to use the Options softkey for
additional navigation, when needed.
For example, when confirmation cards are used, add links after the question and place
confirmation labels (such as Yes and No) under the Options softkey.
Example 8-4
<card id="cncl" title="Really Cancel">
<do type="accept" label="No">
<prev/>
</do>
<do type="options" label="Yes">
<go href="cdapp.wml#start">
<setvar name="name" value=""/>
<setvar name="street" value=""/>
<setvar name="cc" value=""/>
<setvar name="exp" value=""/>
<setvar name="zip" value=""/>
</go>
</do>
<p>
Are you sure you want to cancel your order?<br/>
<anchor>
<prev/>
No
</anchor>
<anchor>
<go href="cdapp.wml#start">
<setvar name="name" value=""/>
<setvar name="street" value=""/>
<setvar name="cc" value=""/>
<setvar name="exp" value=""/>
<setvar name="zip" value=""/>
</go>
Yes
</anchor>
</p>
</card>
In Example 8-4, the links on the card allow the user to easily see and select the
available choices in response to the query.
want to cancel
your order?
No
Y
es
Options
Back
Are you sure you
Options items:
No
Y
es