toolkit/content/aboutRights-unbranded.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE html [
michael@0 3 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
michael@0 4 %htmlDTD;
michael@0 5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
michael@0 6 %brandDTD;
michael@0 7 <!ENTITY % aboutRightsDTD SYSTEM "chrome://global/locale/aboutRights.dtd">
michael@0 8 %aboutRightsDTD;
michael@0 9 ]>
michael@0 10
michael@0 11 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 12 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 13 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 14
michael@0 15 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 16
michael@0 17 <head>
michael@0 18 <title>&rights.pagetitle;</title>
michael@0 19 <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
michael@0 20 </head>
michael@0 21
michael@0 22 <body id="your-rights" dir="&rights.locale-direction;" class="aboutPageWideContainer">
michael@0 23
michael@0 24 <h1>&rights.intro-header;</h1>
michael@0 25
michael@0 26 <p>&rights.intro;</p>
michael@0 27
michael@0 28 <ul>
michael@0 29 <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li>
michael@0 30 <!-- Point 2 discusses Mozilla trademarks, and isn't needed when the build is unbranded.
michael@0 31 - Point 3 discusses privacy policy, unbranded builds get a placeholder (for the vendor to replace)
michael@0 32 - Point 4 discusses web service terms, unbranded builds gets a placeholder (for the vendor to replace) -->
michael@0 33 <li>&rights.intro-point3-unbranded;</li>
michael@0 34 <li>&rights.intro-point4a-unbranded;<a href="about:rights#webservices" onclick="showServices();">&rights.intro-point4b-unbranded;</a>&rights.intro-point4c-unbranded;</li>
michael@0 35 </ul>
michael@0 36
michael@0 37 <div id="webservices-container">
michael@0 38 <a name="webservices"/>
michael@0 39 <h3>&rights2.webservices-header;</h3>
michael@0 40
michael@0 41 <p>&rights.webservices-unbranded;</p>
michael@0 42
michael@0 43 <ol>
michael@0 44 <!-- Terms only apply to official builds, unbranded builds get a placeholder. -->
michael@0 45 <li>&rights.webservices-term1-unbranded;</li>
michael@0 46 </ol>
michael@0 47 </div>
michael@0 48
michael@0 49 <script type="application/javascript"><![CDATA[
michael@0 50 var servicesDiv = document.getElementById("webservices-container");
michael@0 51 servicesDiv.style.display = "none";
michael@0 52
michael@0 53 function showServices() {
michael@0 54 servicesDiv.style.display = "";
michael@0 55 }
michael@0 56 ]]></script>
michael@0 57
michael@0 58 </body>
michael@0 59 </html>

mercurial