home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 118 / cdrom118.iso / essenc / ie6sp1 / IEMIL_3.CAB / SHDOCLC.DLL / HTML / ABOUT.DLG next >
Encoding:
Text File  |  2002-09-04  |  5.8 KB  |  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. Sobre o 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 = "Erro na caixa de dißlogo.";
  65. var L_ErrorNumber_Text = "Erro: ";
  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 = "-bits";
  85. var L_UpdateInfo_Text = "Informaτ⌡es de atualizaτπo";
  86. var L_Unknown_Text = "Desconhecido ";
  87. L_UpdateVersions_Text = "Vers⌡es de atualizaτπo:";
  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. Versπo:</id> <SPAN id=spaVersion></SPAN> <span id="o64bitFlag" style="padding-left:10px"></span><br>
  163. <ID id=ProductInfo3>
  164. Nφvel de codificaτπo: </id><SPAN id=spaCipher ></SPAN> <br>
  165. <ID id=ProductInfo4>
  166. Identificaτπo do produto (Product ID):</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. Baseado no NCSA Mosaic. NCSA Mosaic(TM); desenvolvido no National Center for Supercomputing Applications da Universidade de Illinois, em Urbana-Champaign. 
  178. Distribuφdo sob um acordo de licenciamento com a Spyglass, Inc.
  179. ContΘm software de seguranτa licenciado da RSA Data Security Inc.
  180. Algumas partes deste software sπo parcialmente baseadas no trabalho do grupo Independent JPEG.
  181. Componentes de software de multimφdia, incluindo vφdeo Indeo(R), ßudio Indeo(R) e efeitos de criaτπo na Web fornecidos pela Intel Corp.
  182. A versπo Unix contΘm software licenciado pela Mainsoft Corporation. Copyright (c) 1998-99 Mainsoft Corporation. Todos os direitos reservados. Mainsoft Θ uma marca comercial da Mainsoft Corporation. 
  183. Aviso: Este programa de computador Θ protegido por leis de direitos autorais e tratados internacionais. A reproduτπo ou distribuiτπo nπo autorizada deste programa, ou de qualquer parte dele, poderß resultar em severas puniτ⌡es civis e criminais e os infratores serπo punidos dentro do mßximo rigor permitido por lei.
  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>Confirmaτ⌡es</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();" >OK</BUTTON>
  196. </TD>
  197. <Td></TD>
  198. </TR>
  199. </table>
  200. </span>
  201. </BODY>
  202. </HTML>
  203.