home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html [
- <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
- %htmlDTD;
- <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
- %brandDTD;
- <!ENTITY % securityPrefsDTD SYSTEM "chrome://browser/locale/preferences/security.dtd">
- %securityPrefsDTD;
- <!ENTITY % aboutRightsDTD SYSTEM "chrome://browser/locale/aboutRights.dtd">
- %aboutRightsDTD;
- ]>
-
- <html xmlns="http://www.w3.org/1999/xhtml">
-
- <head>
- <title>&rights.pagetitle;</title>
- <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
- </head>
-
- <body id="your-rights" dir="&rights.locale-direction;">
- <div id="aboutPageContainer" class="aboutPageWideContainer">
-
- <h1>&rights.intro-header;</h1>
-
- <p>&rights.intro;</p>
-
- <ul>
- <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li>
- <li>&rights.intro-point3-unbranded;</li>
- <li>&rights.intro-point4a-unbranded;<a href="about:rights#webservices" onclick="showServices();">&rights.intro-point4b-unbranded;</a>&rights.intro-point4c-unbranded;</li>
- </ul>
-
- <div id="webservices-container">
- <a name="webservices"/>
- <h3>&rights.webservices-header;</h3>
-
- <p>&rights.webservices-unbranded;</p>
-
- <ol>
- <li>&rights.webservices-term1-unbranded;</li>
- </ol>
- </div>
-
- <script type="application/x-javascript"><![CDATA[
- var servicesDiv = document.getElementById("webservices-container");
- servicesDiv.style.display = "none";
-
- function showServices() {
- servicesDiv.style.display = "";
- }
- ]]></script>
-
- </div>
- </body>
- </html>
-