home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / Ie501 / IENT_S2.CAB / IENT_2.CAB / SHDOCLC.DLL / HTML / ABOUT.DLG next >
Text File  |  1999-11-29  |  6KB  |  176 lines

  1. <HTML id=dlgAbout STYLE="width: 25.8em; height: 22.6em">
  2. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  3. <head>
  4. <TITLE>
  5. Acerca de Internet Explorer
  6. </TITLE>
  7. <style>
  8. .versionformat {
  9.  color: black;
  10.  font-family: MS Sans Serif;
  11.  font-size: 8pt;
  12.  position: absolute;
  13.  left: 0em;
  14.  top: 0em;
  15.  height: 2em;
  16.  width:25em;
  17.  z-index: 20;
  18. }
  19. .textformat {
  20.  color: black;
  21.  font-family: Verdana;
  22.  font-size:8pt;
  23.  position: absolute;
  24.  left: 10.2em;
  25.  top: 19.8em;
  26.  height: 3em;
  27.  width:29.5em;
  28. }
  29. .logo {
  30.  color: LIGHTGREY;
  31.  font-family: MS Sans Serif;
  32.  font-size:40pt;
  33.  position: absolute;
  34.  left: 1.9em;
  35.  top: 4.5em;
  36.  height: 0.5em;
  37.  width:1em;
  38.  z-index: -1;
  39. }
  40. .button {
  41.  width: 7em;
  42.  height: 2.2em;
  43.  color: buttontext;
  44.  font-family: MS Sans Serif;
  45.  font-size:8pt;
  46.  cursor: hand;
  47.   }
  48. </style>
  49. <script>
  50. function HandleError(message, url, line)
  51. {
  52. var L_Dialog_ErrorMessage = "Error en este dißlogo.";
  53. var L_ErrorNumber_Text = "Error: ";
  54. var str = L_Dialog_ErrorMessage + "\n\n"
  55.  + L_ErrorNumber_Text + line + "\n"
  56.  + message;
  57. alert (str);
  58. window.close();
  59. return true;
  60. }
  61. function BodyOnKeyPress(nCode)
  62. {
  63. if (nCode == 27) 
  64. {
  65.  window.close();
  66.  return;
  67. }
  68. }
  69. function OnPageLoad()
  70. {
  71. var L_PreCipherStrength_Text = "";
  72. var L_PostCipherStrength_Text = " bits";
  73. var L_UpdateInfo_Text = "Informaci≤n sobre la actualizaci≤n";
  74. var L_Unknown_Text = "Desconocido ";
  75. L_UpdateVersions_Text = "Actualizar versiones:";
  76. L_updateWidth_number= "9em";
  77. L_updateFontSize_number="8pt";
  78. L_UpdateFont_Fontname ="Tahoma, MS Shell Dlg";
  79. updateUrl = "";
  80. var cipherStrength = "";
  81. if ((null != window.dialogArguments))
  82. {
  83.  arrArgs = window.dialogArguments.split("~");
  84.  spaVersion.innerText = arrArgs[0];
  85.  if (arrArgs[3] == "168")
  86.   cipherStrength = 128;
  87.  else if (arrArgs[3] == "128")
  88.   cipherStrength = 40;
  89.  else
  90.   cipherStrength = arrArgs[3];
  91.  spaCipher.innerText = L_PreCipherStrength_Text + cipherStrength + L_PostCipherStrength_Text;
  92.  pID.innerText=arrArgs[4];
  93.  if (null != arrArgs[6])
  94.   spaIEAKInfo.innerText = arrArgs[6];
  95.  updateUrl = arrArgs[5];
  96. }
  97. else
  98. {
  99.  spaVersion.innerText = L_Unknown_Text;
  100.  spaCipher.innerText = L_Unknown_Text;
  101.  pID.innerText = L_Unknown_Text;
  102. }
  103. if ("" == updateUrl)
  104.  updateUrl = "http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=128bit";
  105. spaUpdateUrl.innerHTML = "<a style='WIDTH: " + L_updateWidth_number + "; COLOR: black; FONT: " + L_updateFontSize_number + L_UpdateFont_Fontname + " ' href='" + updateUrl + "' id='copyright'>" + L_UpdateInfo_Text + "</a>";
  106. var mv=window.navigator.appMinorVersion;
  107. if(mv!="0") minorversion.innerText=L_UpdateVersions_Text + mv;
  108. }
  109. window.onerror = HandleError;
  110. </script>
  111. </head>
  112. <BODY bgcolor="#FFFFFF" onload="OnPageLoad()" onkeydown="BodyOnKeyPress(event.keyCode)" onkeypress="BodyOnKeyPress(event.keyCode)"
  113. scroll=no>
  114. <table border=0>
  115. <TR height=10>
  116. <TD></TD>
  117. <TD></TD>
  118. <TD></TD>
  119. <TD></TD>
  120. <TD></TD>
  121. </TR>
  122. <TR>
  123. <TD></TD>
  124. <TD colspan=3><img src="ie5.gif"></TD>
  125. <TD></TD>
  126. </TR>
  127. <TR>
  128. <TD></TD>
  129. <TD></TD>
  130. <TD id=ProdInfoAlign colspan=2 align=left>
  131.  <ID id=ProductInfo1>
  132.  <span id=ProdInfoStyle style="WIDTH: 25em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg">
  133.  <BR>
  134.  <ID id=ProductInfo2>
  135.  Versi≤n:</id> <SPAN id=spaVersion></SPAN><br>
  136.  <ID id=ProductInfo3>
  137.  Intensidad de cifrado: </id><SPAN id=spaCipher ></SPAN> (<SPAN id=spaUpdateUrl></SPAN>)<br>
  138.  <ID id=ProductInfo4>
  139.  Id. del producto:</id><SPAN id=pID></SPAN><br>
  140.  <span id=minorversion></SPAN><br>
  141.  <ID id=ProductInfo6></id>
  142.  <SPAN id=spaIEAKInfo> </SPAN>
  143. </TD>
  144. <TD></TD>
  145. </TR>
  146. <TR>
  147. <TD></TD>
  148. <TD></TD>
  149. <TD id=copyrightAlign colspan=2 align=left> <TEXTAREA style="WIDTH: 28em; Font: 8pt Tahoma, MS Shell Dlg" id=copyrightText border=0 cols=55 rows=4 readonly>
  150. Basado en NCSA Mosaic. NCSA Mosaic(TM); se desarroll≤ en el National Center for Supercomputing Applications de la Universidad de Illinois en Urbana-Champaign. 
  151. Se distribuye bajo licencia de Spyglass, Inc. 
  152. Contiene software de seguridad bajo licencia de RSA Data Security Inc.
  153. Parte del software estß basado en el trabajo de Independent JPEG Group.
  154. Contiene software cliente SOCKS bajo licencia de Hummingbird Communications Ltd.
  155. Contiene software ASN.1 software bajo licencia de Open Systems Solutions, Inc.
  156. Los componentes de software multimedia, incluidos los componentes de Indeo(R); vφdeo, audio Indeo(R) y efectos de dise±o para el Web pertenecen a Intel Corp
  157. La versi≤n de Unix contiene software bajo licencia de Mainsoft Corporation. Copyright (c) 1998-1999 Mainsoft Corporation. Reservados todos los derechos. Mainsoft es una marca comercial de Mainsoft Corporation. 
  158. Advertencia: Este programa estß protegido por leyes de copyright y tratados internacionales. La reproducci≤n o distribuci≤n no autorizada de este programa o de parte del mismo darß lugar a graves penalizaciones tanto civiles como penales y serß objeto de cuantas acciones judiciales correspondan en derecho.
  159. </TEXTAREA>
  160. </TD>
  161. <TD></TD>
  162. </TR>
  163. <TR>
  164. <TD></TD>
  165. <TD width=80><img src="flag.gif"></TD>
  166. <TD id=ProductInfo5><a style="WIDTH: 20em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg" href="http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=5.0&ar=aboutie&sba=copyr" id="copyright"><ID id=copyrghtText>Copyright ©1995-1999 Microsoft Corp.</ID></a>
  167. </TD>
  168. <TD id=ok-button align=right><BUTTON tabindex=1 type=submit align=right id="okButton" class=button onClick="window.close();" >Aceptar</BUTTON>
  169. </TD>
  170. <Td></TD>
  171. </TR>
  172. </table>
  173. </span>
  174. </BODY>
  175. </HTML>
  176.