browser/base/content/aboutaccounts/aboutaccounts.xhtml

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5 <!DOCTYPE html [
michael@0 6 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
michael@0 7 %htmlDTD;
michael@0 8 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
michael@0 9 %brandDTD;
michael@0 10 <!ENTITY % aboutAccountsDTD SYSTEM "chrome://browser/locale/aboutAccounts.dtd">
michael@0 11 %aboutAccountsDTD;
michael@0 12 <!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd">
michael@0 13 %syncBrandDTD;
michael@0 14 ]>
michael@0 15
michael@0 16 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 17 <head>
michael@0 18 <title>&syncBrand.fullName.label;</title>
michael@0 19 <meta name="viewport" content="width=device-width"/>
michael@0 20
michael@0 21
michael@0 22 <link rel="icon" type="image/png" id="favicon"
michael@0 23 href="chrome://branding/content/icon32.png"/>
michael@0 24 <link rel="stylesheet"
michael@0 25 href="chrome://browser/content/aboutaccounts/normalize.css"
michael@0 26 type="text/css" />
michael@0 27 <link rel="stylesheet"
michael@0 28 href="chrome://browser/content/aboutaccounts/main.css"
michael@0 29 type="text/css" />
michael@0 30 <link rel="stylesheet"
michael@0 31 href="chrome://browser/content/aboutaccounts/aboutaccounts.css"
michael@0 32 type="text/css" />
michael@0 33 </head>
michael@0 34 <body>
michael@0 35 <div id="stage">
michael@0 36
michael@0 37 <div id="manage">
michael@0 38 <header>
michael@0 39 <h1>&aboutAccounts.welcome;</h1>
michael@0 40 </header>
michael@0 41
michael@0 42 <section>
michael@0 43 <div class="graphic graphic-sync-intro"> </div>
michael@0 44
michael@0 45 <div class="button-row">
michael@0 46 <a class="button" href="#" onclick="openPrefs()">&aboutAccountsConfig.manage.label;</a>
michael@0 47 </div>
michael@0 48 </section>
michael@0 49 </div>
michael@0 50
michael@0 51 <div id="intro">
michael@0 52 <header>
michael@0 53 <h1>&aboutAccounts.welcome;</h1>
michael@0 54 </header>
michael@0 55
michael@0 56 <section>
michael@0 57 <div class="graphic graphic-sync-intro"> </div>
michael@0 58
michael@0 59 <div class="description">&aboutAccountsConfig.description;</div>
michael@0 60
michael@0 61 <div class="button-row">
michael@0 62 <a class="button" href="#" onclick="getStarted()">&aboutAccountsConfig.startButton.label;</a>
michael@0 63 </div>
michael@0 64
michael@0 65 <div class="links">
michael@0 66 <a id="oldsync" class="no-underline" href="#" onclick="handleOldSync();">&aboutAccountsConfig.useOldSync.label;</a>
michael@0 67 </div>
michael@0 68 </section>
michael@0 69 </div>
michael@0 70
michael@0 71 </div>
michael@0 72
michael@0 73 <iframe mozframetype="content" id="remote" />
michael@0 74
michael@0 75 <script type="application/javascript;version=1.8"
michael@0 76 src="chrome://browser/content/utilityOverlay.js"/>
michael@0 77 <script type="text/javascript;version=1.8"
michael@0 78 src="chrome://browser/content/aboutaccounts/aboutaccounts.js" />
michael@0 79 </body>
michael@0 80 </html>

mercurial