home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / browser.jar / content / browser / aboutRights.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2008-11-18  |  1.6 KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html [
  3.   <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  4.   %htmlDTD;
  5.   <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  6.   %brandDTD;
  7.   <!ENTITY % securityPrefsDTD SYSTEM "chrome://browser/locale/preferences/security.dtd">
  8.   %securityPrefsDTD;
  9.   <!ENTITY % aboutRightsDTD SYSTEM "chrome://browser/locale/aboutRights.dtd">
  10.   %aboutRightsDTD;
  11. ]>
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14.  
  15. <head>
  16.   <title>&rights.pagetitle;</title>
  17.   <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
  18. </head>
  19.  
  20. <body id="your-rights" dir="&rights.locale-direction;">
  21. <div id="aboutPageContainer" class="aboutPageWideContainer">
  22.  
  23. <h1>&rights.intro-header;</h1>
  24.  
  25. <p>&rights.intro;</p>
  26.  
  27. <ul>
  28.   <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li>
  29.   <li>&rights.intro-point3-unbranded;</li>
  30.   <li>&rights.intro-point4a-unbranded;<a href="about:rights#webservices" onclick="showServices();">&rights.intro-point4b-unbranded;</a>&rights.intro-point4c-unbranded;</li>
  31. </ul>
  32.  
  33. <div id="webservices-container">
  34.   <a name="webservices"/>
  35.   <h3>&rights.webservices-header;</h3>
  36.  
  37.   <p>&rights.webservices-unbranded;</p>
  38.  
  39.   <ol>
  40.     <li>&rights.webservices-term1-unbranded;</li>
  41.   </ol>
  42. </div>
  43.  
  44. <script type="application/x-javascript"><![CDATA[
  45.   var servicesDiv = document.getElementById("webservices-container");
  46.   servicesDiv.style.display = "none";
  47.  
  48.   function showServices() {
  49.     servicesDiv.style.display = "";
  50.   }
  51. ]]></script>
  52.  
  53. </div>
  54. </body>
  55. </html>
  56.