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

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:2f6321cc54d6
1 <?xml version="1.0"?>
2
3 <?xml-stylesheet href="chrome://browser/skin/firstrun.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="firstrun"
17 xmlns:html="http://www.w3.org/1999/xhtml"
18 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
19
20 <hbox id="start-container">
21 <box id="instruction-topsites-box" insertafter="start-topsites" class="firstrun">
22 <box id="instruction-topsites">
23 <vbox class="instruction-content-container">
24 <image class="instruction-arrow arrow-back-straight" />
25 <image class="instruction-arrow arrow-back" />
26 <label class="instruction-label">&firstRunTopSites.label;</label>
27 </vbox>
28 </box>
29 </box>
30
31 <vbox id="firstrun-welcome" insertafter="instruction-topsites-box" class="firstrun" align="center" pack="center">
32 <image class="welcome-image" />
33 <label class="welcome-title" value="&firstRunWelcome.label;"/>
34 <label class="welcome-subtitle" value="&firstRunDifferent.label;"/>
35 </vbox>
36
37 <box insertafter="start-bookmarks" class="firstrun">
38 <box id="instruction-bookmarks">
39 <vbox class="instruction-content-container" align="center">
40 <image class="instruction-arrow arrow-forward" />
41 <label class="instruction-label">&firstRunBookmarks.label;</label>
42 </vbox>
43 </box>
44 </box>
45
46 <box id="instruction-history-container" insertafter="start-history" class="firstrun">
47 <box id="instruction-history">
48 <vbox class="instruction-content-container" align="center">
49 <image class="instruction-arrow arrow-forward" />
50 <label class="instruction-label">&firstRunHistory.label;</label>
51 </vbox>
52 </box>
53 </box>
54
55 <box id="instruction-tabs" class="firstrun">
56 <vbox class="instruction-content-container" align="center">
57 <image class="instruction-arrow arrow-top" />
58 <label class="instruction-label">&firstRunTabs.label;</label>
59 </vbox>
60 </box>
61
62 <box id="instruction-menu" class="firstrun">
63 <hbox class="instruction-content-container" align="right">
64 <label class="instruction-label">&firstRunMenu.label;</label>
65 <image class="instruction-arrow arrow-down" />
66 </hbox>
67 </box>
68
69 </hbox>
70 </overlay>

mercurial