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

  1. <?xml version="1.0"?>
  2. <!DOCTYPE worknode SYSTEM "../DTD/flashbook.dtd">
  3.  
  4. <worknode>
  5. <frame name="AccountInfoReentry">
  6.  
  7.    <main>
  8.       <title>Retype Account Information</title>
  9.       <p name="username">User Name:</p>
  10.       <p name="password">Password:</p>
  11. <!--      <p name="emailaddress">E-mail Address:</p>        -->
  12.  
  13.       <textinput name="username">
  14.     <id>user_name</id>
  15.     <regexp>
  16.       <value>^[a-zA-Z0-9][a-zA-Z0-9\._-][a-zA-Z0-9\._-][a-zA-Z0-9\._-]+$</value>
  17.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  18.       <errorhelp>You must type a user name before you can continue. Your user name must be at least 4 characters and no more than 32 characters.</errorhelp>
  19.     </regexp>
  20.       </textinput>
  21.  
  22.       <textinput name="password">
  23.     <id>password</id>
  24.     <regexp>
  25.           <value>^....+$</value>
  26.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  27.       <errorhelp>You must type a password before you can continue. Your password must be at least 4 characters and no more than 32 characters.</errorhelp>
  28.     </regexp>
  29.       </textinput>
  30.     
  31. <!--
  32.       <textinput name="emailaddress">
  33.     <id>email_address</id>
  34.     <autofill name="append">@adelphia.net</autofill>
  35.     <regexp>
  36.       <value>[a-z0-9_.]+@[a-z0-9.]+</value>
  37.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  38.       <errorhelp>Please fill in the required fields and click Next.</errorhelp>
  39.     </regexp>
  40.       </textinput>    
  41. -->
  42.     </main>
  43.  
  44.     <hint>
  45.       <p name="default">Point to an item for more information. Click <b>Next</b> to continue.</p>
  46.       <p name="username">Type the user name for the master account.</p>
  47.       <p name="password">Type the password for the master account.</p>                
  48.       <p name="emailaddress">Type the e-mail address for the master account.</p>
  49.     </hint>
  50.  
  51.     <help>
  52.       <p name="default">Power Link Installer encountered an error related to your user name or password. Please type the user name, password for the master account again. You can find this information on the work order or invoice.<br>You must type a user name and password before you can continue.</p>
  53.     </help>
  54.  
  55.     <nav>
  56.       <button name="cancel">Cancel</button>
  57.       <button name="next">Next</button>
  58.       <button name="more">More</button>
  59.     </nav>      
  60.   </frame>
  61.  
  62. <frame name="UserAccountInfo1">
  63.     <main>
  64.       <title>Account Information</title>
  65.       <p name="firstname">First Name*:</p>
  66.       <p name="lastname">Last Name*:</p>
  67.       <p name="phonenumber">Phone Number*:</p>
  68.       <p name="address">Street Address*:</p>
  69.       <p name="city">City*:</p>
  70.       <p name="state">State*:</p>
  71.       <p name="zipcode">Zip Code*:</p>
  72.       <p name="username">User Name*:</p>
  73.       <p name="password">Password*:</p>
  74.     
  75.       <textinput name="firstname">
  76.     <id>first_name</id>
  77.     <regexp>
  78.       <value>^[a-zA-Z.'][ a-zA-Z.']+$</value>
  79.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  80.       <errorhelp>You must type a first name before you can continue.</errorhelp>
  81.     </regexp>
  82.       </textinput>
  83.  
  84.       <textinput name="lastname">
  85.     <id>last_name</id>
  86.     <regexp>
  87.       <value>^[a-zA-Z.'][ a-zA-Z.'\-]+$</value>
  88.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  89.       <errorhelp>You must type a last name before you can continue.</errorhelp>
  90.     </regexp>
  91.       </textinput>
  92.  
  93.       <textinput name="phonenumber">
  94.     <id>phone_number</id>
  95.     <regexp>
  96.       <value>^\(?[0-9][0-9][0-9]\)?[ ]?[-.]?[0-9][0-9][0-9][ ]?[-.]?[0-9][0-9][0-9][0-9]$</value>
  97.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  98.       <errorhelp>You must type a phone number before you can continue.</errorhelp>
  99.     </regexp>
  100.       </textinput>
  101.  
  102.       <textinput name="address">
  103.     <id>address</id>
  104.     <regexp>
  105.       <value>^[A-Za-z0-9.\,\'\`\-][ #A-Za-z0-9.\,\'\`\-][ #A-Za-z0-9.\,\'\`\-]+$</value>
  106.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  107.       <errorhelp>You must type a street address before you can continue.</errorhelp>
  108.     </regexp>
  109.       </textinput>
  110.  
  111.       <textinput name="city">
  112.     <id>city</id>
  113.     <regexp>
  114.       <value>^[A-Za-z'][ A-Za-z'.\-][ A-Za-z'.\-]+$</value>
  115.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  116.       <errorhelp>You must type a city name before you can continue.</errorhelp>
  117.     </regexp>
  118.       </textinput>
  119.  
  120.       <textinput name="state">
  121.     <id>state</id>
  122.     <regexp>
  123.       <value>^[A-Za-z][A-Za-z]$</value>
  124.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  125.       <errorhelp>You must type a 2 letter state code to continue.</errorhelp>
  126.     </regexp>
  127.       </textinput>
  128.  
  129.       <textinput name="zipcode">
  130.     <id>zip_code</id>
  131.     <regexp>
  132.       <value>^[0-9][0-9][0-9][0-9][0-9]$</value>
  133.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  134.       <errorhelp>Please enter your five digit zip code.</errorhelp>
  135.     </regexp>
  136.       </textinput>
  137.  
  138.       <textinput name="username">
  139.     <id>user_name</id>
  140.         <autofill name="append">@adelphia.net</autofill>
  141.     <regexp>
  142. <!--                             1        2    3    4    5    6    7     8      9        10         11          12           13            14         15          16            17          18        19           20          21    22       23        24          25            26        27    28    29    30        31         32        -->
  143.         <value>^[a-zA-Z0-9][a-zA-Z0-9\._-][a-zA-Z0-9\._-][a-zA-Z0-9\._-]+$</value>
  144.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  145.       <errorhelp>You must type a user name before you can continue.</errorhelp>
  146.     </regexp>
  147.       </textinput>
  148.  
  149.       <textinput name="password">
  150.     <id>password</id>
  151.     <regexp>
  152. <!--                             1        2    3    4    5    6    7     8      9        10         11          12           13            14         15          16            17          18        19           20          21    22       23        24          25            26        27    28    29    30        31         32        -->
  153.             <value>^....+$</value>
  154.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  155.       <errorhelp>Please type a password.  If you do not supply a password, Power Link Installer will not be able to verify the subscriber's email configuration.</errorhelp>
  156.     </regexp>
  157.       </textinput>    
  158.     </main>
  159.  
  160.     <hint>
  161.       <p name="default">Point to an item for more information. Click <b>Next</b> to continue.  You must fill in all fields.</p>
  162.       <p name="firstname">Type your first name.</p>
  163.       <p name="lastname">Type your last name.</p>
  164.       <p name="phonenumber">Type your 10 digit phone number.</p>
  165.       <p name="username">Type the user name for the master account. Your user name must be at least 4 characters and no more than 32 characters.</p>
  166.       <p name="password">Type the password for the master account. Your password must be at least 4 characters and no more than 32 characters.</p>
  167.       <p name="address">Type your street address.</p>
  168.       <p name="city">Type the name of your city.</p>
  169.       <p name="state">Type the two-letter abbreviation for state.</p>
  170.       <p name="zipcode">Type your five digit zip code.</p>
  171.     </hint>
  172.  
  173.     <help>
  174.       <p name="default">On this screen, Power Link Installer collects information about your account for billing purposes.</p>
  175.     </help>
  176.  
  177.     <nav>
  178.       <button name="cancel">Cancel</button>
  179.       <button name="next">Next</button>
  180.       <button name="more">More</button>
  181.     </nav>      
  182. </frame>
  183.  
  184. <frame name="UserAccountInfo2">
  185. <!--
  186.     <control name="ListBoxOne">
  187.         <titletext>@ Choose Email Domain</titletext>
  188.         <numitems>2</numitems>
  189.         <item name="1">None</item>
  190.         <item name="2">@broadjump.com</item>
  191.     </control>
  192. -->
  193.     <control name="ListBoxTwo">
  194.         <titletext>Select Firewall</titletext>
  195.         <numitems>3</numitems>
  196.         <item name="1">Yes</item>
  197.         <item name="2">No</item>
  198.         <item name="3">Don't know</item>
  199.     </control>
  200.  
  201.     <control name="ListBoxThree">
  202.         <titletext>Select Anti Virus Program</titletext>
  203.         <numitems>5</numitems>
  204.         <item name="1">McAfee</item>
  205.         <item name="2">Symantec</item>
  206.         <item name="3">Other</item>
  207.         <item name="4">None</item>
  208.         <item name="5">Don't know</item>
  209.     </control>
  210. <!--
  211.     <control name="ListBoxFour">
  212.         <titletext>Service level requested</titletext>
  213.         <numitems>5</numitems>
  214.         <item name="1">256Kbps</item>
  215.         <item name="2">768Kbps</item>
  216.         <item name="3">1.544Mbps</item>
  217.         <item name="4">Other</item>
  218.         <item name="5">Don't know</item>
  219.     </control>
  220. -->
  221.     <main>
  222.       <title>Account Information</title>
  223.       <p name="username">Username:</p>
  224.       <p name="password">Password*:</p>
  225.       <p name="emailaddress">Email Address:</p>
  226.       <p name="retailcode">Retail Code*:</p>
  227.       <p name="numberpc">Number of PCs*:</p>
  228.       <p name="firewall">Firewall (Y/N)*:</p>
  229.       <p name="virusprotect">Virus Protection*:</p>
  230.     
  231.       <textinput name="username">
  232.     <id>user_name</id>
  233.     <regexp>
  234.         <value>^[a-zA-Z0-9][a-zA-Z0-9\._-][a-zA-Z0-9\._-][a-zA-Z0-9\._-]+$</value>
  235.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  236.       <errorhelp>You must type a user name before you can continue.</errorhelp>
  237.     </regexp>
  238.       </textinput>
  239.  
  240.       <textinput name="password">
  241.     <id>password</id>
  242.     <regexp>
  243.       <value>^....+$</value>
  244.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  245.       <errorhelp>Please type the password for your account. This will be used to verify your email configuration.</errorhelp>
  246.     </regexp>
  247.       </textinput>
  248.  
  249.       <textinput name="retailcode">
  250.     <id>retail_code</id>
  251.     <regexp>
  252.       <value>^[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?$|^$</value>
  253.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  254.       <errorhelp>Please fill in the required fields and click Next.</errorhelp>
  255.     </regexp>
  256.       </textinput>    
  257.  
  258.       <textinput name="numberpc">
  259.     <id>number_pc</id>
  260.     <regexp>
  261. <!--      <value>^[^ ]+$</value>  -->
  262.       <value></value>
  263.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  264.       <errorhelp>Please type the number of PCs sharing this connection.</errorhelp>
  265.     </regexp>
  266.       </textinput>
  267.  
  268.       <textinput name="firewall">
  269.     <id>firewall</id>
  270.     <regexp>
  271.       <value>^[^ ]+$</value>
  272.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  273.       <errorhelp>Select <b>Yes</b> if you have a firewall in place and <b>No</b> if you do not.  If you are uncertain whether you are using firewall software, choose <b>Don't Know</b>. <br>Firewalls help protect your system against unauthorized access by hackers on the Internet.</errorhelp>
  274.     </regexp>
  275.       </textinput>
  276.  
  277.       <textinput name="virusprotect">
  278.     <id>virus_protect</id>
  279.     <regexp>
  280.       <value>^[^ ]+$</value>
  281.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  282.       <errorhelp>Select your antivirus software from the list.  Choose <b>None</b> if you do not currently use any antivirus software.  Choose <b>Other</b> if your antivirus software is not listed and <b>Don't Know</b> if you are uncertain whether your system is currently protected by antivirus software.</errorhelp>
  283.     </regexp>
  284.       </textinput>    
  285.  
  286.       <textinput name="emailaddress">
  287.     <id>email_address</id>
  288.     <autofill name="append">@adelphia.net</autofill>
  289.     <regexp>
  290.       <value>^[^ ]+@adelphia\.net$</value>
  291.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  292.       <errorhelp>Please type your e-mail address and click Next.</errorhelp>
  293.     </regexp>
  294.       </textinput>    
  295.  
  296.     </main>
  297.  
  298.     <hint>
  299.       <p name="default">Point to an item for more information. Click <b>Next</b> to continue.  Fields marked with an asterisk (*) are optional.</p>
  300.       <p name="username">Type the user name for the master account.</p>
  301.       <p name="password">Type the password for the master account.  (Optional)</p>
  302.       <p name="numberpc">Type the number of PCs you have.  (Optional)</p>
  303.       <p name="firewall">Select <b>Yes</b> if you have a firewall in place and <b>No</b> if you do not.  (Optional)</p>
  304.       <p name="virusprotect">Select your antivirus software from the list.  (Optional)</p>
  305.     </hint>
  306.  
  307.     <help>
  308.       <p name="default">On this screen, Power Link Installer collects information related to your account.  It is important that this information be entered accurately.  Power Link Installer uses this information to configure and test your Outlook Express setup.</p>
  309.     </help>
  310.  
  311.     <nav>
  312.       <button name="cancel">Cancel</button>
  313.       <button name="next">Next</button>
  314.       <button name="more">More</button>
  315.       <button name="back">Back</button>
  316.     </nav>      
  317. </frame>
  318.  
  319. <frame name="RetailCodeEntry">
  320.     <main>
  321.       <title>Enter Your Retail Code</title>
  322.       <p name="default"><b>If there is no Retail Code entered on your Self Installation Kit package, please leave this field blank and click Next.</b>  The retail code will be located on a sticker that looks like the example below:</p>
  323.       <p name="retailcode">Retail Code:</p>
  324.           
  325.       <textinput name="retailcode">
  326.     <id>retail_code</id>
  327.     <regexp>
  328.       <value>^[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?[A-Za-z]?$|^$</value>
  329.       <errorhint>The highlighted text is in an incorrect format. Please review and retype the highlighted field.</errorhint>
  330.       <errorhelp>Your Retail Code may only contain letters and must be no more than 8 characters.</errorhelp>
  331.     </regexp>
  332.       </textinput>    
  333.     </main>
  334.  
  335.     <hint>
  336.       <p name="default">Point to an item for more information. Click <b>Next</b> to continue.  This field is optional.</p>
  337.       <p name="retailcode">Type your retail code.</p>
  338.       
  339.     </hint>
  340.  
  341.     <help>
  342.       <p name="default">On this screen, Power Link Installer collects information about your account for billing purposes.</p>
  343.     </help>
  344.  
  345.     <nav>
  346.       <button name="cancel">Cancel</button>
  347.       <button name="next">Next</button>
  348.       <button name="more">More</button>
  349.     </nav>      
  350. </frame>
  351. </worknode>