home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 71 / SUPERCD71.iso / Microsoft / nuevo / ES_IE60.SP1 / es / IEMIL_3.cab / SHDOCLC.DLL / HTML / ABOUT.DLG next >
Text File  |  2002-08-30  |  6KB  |  203 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. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  4. <head>
  5. <TITLE>
  6. Acerca de Internet Explorer
  7. </TITLE>
  8. <style>
  9. .versionformat {
  10. color: black;
  11. font-family: MS Sans Serif;
  12. font-size: 8pt;
  13. position: absolute;
  14. left: 0em;
  15. top: 0em;
  16. height: 2em;
  17. width:25em;
  18. z-index: 20;
  19. }
  20. .textformat {
  21. color: black;
  22. font-family: Verdana;
  23. font-size:8pt;
  24. position: absolute;
  25. left: 10.2em;
  26. top: 19.8em;
  27. height: 3em;
  28. width:26.5em;
  29. }
  30. .logo {
  31. color: LIGHTGREY;
  32. font-family: MS Sans Serif;
  33. font-size:40pt;
  34. position: absolute;
  35. left: 1.9em;
  36. top: 4.5em;
  37. height: 0.5em;
  38. width:1em;
  39. z-index: -1;
  40. }
  41. .button {
  42. width: 7em;
  43. height: 2.2em;
  44. color: buttontext;
  45. font-family: MS Sans Serif;
  46. font-size:8pt;
  47. cursor: hand;
  48. }
  49. </style>
  50. <SCRIPT>
  51. var platIs64=false;
  52. function fnShow64Flag(){
  53. if(navigator.userAgent.indexOf("Win64")>-1){
  54. platIs64=true;
  55. }
  56. if(platIs64==true){
  57. o64bitFlag.innerText='64-bit Edition';
  58. }
  59. }
  60. </SCRIPT>
  61. <script>
  62. function HandleError(message, url, line)
  63. {
  64. var L_Dialog_ErrorMessage = "Error en este dißlogo.";
  65. var L_ErrorNumber_Text = "Error: ";
  66. var str = L_Dialog_ErrorMessage + "\n\n"
  67. + L_ErrorNumber_Text + line + "\n"
  68. + message;
  69. alert (str);
  70. window.close();
  71. return true;
  72. }
  73. function BodyOnKeyPress(nCode)
  74. {
  75. if (nCode == 27)
  76. {
  77. window.close();
  78. return;
  79. }
  80. }
  81. function OnPageLoad()
  82. {
  83. var L_PreCipherStrength_Text = "";
  84. var L_PostCipherStrength_Text = "-bit";
  85. var L_UpdateInfo_Text = "Infor. actualizaci≤n";
  86. var L_Unknown_Text = "Desconocido ";
  87. L_UpdateVersions_Text = "Actualizar versiones: ";
  88. L_updateWidth_number= "9em";
  89. L_updateFontSize_number="8pt";
  90. L_UpdateFont_Fontname ="Tahoma, MS Shell Dlg";
  91. updateUrl = "";
  92. var cipherStrength = "";
  93. if ((null != window.dialogArguments))
  94. {
  95. arrArgs = window.dialogArguments.split("~");
  96. spaVersion.innerText = arrArgs[0];
  97. if (arrArgs[3] == "168")
  98. cipherStrength = 128;
  99. else if (arrArgs[3] == "128")
  100. cipherStrength = 40;
  101. else
  102. cipherStrength = arrArgs[3];
  103. spaCipher.innerText = L_PreCipherStrength_Text + cipherStrength + L_PostCipherStrength_Text;
  104. pID.innerText=arrArgs[4];
  105. if (null != arrArgs[6])
  106. spaIEAKInfo.innerText = arrArgs[6];
  107. updateUrl = arrArgs[5];
  108. }
  109. else
  110. {
  111. spaVersion.innerText = L_Unknown_Text;
  112. spaCipher.innerText = L_Unknown_Text;
  113. pID.innerText = L_Unknown_Text;
  114. }
  115. if ("" == updateUrl)
  116. updateUrl = "http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=128bit";
  117. var mv=window.navigator.appMinorVersion;
  118. var temp_mv_string = "";
  119. if(mv!="0")
  120. {
  121. for(ictr=0;ictr<mv.length;ictr++)
  122. {
  123. if(mv.charAt(ictr)==";")
  124. {
  125. temp_mv_string = temp_mv_string + "; "
  126. }
  127. else
  128. {
  129. temp_mv_string = temp_mv_string + mv.charAt(ictr)
  130. }
  131. }
  132. mv = temp_mv_string
  133. }
  134. minorversion.innerText=L_UpdateVersions_Text + mv;
  135. }
  136. window.onerror = HandleError;
  137. </script>
  138. </head>
  139. <BODY bgcolor="#FFFFFF" onload="OnPageLoad(); fnShow64Flag();" onkeydown="BodyOnKeyPress(event.keyCode)" onkeypress="BodyOnKeyPress(event.keyCode)"
  140. scroll=no>
  141. <table border=0>
  142. <TR height=10>
  143. <TD></TD>
  144. <TD></TD>
  145. <TD></TD>
  146. <TD></TD>
  147. <TD></TD>
  148. </TR>
  149. <TR>
  150. <TD></TD>
  151. <TD id=Logo colspan=3 align=left><img src="ie5.gif"></TD>
  152. <TD></TD>
  153. </TR>
  154. <TR>
  155. <TD></TD>
  156. <TD></TD>
  157. <TD id=ProdInfoAlign colspan=2 align=left>
  158. <ID id=ProductInfo1>
  159. <span id=ProdInfoStyle style="WIDTH: 25em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg">
  160. <BR>
  161. <ID id=ProductInfo2>
  162. Versi≤n:</id> <SPAN id=spaVersion></SPAN> <span id="o64bitFlag" style="padding-left:10px"></span><br>
  163. <ID id=ProductInfo3>
  164. Intensidad de cifrado: </id><SPAN id=spaCipher ></SPAN> <br>
  165. <ID id=ProductInfo4>
  166. Id. del producto:</id><SPAN id=pID></SPAN><br>
  167. <span id=minorversion></SPAN><br>
  168. <ID id=ProductInfo6></id>
  169. <SPAN id=spaIEAKInfo> </SPAN>
  170. </TD>
  171. <TD></TD>
  172. </TR>
  173. <TR>
  174. <TD></TD>
  175. <TD></TD>
  176. <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>
  177. Basado en NCSA Mosaic. NCSA Mosaic(TM); se desarroll≤ en el National Center for Supercomputing Applications de la Universidad de Illinois en Urbana-Champaign. 
  178. Se distribuye bajo licencia de Spyglass, Inc. 
  179. Contiene software de seguridad bajo licencia de RSA Data Security Inc.
  180. Parte del software estß basado en el trabajo de Independent JPEG Group.
  181. 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
  182. 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. 
  183. 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.
  184. </TEXTAREA>
  185. </TD>
  186. <TD></TD>
  187. </TR>
  188. <TR>
  189. <TD></TD>
  190. <TD width=80><img src="flag.gif"></TD>
  191. <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=6.0&ar=aboutie&sba=copyr" id="copyright"><ID id=copyrghtText>Copyright ©1995-2001 Microsoft Corp.</ID></a>
  192. <br>
  193. <a style="WIDTH: 20em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg" href="http://www.microsoft.com/isapi/redir.dll?Prd=IE&Pver=6.0&Ar=AboutIE&Sba=Credits" id="acknowledgements"><ID id=acknowledgementsText>Agradecimientos</ID></a>
  194. </TD>
  195. <TD id=ok-button align=right><BUTTON tabindex=1 type=submit align=right id="okButton" class=button onClick="window.close();" >Aceptar</BUTTON>
  196. </TD>
  197. <Td></TD>
  198. </TR>
  199. </table>
  200. </span>
  201. </BODY>
  202. </HTML>
  203.