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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

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

mercurial