browser/metro/base/content/startui/FirstRunContentOverlay.xul

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:2e8f194cad00
1 <?xml version="1.0"?>
2
3 <?xml-stylesheet href="chrome://browser/skin/firstruncontent.css" type="text/css"?>
4
5 <!-- This Source Code Form is subject to the terms of the Mozilla Public
6 - License, v. 2.0. If a copy of the MPL was not distributed with this
7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8
9 <!DOCTYPE window [
10 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
11 %browserDTD;
12 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
13 %brandDTD;
14 ]>
15
16 <overlay id="firstruncontent"
17 xmlns:html="http://www.w3.org/1999/xhtml"
18 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
19
20 <stack id="stack">
21 <box id="firstrun-bg-pane" insertafter="page" class="firstrun-content"></box>
22
23 <box id="instruction-tabs" class="firstrun-content">
24 <vbox class="instruction-content-container" align="center">
25 <image class="instruction-arrow arrow-top" />
26 <label class="instruction-label">&firstRunTabs.label;</label>
27 </vbox>
28 </box>
29
30 <box id="instruction-back" class="firstrun-content">
31 <vbox class="instruction-content-container" align="start">
32 <image class="instruction-arrow arrow-back" />
33 <label class="instruction-label">&firstRunBack.label;</label>
34 </vbox>
35 </box>
36
37 <box id="instruction-plus" class="firstrun-content">
38 <vbox class="instruction-content-container" align="end">
39 <image class="instruction-arrow arrow-forward" />
40 <label class="instruction-label">&firstRunNewTab.label;</label>
41 </vbox>
42 </box>
43
44 <appbar id="navbar">
45
46 <box id="instruction-star" class="firstrun-content">
47 <hbox class="instruction-content-container">
48 <label class="instruction-label">&firstRunStar.label;</label>
49 <image class="instruction-arrow arrow-down" />
50 </hbox>
51 </box>
52
53 <box id="instruction-pin" class="firstrun-content">
54 <vbox class="instruction-content-container" align="end">
55 <label class="instruction-label">&firstRunPin.label;</label>
56 <image class="instruction-arrow arrow-down-reverse" />
57 </vbox>
58 </box>
59
60 <box id="firstrun-gotit" class="firstrun-content">
61 <button class="firstrun-button" label="&firstRunGotIt.label;" oncommand="BrowserUI.firstRunContentDismiss()" />
62 </box>
63
64 </appbar>
65
66
67 </stack>
68 </overlay>

mercurial