Wed, 31 Dec 2014 06:09:35 +0100
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 | |
michael@0 | 3 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 6 | |
michael@0 | 7 | <!DOCTYPE html [ |
michael@0 | 8 | <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> |
michael@0 | 9 | %htmlDTD; |
michael@0 | 10 | <!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd"> |
michael@0 | 11 | %syncBrandDTD; |
michael@0 | 12 | <!ENTITY % syncKeyDTD SYSTEM "chrome://browser/locale/syncKey.dtd"> |
michael@0 | 13 | %syncKeyDTD; |
michael@0 | 14 | <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" > |
michael@0 | 15 | %globalDTD; |
michael@0 | 16 | ]> |
michael@0 | 17 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 18 | <head> |
michael@0 | 19 | <title>&syncKey.page.title;</title> |
michael@0 | 20 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
michael@0 | 21 | <meta name="robots" content="noindex"/> |
michael@0 | 22 | <style type="text/css"> |
michael@0 | 23 | #synckey { font-size: 150% } |
michael@0 | 24 | footer { font-size: 70% } |
michael@0 | 25 | /* Bug 575675: Need to have an a:visited rule in a chrome document. */ |
michael@0 | 26 | a:visited { color: purple; } |
michael@0 | 27 | </style> |
michael@0 | 28 | </head> |
michael@0 | 29 | |
michael@0 | 30 | <body dir="&locale.dir;"> |
michael@0 | 31 | <h1>&syncKey.page.title;</h1> |
michael@0 | 32 | |
michael@0 | 33 | <p id="synckey" dir="ltr">SYNCKEY</p> |
michael@0 | 34 | |
michael@0 | 35 | <p>&syncKey.page.description2;</p> |
michael@0 | 36 | |
michael@0 | 37 | <div id="column1"> |
michael@0 | 38 | <h2>&syncKey.keepItSecret.heading;</h2> |
michael@0 | 39 | <p>&syncKey.keepItSecret.description;</p> |
michael@0 | 40 | </div> |
michael@0 | 41 | |
michael@0 | 42 | <div id="column2"> |
michael@0 | 43 | <h2>&syncKey.keepItSafe.heading;</h2> |
michael@0 | 44 | <p><em>&syncKey.keepItSafe1.description;</em>&syncKey.keepItSafe2.description;<em>&syncKey.keepItSafe3.description;</em>&syncKey.keepItSafe4a.description;</p> |
michael@0 | 45 | </div> |
michael@0 | 46 | |
michael@0 | 47 | <p>&syncKey.findOutMore1.label;<a href="https://services.mozilla.com">https://services.mozilla.com</a>&syncKey.findOutMore2.label;</p> |
michael@0 | 48 | |
michael@0 | 49 | <footer> |
michael@0 | 50 | &syncKey.footer1.label;<a id="tosLink" href="termsURL">termsURL</a>&syncKey.footer2.label;<a id="ppLink" href="privacyURL">privacyURL</a>&syncKey.footer3.label; |
michael@0 | 51 | </footer> |
michael@0 | 52 | |
michael@0 | 53 | </body> |
michael@0 | 54 | </html> |