Bug 1796551 [wpt PR 36570] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / toolkit / content / aboutRights-unbranded.xhtml
blob6fce98054a0802d6fc0be797676fa3c18f0e23d2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html [
3 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 %htmlDTD;
5 ]>
7 <!-- This Source Code Form is subject to the terms of the Mozilla Public
8 - License, v. 2.0. If a copy of the MPL was not distributed with this
9 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
11 <html xmlns="http://www.w3.org/1999/xhtml">
13 <head>
14 <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
15 <meta name="color-scheme" content="light dark" />
16 <title data-l10n-id="rights-title"></title>
17 <link rel="stylesheet" href="chrome://global/skin/in-content/info-pages.css" type="text/css"/>
18 <link rel="localization" href="branding/brand.ftl"/>
19 <link rel="localization" href="toolkit/about/aboutRights.ftl"/>
20 </head>
22 <body id="your-rights" class="aboutPageWideContainer">
23 <div class="container">
24 <h1 data-l10n-id="rights-title"></h1>
26 <p data-l10n-id="rights-intro"></p>
28 <ul>
29 <li data-l10n-id="rights-intro-point-1"><a href="http://www.mozilla.org/MPL/" data-l10n-name="mozilla-public-license-link"></a></li>
30 <!-- Point 2 discusses Mozilla trademarks, and isn't needed when the build is unbranded.
31 - Point 4 discusses privacy policy, unbranded builds get a placeholder (for the vendor to replace)
32 - Point 5 discusses web service terms, unbranded builds gets a placeholder (for the vendor to replace) -->
33 <li data-l10n-id="rights-intro-point-4-unbranded"></li>
34 <li data-l10n-id="rights-intro-point-5-unbranded"><a href="about:rights#webservices" id="showWebServices" data-l10n-name="mozilla-website-services-link"></a></li>
35 </ul>
37 <div id="webservices-container">
38 <a name="webservices"/>
39 <h3 data-l10n-id="rights-webservices-header"></h3>
41 <p data-l10n-id="rights-webservices-unbranded"></p>
43 <ol>
44 <!-- Terms only apply to official builds, unbranded builds get a placeholder. -->
45 <li data-l10n-id="rights-webservices-term-unbranded"></li>
46 </ol>
47 </div>
48 </div>
50 </body>
51 <script src="chrome://global/content/aboutRights.js"/>
52 </html>