toolkit/content/aboutRights-unbranded.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/content/aboutRights-unbranded.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,59 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html [
     1.6 +  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
     1.7 +  %htmlDTD;
     1.8 +  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
     1.9 +  %brandDTD;
    1.10 +  <!ENTITY % aboutRightsDTD SYSTEM "chrome://global/locale/aboutRights.dtd">
    1.11 +  %aboutRightsDTD;
    1.12 +]>
    1.13 +
    1.14 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
    1.15 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.16 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.17 +
    1.18 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.19 +
    1.20 +<head>
    1.21 +  <title>&rights.pagetitle;</title>
    1.22 +  <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
    1.23 +</head>
    1.24 +
    1.25 +<body id="your-rights" dir="&rights.locale-direction;" class="aboutPageWideContainer">
    1.26 +
    1.27 +<h1>&rights.intro-header;</h1>
    1.28 +
    1.29 +<p>&rights.intro;</p>
    1.30 +
    1.31 +<ul>
    1.32 +  <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li>
    1.33 +<!-- Point 2 discusses Mozilla trademarks, and isn't needed when the build is unbranded.
    1.34 +  - Point 3 discusses privacy policy, unbranded builds get a placeholder (for the vendor to replace)
    1.35 +  - Point 4 discusses web service terms, unbranded builds gets a placeholder (for the vendor to replace) -->
    1.36 +  <li>&rights.intro-point3-unbranded;</li>
    1.37 +  <li>&rights.intro-point4a-unbranded;<a href="about:rights#webservices" onclick="showServices();">&rights.intro-point4b-unbranded;</a>&rights.intro-point4c-unbranded;</li>
    1.38 +</ul>
    1.39 +
    1.40 +<div id="webservices-container">
    1.41 +  <a name="webservices"/>
    1.42 +  <h3>&rights2.webservices-header;</h3>
    1.43 +
    1.44 +  <p>&rights.webservices-unbranded;</p>
    1.45 +
    1.46 +  <ol>
    1.47 +<!-- Terms only apply to official builds, unbranded builds get a placeholder. -->
    1.48 +    <li>&rights.webservices-term1-unbranded;</li>
    1.49 +  </ol>
    1.50 +</div>
    1.51 +
    1.52 +<script type="application/javascript"><![CDATA[
    1.53 +  var servicesDiv = document.getElementById("webservices-container");
    1.54 +  servicesDiv.style.display = "none";
    1.55 +
    1.56 +  function showServices() {
    1.57 +    servicesDiv.style.display = "";
    1.58 +  }
    1.59 +]]></script>
    1.60 +
    1.61 +</body>
    1.62 +</html>

mercurial