Complete Code Listings

The next section presents the entire code listing for the User Directory application. Here you can reference all of the code mentioned earlier in the chapter.

main.wml

Listing 17.1 Scheduling Application Home Page
 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd"> <wml> <head> <meta http-equiv="Cache-Control" content="max-age=0"/> </head> <card id="options" title="Scheduler"> <do type="accept" label="Select"> <go href="$option"/> </do> <p align="center"> Scheduler </p> <p> <a href="#appttype">Your schedule</a><br/> <a href="#add">Schedule appt</a> </p> </card> <card id="appttype" title="Your Schedule"> <p> <b>Select an option:</b><br/> ...

Get WAP Development with WML and WMLScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.