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