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