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

  1. <?xml version="1.0"?>
  2. <!DOCTYPE worknode SYSTEM "..\DTD\flashbook.dtd">
  3.  
  4. <worknode>
  5.  
  6. <frame name="welcome">
  7.  
  8.     <main>
  9.       <title>Welcome to Power Link Installer</title>
  10.       <subtitle>Overview</subtitle>
  11.       <p name="phase1">Introduction</p>
  12.       <p name="phase2">Check minimum requirements</p>
  13.       <p name="phase3">Configure and test network</p>
  14.       <p name="phase4">Install applications</p>
  15.       <p name="phase5">Optimize and finish</p>
  16.     </main>
  17.  
  18.     <hint>
  19.       <p name="default">Point to an item for more information. Click <b>Next</b> to continue.</p>
  20.       <p name="phase1">During this phase, Power Link Installer collects information about your account.</p>
  21.       <p name="phase2">During this phase, Power Link Installer examines your computer to make sure that installation can continue.</p>
  22.       <p name="phase3">During this phase, Power Link Installer sets up your computer for Power Link service.</p>
  23.       <p name="phase4">During this phase, Power Link Installer installs software you will need for your Power Link service.</p>
  24.       <p name="phase5">During this phase, Power Link Installer configures software and removes temporary files.</p>
  25.     </hint>
  26.  
  27.     <help>
  28.       <p name="default">Power Link Installer helps you set up your computer for Power Link service.<br>Some screens collect information, some configure software and settings, and others perform tests. Click <b>Next</b> to go from one screen to the next. Click <b>Cancel</b> on any screen to quit.<br>Please close all other programs before you continue.</p>
  29.     </help>
  30.  
  31.     <nav>
  32.       <button name="cancel">Cancel</button>
  33.       <button name="next">Next</button>
  34.       <button name="more">More</button>
  35.     </nav>   
  36.  
  37. </frame>
  38.  
  39. <frame name="LicenseAgreement">
  40.  
  41. <!-- You can configure the license agreement step to have multiple screens. Numfiles denotes how many screens the license agreement step has, and file is a reference to each file. The attribute name in the element file denotes the order in which each license agreement text file will appear. You must also include hint and help for each license screen.-->
  42.  
  43.     <control name="licenseagreement">
  44.         <path>$HOSTEXEC$\WorkFlow\GUI\</path>
  45.         <numfiles>2</numfiles>
  46.         <file name="1">SWLic.txt</file>
  47.         <file name="2">UserLic.txt</file>
  48.     </control>
  49.  
  50.     <main>
  51.       <title name="1">Software License Agreement</title>
  52.         <title name="2">User License Agreement</title>        
  53.     </main>
  54.  
  55.     <hint>
  56.       <p name="1">Please read the software license agreement and click <b>Accept</b> to continue.</p>
  57.         <p name="2">Please read the user license agreement and click <b>Accept</b> to continue.</p>        
  58.     </hint>
  59.  
  60.     <help>
  61.       <p name="1">You must choose whether you do or do not accept the software license agreement before you can continue. If you choose not to accept the agreement, Power Link Installer will close.</p>
  62.       <p name="2">You must choose whether you do or do not accept the user license agreement before you can continue. If you choose not to accept the agreement, Power Link Installer will close.</p>        
  63.     </help>
  64.  
  65.     <nav>
  66.          <button name="print">Print</button>
  67.       <button name="back">Back</button>
  68.       <button name="cancel">Decline</button>
  69.       <button name="next">Accept</button>
  70.       <button name="more">More</button>
  71.     </nav>
  72.  
  73. </frame>
  74. </worknode>