home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / sample.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-04-02  |  2.9 KB  |  86 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE worknode SYSTEM "flashbook.dtd">
  3.  
  4. <worknode>
  5.  
  6. <frame name="AccountInfo1">
  7.  
  8.     <main>
  9.       <title>Account Information</title>
  10.       <p name="firstname">First Name</p>
  11.       <p name="lastname">Last Name</p>
  12.     </main>
  13.  
  14.     <hint>
  15.       <p name="default">Point to an item for more information. Click <b>More</b> for more detail.</p>
  16.       <p name="firstname">Type your first name.</p>
  17.       <p name="lastname">Type your last name.</p>
  18.     </hint>
  19.  
  20.     <help>
  21.       <p name="default">On this screen, Adelphia Power Link collects the first and last name of the account holder.<br>Click <b>Next</b> to continue.</p>
  22.     </help>
  23.  
  24.     <nav>
  25.       <button name="cancel">Cancel</button>
  26.       <button name="next">Next</button>
  27.       <button name="more">More</button>
  28.     </nav>      
  29. </frame>
  30.  
  31. <frame name="AccountInfo2">
  32.  
  33.     <main>
  34.       <title>Account Information</title>
  35.       <p name="phonenumber">Phone Number</p>
  36.       <p name="retailcode">Retail Code</p>
  37.     </main>
  38.  
  39.     <hint>
  40.       <p name="default">Point to an item for more information. Click <b>More</b> for more detail.</p>
  41.       <p name="phonenumber">Type your phone number including area code.</p>
  42.       <p name="retailcode">Type the code from the self-install kit.</p>
  43.     </hint>
  44.  
  45.     <help>
  46.       <p name="default">On this screen, Adelphia Power Link collects your phone number and the retail code from the self-install kit. You can find the retail code on the outside of the self-install kit.<br>Click <b>Next</b> to continue.</p>
  47.     </help>
  48.  
  49.     <nav>
  50.       <button name="back">Back</button>
  51.       <button name="cancel">Cancel</button>
  52.       <button name="next">Next</button>
  53.       <button name="more">More</button>
  54.     </nav>      
  55.    
  56. </frame>
  57.  
  58. <frame name="MasterAccountInfo">
  59.  
  60.    <main>
  61.       <title>Master Account Information</title>
  62.       <p name="username">User Name</p>
  63.       <p name="password">Password</p>
  64.         <p name="emailaddress">Email Address</p>        
  65.     </main>
  66.  
  67.     <hint>
  68.       <p name="default">Point to an item for more information. Click <b>More</b> for more detail.</p>
  69.       <p name="username">Type the user name for the master account.</p>
  70.       <p name="password">Type the password for the master account.</p>
  71.         <p name="emailaddress">Type the email Address for the master account.</p>
  72.     </hint>
  73.  
  74.     <help>
  75.       <p name="default">On this screen, Adelphia Power Link collects the user name, password, and email address for the master account. You can find this information on the work order or invoice.<br>Click <b>Next</b> to continue.</p>
  76.     </help>
  77.  
  78.     <nav>
  79.       <button name="back">Back</button>
  80.       <button name="cancel">Cancel</button>
  81.       <button name="next">Next</button>
  82.       <button name="more">More</button>
  83.     </nav>      
  84.  
  85.   </frame>
  86. </worknode>