1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/metro/base/content/startui/FirstRunContentOverlay.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,68 @@ 1.4 +<?xml version="1.0"?> 1.5 + 1.6 +<?xml-stylesheet href="chrome://browser/skin/firstruncontent.css" type="text/css"?> 1.7 + 1.8 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.9 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.10 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.11 + 1.12 +<!DOCTYPE window [ 1.13 + <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd"> 1.14 + %browserDTD; 1.15 + <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> 1.16 + %brandDTD; 1.17 +]> 1.18 + 1.19 +<overlay id="firstruncontent" 1.20 + xmlns:html="http://www.w3.org/1999/xhtml" 1.21 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.22 + 1.23 + <stack id="stack"> 1.24 + <box id="firstrun-bg-pane" insertafter="page" class="firstrun-content"></box> 1.25 + 1.26 + <box id="instruction-tabs" class="firstrun-content"> 1.27 + <vbox class="instruction-content-container" align="center"> 1.28 + <image class="instruction-arrow arrow-top" /> 1.29 + <label class="instruction-label">&firstRunTabs.label;</label> 1.30 + </vbox> 1.31 + </box> 1.32 + 1.33 + <box id="instruction-back" class="firstrun-content"> 1.34 + <vbox class="instruction-content-container" align="start"> 1.35 + <image class="instruction-arrow arrow-back" /> 1.36 + <label class="instruction-label">&firstRunBack.label;</label> 1.37 + </vbox> 1.38 + </box> 1.39 + 1.40 + <box id="instruction-plus" class="firstrun-content"> 1.41 + <vbox class="instruction-content-container" align="end"> 1.42 + <image class="instruction-arrow arrow-forward" /> 1.43 + <label class="instruction-label">&firstRunNewTab.label;</label> 1.44 + </vbox> 1.45 + </box> 1.46 + 1.47 + <appbar id="navbar"> 1.48 + 1.49 + <box id="instruction-star" class="firstrun-content"> 1.50 + <hbox class="instruction-content-container"> 1.51 + <label class="instruction-label">&firstRunStar.label;</label> 1.52 + <image class="instruction-arrow arrow-down" /> 1.53 + </hbox> 1.54 + </box> 1.55 + 1.56 + <box id="instruction-pin" class="firstrun-content"> 1.57 + <vbox class="instruction-content-container" align="end"> 1.58 + <label class="instruction-label">&firstRunPin.label;</label> 1.59 + <image class="instruction-arrow arrow-down-reverse" /> 1.60 + </vbox> 1.61 + </box> 1.62 + 1.63 + <box id="firstrun-gotit" class="firstrun-content"> 1.64 + <button class="firstrun-button" label="&firstRunGotIt.label;" oncommand="BrowserUI.firstRunContentDismiss()" /> 1.65 + </box> 1.66 + 1.67 + </appbar> 1.68 + 1.69 + 1.70 + </stack> 1.71 +</overlay> 1.72 \ No newline at end of file