home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / toolkit.jar / content / global / about.xhtml next >
Encoding:
Extensible Markup Language  |  2005-07-29  |  3.2 KB  |  108 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  4.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
  5. <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  6. %brandDTD;
  7. <!ENTITY % licenseDTD SYSTEM "chrome://global/locale/license.dtd" >
  8. %licenseDTD;
  9. ]>
  10.  
  11. <!--
  12.    - The contents of this file are subject to the Netscape Public
  13.    - License Version 1.1 (the "License"); you may not use this file
  14.    - except in compliance with the License. You may obtain a copy of
  15.    - the License at http://www.mozilla.org/NPL/
  16.    -  
  17.    - Software distributed under the License is distributed on an "AS
  18.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  19.    - implied. See the License for the specific language governing
  20.    - rights and limitations under the License.
  21.    -  
  22.    - The Original Code is Mozilla Communicator client code, released
  23.    - March 31, 1998.
  24.    - 
  25.    - The Initial Developer of the Original Code is Netscape
  26.    - Communications Corporation. Portions created by Netscape are
  27.    - Copyright (C) 1998-1999 Netscape Communications Corporation. All
  28.    - Rights Reserved.
  29.    - 
  30.    - Contributor(s): 
  31.    -    Henrik Gemal <mozilla@gemal.dk>
  32.    -    Daniel Veditz <dveditz@netscape.com>
  33.    -    Alexey Chernyak <alexeyc@bigfoot.com>
  34. -->
  35.   
  36. <html xmlns="http://www.w3.org/1999/xhtml">
  37. <head>
  38. <title>About:</title>
  39. <style type="text/css">
  40. table {
  41.   margin: auto;
  42.   text-align: center;
  43. }
  44. img {
  45.   border: 0;
  46. }
  47. p {
  48.   font-size: smaller;
  49. }
  50. h1 {
  51.   margin: 0;
  52. }
  53. :link {
  54.   color: #00e;
  55. }
  56. :visited {
  57.   color: #551a8b;
  58. }
  59. :link:active, :visited:active {
  60.   color: #f00;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65.  
  66. <div id="mozinfo" align="center">
  67. <a href="http://browser.netscape.com/ns8/">
  68. <img src="chrome://browser/content/about.png" alt="&brandShortName;"/></a>
  69.  
  70. <h1>
  71. <a id="mozlink" href="&releaseURL;">&brandShortName; 8.0.3.3</a>
  72. </h1>
  73. <script type="application/x-javascript">
  74.   // using try..catch to handle empty useragents and other cases where the regex fails to apply
  75.   try {
  76.     document.getElementById("mozinfo").appendChild(document.createTextNode(navigator.userAgent));
  77.   }
  78.   catch (e) {}
  79. </script>
  80. </div>
  81. <hr />
  82.  
  83. <ul>
  84. <li>Copyright © 1998-2004 &license.part1; <a href="about:credits">&license.contrib;</a>
  85.   &license.part2;
  86.   <a href="chrome://global/content/MPL-1.1.html">Mozilla Public License</a>
  87.   &license.and; <a href="chrome://global/content/NPL-1.1.html">Netscape Public License</a>&license.part3;
  88. </li>
  89. <li>Portions of this software are copyright © 1994 The Regents of the 
  90. University of California.  All Rights Reserved.</li>
  91. <li>This software may contain portions that are copyright © 1998-2002 
  92. <a href="http://www.supportsoft.com/">SupportSoft, Inc.</a>  All Rights Reserved.
  93. </li>
  94. </ul>
  95.  
  96. <p>
  97. U.S. GOVERNMENT END USERS. The Software is a "commercial
  98. item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting
  99. of "commercial computer software" and "commercial computer software 
  100. documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). 
  101. Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
  102. (June 1995), all U.S. Government End Users acquire the Software with only 
  103. those rights set forth herein.
  104. </p>
  105.  
  106. </body>
  107. </html>
  108.