browser/base/content/sync/key.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0" encoding="UTF-8"?>
     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/. -->
     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>
    30 <body dir="&locale.dir;">
    31 <h1>&syncKey.page.title;</h1>
    33 <p id="synckey" dir="ltr">SYNCKEY</p>
    35 <p>&syncKey.page.description2;</p>
    37 <div id="column1">
    38   <h2>&syncKey.keepItSecret.heading;</h2>
    39   <p>&syncKey.keepItSecret.description;</p>
    40 </div>
    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>
    47 <p>&syncKey.findOutMore1.label;<a href="https://services.mozilla.com">https://services.mozilla.com</a>&syncKey.findOutMore2.label;</p>
    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>
    53 </body>
    54 </html>

mercurial