home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / IE55 / I386 / IE_S2.CAB / IE_2.CAB / SHDOCLC.DLL / HTML / ABOUT.DLG next >
Text File  |  2000-08-28  |  6KB  |  196 lines

  1. <HTML id=dlgAbout STYLE="width: 25.8em; height: 22.6em">
  2. <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
  3. <head>
  4. <TITLE>
  5. Internet Explorer - informacje
  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:26.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 = "W tym oknie dialogowym wyst╣pi│ b│╣d.";
  53. var L_ErrorNumber_Text = "B│╣d: ";
  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 = "-bitowa";
  73. var L_UpdateInfo_Text = "Informacje o aktualizacji";
  74. var L_Unknown_Text = "Nieznany";
  75. L_UpdateVersions_Text = "Wersje aktualizacji: ";
  76. L_updateWidth_number= "11em";
  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='updateInfo'>" + L_UpdateInfo_Text + "</a>";
  106. var mv=window.navigator.appMinorVersion;
  107. var temp_mv_string = "";
  108. if(mv!="0") 
  109. {
  110.         
  111.         
  112.         for(ictr=0;ictr<mv.length;ictr++)
  113.         {
  114.             if(mv.charAt(ictr)==";")
  115.             {
  116.                 temp_mv_string = temp_mv_string + "; "    
  117.             }
  118.             else
  119.             {
  120.                 temp_mv_string = temp_mv_string + mv.charAt(ictr)
  121.             }
  122.         }
  123.         mv = temp_mv_string
  124. }
  125. minorversion.innerText=L_UpdateVersions_Text + mv;
  126. }
  127. window.onerror = HandleError;
  128. </script>
  129. </head>
  130. <BODY bgcolor="#FFFFFF" onload="OnPageLoad()" onkeydown="BodyOnKeyPress(event.keyCode)" onkeypress="BodyOnKeyPress(event.keyCode)"
  131. scroll=no>
  132. <table border=0>
  133. <TR height=10>
  134. <TD></TD>
  135. <TD></TD>
  136. <TD></TD>
  137. <TD></TD>
  138. <TD></TD>
  139. </TR>
  140. <TR>
  141. <TD></TD>
  142. <TD id=Logo colspan=3 align=left><img src="ie5.gif"></TD>
  143. <TD></TD>
  144. </TR>
  145. <TR>
  146. <TD></TD>
  147. <TD></TD>
  148. <TD id=ProdInfoAlign colspan=2 align=left>
  149.  <ID id=ProductInfo1>
  150.  <span id=ProdInfoStyle style="WIDTH: 25em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg">
  151.  <BR>
  152.  <ID id=ProductInfo2>
  153.  Wersja:</id> <SPAN id=spaVersion></SPAN><br>
  154.  <ID id=ProductInfo3>
  155.  Si│a szyfrowania: </id><SPAN id=spaCipher ></SPAN> (<SPAN id=spaUpdateUrl></SPAN>)<br>
  156.  <ID id=ProductInfo4>
  157.  ID produktu:</id><SPAN id=pID></SPAN><br>
  158.  <span id=minorversion></SPAN><br>
  159.  <ID id=ProductInfo6></id>
  160.  <SPAN id=spaIEAKInfo> </SPAN>
  161. </TD>
  162. <TD></TD>
  163. </TR>
  164. <TR>
  165. <TD></TD>
  166. <TD></TD>
  167. <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>
  168. Na podstawie programu NCSA Mosaic. NCSA Mosaic(TM) zosta│ zaprojektowany w National Center for Supercomputing Applications na Uniwersytecie Illinois w Urbana-Champaign.
  169. Dystrybuowane na podstawie umowy licencyjnej z firm╣ Spyglass, Inc.
  170. Zawiera oprogramowanie zabezpieczaj╣ce licencjonowane przez firmΩ RSA Data Security Inc.
  171. Fragmenty tego oprogramowania powsta│y czΩ£ciowo na podstawie prac grupy Independent JPEG Group.
  172. Zawiera oprogramowanie klienta SOCKS licencjonowane przez firmΩ Hummingbird Communications Ltd.
  173. Zawiera oprogramowanie ASN.1 licencjonowane przez firmΩ Open Systems Solutions, Inc.
  174. Multimedialne sk│adniki oprogramowania obejmuj╣ce wideo Indeo(R);wideo, audio Indeo(R), oraz Web Design Effects zosta│y dostarczone przez firmΩ Intel Corp.
  175. Wersja Unix zawiera sk│adniki licencjonowane przez firmΩ Mainsoft Corporation. Copyright (c) 1998-99 Mainsoft Corporation. Wszelkie prawa zastrze┐one. Mainsoft jest znakiem towarowym firmy Mainsoft Corporation.
  176. Ostrze┐enie: ten program komputerowy jest chroniony prawem autorskim i umowami miΩdzynarodowymi. Kopiowanie b╣dƒ rozpowszechnianie tego programu lub jakiejkolwiek jego czΩ£ci bez upowa┐nienia mo┐e spowodowaµ poci╣gniΩcie do odpowiedzialno£ci cywilnej i karnej w maksymalnym zakresie dopuszczalnym przez prawo.
  177. </TEXTAREA>
  178. </TD>
  179. <TD></TD>
  180. </TR>
  181. <TR>
  182. <TD></TD>
  183. <TD width=80><img src="flag.gif"></TD>
  184. <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-2000 Microsoft Corp.</ID></a>
  185.     <br>
  186.     <a style="WIDTH: 20em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg" href="http://www.microsoft.com/isapi/redir.dll?Prd=IE&Pver=5.5&Ar=AboutIE&Sba=Credits" id="acknowledgements"><ID id=acknowledgementsText>PodziΩkowania</ID></a>
  187. </TD>
  188. <TD id=ok-button align=right><BUTTON tabindex=1 type=submit align=right id="okButton" class=button onClick="window.close();" >OK</BUTTON>
  189. </TD>
  190. <Td></TD>
  191. </TR>
  192. </table>
  193. </span>
  194. </BODY>
  195. </HTML>
  196.