1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/sync/key.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,54 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.7 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.9 + 1.10 +<!DOCTYPE html [ 1.11 + <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> 1.12 + %htmlDTD; 1.13 + <!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd"> 1.14 + %syncBrandDTD; 1.15 + <!ENTITY % syncKeyDTD SYSTEM "chrome://browser/locale/syncKey.dtd"> 1.16 + %syncKeyDTD; 1.17 + <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" > 1.18 + %globalDTD; 1.19 +]> 1.20 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.21 +<head> 1.22 + <title>&syncKey.page.title;</title> 1.23 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 1.24 + <meta name="robots" content="noindex"/> 1.25 + <style type="text/css"> 1.26 + #synckey { font-size: 150% } 1.27 + footer { font-size: 70% } 1.28 + /* Bug 575675: Need to have an a:visited rule in a chrome document. */ 1.29 + a:visited { color: purple; } 1.30 + </style> 1.31 +</head> 1.32 + 1.33 +<body dir="&locale.dir;"> 1.34 +<h1>&syncKey.page.title;</h1> 1.35 + 1.36 +<p id="synckey" dir="ltr">SYNCKEY</p> 1.37 + 1.38 +<p>&syncKey.page.description2;</p> 1.39 + 1.40 +<div id="column1"> 1.41 + <h2>&syncKey.keepItSecret.heading;</h2> 1.42 + <p>&syncKey.keepItSecret.description;</p> 1.43 +</div> 1.44 + 1.45 +<div id="column2"> 1.46 + <h2>&syncKey.keepItSafe.heading;</h2> 1.47 + <p><em>&syncKey.keepItSafe1.description;</em>&syncKey.keepItSafe2.description;<em>&syncKey.keepItSafe3.description;</em>&syncKey.keepItSafe4a.description;</p> 1.48 +</div> 1.49 + 1.50 +<p>&syncKey.findOutMore1.label;<a href="https://services.mozilla.com">https://services.mozilla.com</a>&syncKey.findOutMore2.label;</p> 1.51 + 1.52 +<footer> 1.53 + &syncKey.footer1.label;<a id="tosLink" href="termsURL">termsURL</a>&syncKey.footer2.label;<a id="ppLink" href="privacyURL">privacyURL</a>&syncKey.footer3.label; 1.54 +</footer> 1.55 + 1.56 +</body> 1.57 +</html>