key.xhtml 1.8 KB

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