|
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 ]> |
|
15 |
|
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"/> |
|
20 |
|
21 |
|
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"> |
|
36 |
|
37 <div id="manage"> |
|
38 <header> |
|
39 <h1>&aboutAccounts.welcome;</h1> |
|
40 </header> |
|
41 |
|
42 <section> |
|
43 <div class="graphic graphic-sync-intro"> </div> |
|
44 |
|
45 <div class="button-row"> |
|
46 <a class="button" href="#" onclick="openPrefs()">&aboutAccountsConfig.manage.label;</a> |
|
47 </div> |
|
48 </section> |
|
49 </div> |
|
50 |
|
51 <div id="intro"> |
|
52 <header> |
|
53 <h1>&aboutAccounts.welcome;</h1> |
|
54 </header> |
|
55 |
|
56 <section> |
|
57 <div class="graphic graphic-sync-intro"> </div> |
|
58 |
|
59 <div class="description">&aboutAccountsConfig.description;</div> |
|
60 |
|
61 <div class="button-row"> |
|
62 <a class="button" href="#" onclick="getStarted()">&aboutAccountsConfig.startButton.label;</a> |
|
63 </div> |
|
64 |
|
65 <div class="links"> |
|
66 <a id="oldsync" class="no-underline" href="#" onclick="handleOldSync();">&aboutAccountsConfig.useOldSync.label;</a> |
|
67 </div> |
|
68 </section> |
|
69 </div> |
|
70 |
|
71 </div> |
|
72 |
|
73 <iframe mozframetype="content" id="remote" /> |
|
74 |
|
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> |