browser/base/content/aboutaccounts/aboutaccounts.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"?>
     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 % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
     9   %brandDTD;
    10   <!ENTITY % aboutAccountsDTD SYSTEM "chrome://browser/locale/aboutAccounts.dtd">
    11   %aboutAccountsDTD;
    12   <!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd">
    13   %syncBrandDTD;
    14 ]>
    16 <html xmlns="http://www.w3.org/1999/xhtml">
    17   <head>
    18    <title>&syncBrand.fullName.label;</title>
    19    <meta name="viewport" content="width=device-width"/>
    22    <link rel="icon" type="image/png" id="favicon"
    23          href="chrome://branding/content/icon32.png"/>
    24    <link rel="stylesheet"
    25      href="chrome://browser/content/aboutaccounts/normalize.css"
    26      type="text/css" />
    27    <link rel="stylesheet"
    28      href="chrome://browser/content/aboutaccounts/main.css"
    29      type="text/css" />
    30    <link rel="stylesheet"
    31      href="chrome://browser/content/aboutaccounts/aboutaccounts.css"
    32      type="text/css" />
    33   </head>
    34   <body>
    35     <div id="stage">
    37       <div id="manage">
    38         <header>
    39           <h1>&aboutAccounts.welcome;</h1>
    40         </header>
    42         <section>
    43             <div class="graphic graphic-sync-intro"> </div>
    45             <div class="button-row">
    46               <a class="button" href="#" onclick="openPrefs()">&aboutAccountsConfig.manage.label;</a>
    47             </div>
    48         </section>
    49       </div>
    51       <div id="intro">
    52         <header>
    53           <h1>&aboutAccounts.welcome;</h1>
    54         </header>
    56         <section>
    57             <div class="graphic graphic-sync-intro"> </div>
    59             <div class="description">&aboutAccountsConfig.description;</div>
    61             <div class="button-row">
    62               <a class="button" href="#" onclick="getStarted()">&aboutAccountsConfig.startButton.label;</a>
    63             </div>
    65             <div class="links">
    66               <a id="oldsync" class="no-underline" href="#" onclick="handleOldSync();">&aboutAccountsConfig.useOldSync.label;</a>
    67             </div>
    68         </section>
    69       </div>
    71     </div>
    73     <iframe mozframetype="content" id="remote" />
    75     <script type="application/javascript;version=1.8"
    76       src="chrome://browser/content/utilityOverlay.js"/>
    77     <script type="text/javascript;version=1.8"
    78       src="chrome://browser/content/aboutaccounts/aboutaccounts.js" />
    79   </body>
    80 </html>

mercurial