Initial import of ephy (rev# 7126) from svn
[ephy-soc.git] / data / chrome / about.xhtml
blobe946ef2aae953d9e47d9240c57aef36d5dbdd6ae
1 <?xml version="1.0" encoding="UTF-8"?>
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://branding/locale/brand.dtd" >
6 %brandDTD;
7 ]>
9 <!-- ***** BEGIN LICENSE BLOCK *****
10 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
12 - The contents of this file are subject to the Mozilla Public License Version
13 - 1.1 (the "License"); you may not use this file except in compliance with
14 - the License. You may obtain a copy of the License at
15 - http://www.mozilla.org/MPL/
17 - Software distributed under the License is distributed on an "AS IS" basis,
18 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
19 - for the specific language governing rights and limitations under the
20 - License.
22 - The Original Code is Mozilla Communicator client code, released
23 - March 31, 1998.
25 - The Initial Developer of the Original Code is
26 - Netscape Communications Corporation.
27 - Portions created by the Initial Developer are Copyright © 1998-1999
28 - the Initial Developer. All Rights Reserved.
30 - Contributor(s):
31 - Henrik Gemal <mozilla@gemal.dk>
32 - Daniel Veditz <dveditz@netscape.com>
33 - Alexey Chernyak <alexeyc@bigfoot.com>
34 - Crispin Flowerday <crispin@gnome.org>
36 - Alternatively, the contents of this file may be used under the terms of
37 - either the GNU General Public License Version 2 or later (the "GPL"), or
38 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
39 - in which case the provisions of the GPL or the LGPL are applicable instead
40 - of those above. If you wish to allow use of your version of this file only
41 - under the terms of either the GPL or the LGPL, and not to allow others to
42 - use your version of this file under the terms of the MPL, indicate your
43 - decision by deleting the provisions above and replace them with the notice
44 - and other provisions required by the GPL or the LGPL. If you do not delete
45 - the provisions above, a recipient may use your version of this file under
46 - the terms of any one of the MPL, the GPL or the LGPL.
48 - ***** END LICENSE BLOCK ***** -->
50 <html xmlns="http://www.w3.org/1999/xhtml">
51 <head>
52 <title>About:</title>
53 <style type="text/css">
54 img {
55 border: 0;
57 p {
58 font-size: smaller;
60 h1 {
61 margin: 0;
63 :link {
64 color: #00e;
66 :visited {
67 color: #551a8b;
69 :link:active, :visited:active {
70 color: #f00;
72 </style>
73 </head>
74 <body>
76 <div id="mozinfo" align="center">
77 <a href="&releaseURL;">
78 <img src="moz-icon://stock/web-browser?size=dialog" alt="&brandShortName;"/></a>
80 <h1>
81 <a id="mozlink" href="&releaseURL;">&brandShortName; &brandVersion;</a>
82 </h1>
83 <script type="application/x-javascript">
84 // using try..catch to handle empty useragents and other cases where the regex fails to apply
85 try {
86 document.getElementById("mozinfo").appendChild(document.createTextNode(navigator.userAgent));
88 catch (e) {}
89 </script>
90 </div>
91 <hr />
93 <ul>
94 <li>Copyright &copy; 2002-2004 Marco Pesenti Gritti</li>
95 <li>Copyright &copy; 2003-2007 The GNOME Web Browser Developers</li>
96 </ul>
98 </body>
99 </html>