home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Bin / ConfigOE.dll / GUI_INFO / 135 next >
Encoding:
Text File  |  2002-11-15  |  6.3 KB  |  190 lines

  1. <html>
  2. <head>
  3. <STYLE>
  4. body{
  5.     font-size : medium;
  6.     }
  7. td    {
  8.     font-size : medium;
  9.     }
  10. </STYLE>
  11.  
  12. <SCRIPT LANGUAGE="JavaScript1.2">
  13. function eMail(){
  14.     if(document.forms[0].same_as_email.checked){
  15.         document.forms[0].same_as_email.checked = true;
  16.         document.forms[0].same_as_display.checked = false;
  17.         document.forms[0].literal.checked = false;
  18.     }
  19. }
  20.  
  21. function displayName(){
  22.     if(document.forms[0].same_as_display.checked){
  23.         document.forms[0].same_as_email.checked = false;
  24.         document.forms[0].same_as_display.checked = true;
  25.         document.forms[0].literal.checked = false;
  26.     }
  27. }
  28.  
  29. function literalValue(){
  30.     if(document.forms[0].literal.checked){
  31.         document.forms[0].same_as_email.checked = false;
  32.         document.forms[0].same_as_display.checked = false;
  33.         document.forms[0].literal.checked = true;
  34.     }
  35. }
  36.  
  37. </SCRIPT>
  38. <SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript>
  39. <!--
  40.  
  41. Sub config_onclick
  42.  
  43. validData = true
  44.  
  45. if((NOT document.forms(0).same_as_email.checked) AND (NOT document.forms(0).same_as_display.checked) AND (NOT document.forms(0).literal.checked)) then
  46.    window.alert("You must specifiy a way to determine account name")
  47.    validData = false
  48. end if 
  49.  
  50. if((document.forms(0).literal.checked) AND (document.forms(0).account_name.value = "")) then 
  51.     window.alert("You must specify an account name")
  52.     validData = false
  53. end if
  54.  
  55. if(document.forms(0).instance_name.value = "")then
  56.     window.alert("You must enter an instance name")
  57.     validData = false
  58. end if
  59.  
  60. if(document.forms(0).pop_server.value = "") then
  61.     window.alert("You must enter a pop server")
  62.     validData = false
  63. end if
  64.  
  65. if(document.forms(0).stmp_server.value = "") then 
  66.     window.alert("You must enter a stmp server")
  67.     validData = false
  68. end if
  69.  
  70. if(document.forms(0).use_news_server.checked) then 
  71.     if(document.forms(0).news_server.value = "") then
  72.         window.alert("You must enter a news server")
  73.         validData = false 
  74.     end if
  75. end if
  76.  
  77. if(document.forms(0).path_to_user_name.value="") then
  78.     window.alert("You must enter a path to the user name")
  79.     validData = false
  80. end if
  81.  
  82. if(document.forms(0).path_to_email.value = "") then 
  83.     window.alert("You must enter a path to the e-mail address")
  84.     validData = false
  85. end if
  86.  
  87. if(document.forms(0).path_to_display_name.value = "") then
  88.     window.alert("You must enter a path to the display name")
  89.     validData = false
  90. end if
  91.  
  92. if(document.forms(0).path_to_password.value = "") then
  93.     window.alert("You must enter a path to the password")
  94.     validData = false
  95. end if
  96.  
  97. if(document.forms(0).dial_up.checked) then
  98.     if(document.forms(0).phone_book.value = "") then
  99.         window.alert("You must enter a phone book entry")
  100.         validData = false
  101.     end if
  102. end if
  103.  
  104. if(validData) then
  105.     if (document.forms(0).onSubmit()) then
  106.         document.forms(0).submit
  107.     end if
  108. end if
  109.  
  110.  
  111.     
  112.  
  113. End Sub
  114.  
  115. -->
  116. </SCRIPT>
  117.  
  118.  
  119. </head>
  120.  
  121. <body bgcolor="Silver" text="Maroon">
  122.  
  123. <h1></h1>
  124. <div align="center">Configure ConfigureOutlookExpress Worknode</div>
  125.  
  126. <!--<form method="POST"  action="http://">-->
  127. <form method="POST" name="configure" action="CALLBACKID-ConfigureWorknode">
  128. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  129. Enter the instance name: <input type="text" name="instance_name" size=57 maxlength=80 tabindex="1">
  130.  
  131. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  132.  
  133. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  134. Account Name: 
  135. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  136. <input type="checkbox" name="same_as_email" value="ON" onClick="eMail()">  Make Same as E-mail
  137. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  138. <input type="checkbox" name="same_as_display" value="ON" onClick="displayName()"> Make Same as
  139. DisplayName
  140. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  141. <input type="checkbox" name="literal" value="ON" onClick="literalValue()"> 
  142. Literal/DictionaryPath<input type="text" name="account_name" size=66 maxlength=100 tabindex="2">
  143.  
  144. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  145.  
  146.  
  147. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> </p>
  148.  
  149. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Pop Server:
  150. <input type="text" name="pop_server" size=70 maxlength=100 tabindex="2">
  151.  
  152. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">SMTP Server:  <input type="text" name="stmp_server" size=67 maxlength=100 tabindex="3">
  153.  
  154. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">News Server:  <input type="text" name="news_server" size=68 maxlength=100 tabindex="4">
  155.  
  156.  <input type="checkbox" name="use_news_server" value="ON" tabindex="4" checked> 
  157. Use news server
  158.  
  159. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Paths
  160. in Dictionary<P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">User Name: 
  161. <input type="text" name="path_to_user_name" size=70 maxlength=100 tabindex="5">
  162. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">E-Mail: 
  163. <input type="text" name="path_to_email" size=75 maxlength=100 tabindex="6">
  164. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Display Name: <input type="text" name="path_to_display_name" size=68 maxlength=100 tabindex="7">
  165. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Password:  <input type="text" name="path_to_password" size=72 maxlength=100 tabindex="8">
  166. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> 
  167. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
  168.  
  169.  <input type="checkbox" name="make_accounts_default" value="ON" tabindex="4">
  170. Make Mail and News default accounts
  171. <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> <P style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><input type="checkbox" name="dial_up" value="ON" tabindex="10">
  172.  E-Mail Through Dial-Up<P style="word-spacing: 0; margin-top: 0; margin-bottom: 0">Phonebook
  173. Entry:  <input type="text" name="phone_book" size=63 maxlength=100 tabindex="11">
  174.  
  175. <P>  
  176.  
  177. <P><input type="button" name="config" value="Configure">
  178.  
  179. </form><hr>
  180.  
  181. <form method="POST" name="cancel_config" action="CALLBACKID-CancelConfigure">
  182. <P><input type="submit" name="cancel" value="Cancel">
  183. </form><hr>
  184.  
  185. <BR>
  186.  
  187. <a href="ConfigHelp.html" target="_blank">Click here for help</a>
  188.  
  189. </body>
  190. </html>