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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/base/content/startui/FirstRunOverlay.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,70 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<?xml-stylesheet href="chrome://browser/skin/firstrun.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="firstrun"
    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 +  <hbox id="start-container">
    1.24 +    <box id="instruction-topsites-box" insertafter="start-topsites" class="firstrun">
    1.25 +      <box id="instruction-topsites">
    1.26 +        <vbox class="instruction-content-container">
    1.27 +          <image class="instruction-arrow arrow-back-straight" />
    1.28 +          <image class="instruction-arrow arrow-back" />
    1.29 +          <label class="instruction-label">&firstRunTopSites.label;</label>
    1.30 +        </vbox>
    1.31 +      </box>
    1.32 +    </box>
    1.33 +
    1.34 +    <vbox id="firstrun-welcome" insertafter="instruction-topsites-box" class="firstrun" align="center" pack="center">
    1.35 +      <image class="welcome-image" />
    1.36 +      <label class="welcome-title" value="&firstRunWelcome.label;"/>
    1.37 +      <label class="welcome-subtitle" value="&firstRunDifferent.label;"/>
    1.38 +    </vbox>
    1.39 +
    1.40 +    <box insertafter="start-bookmarks" class="firstrun">
    1.41 +      <box id="instruction-bookmarks">
    1.42 +        <vbox class="instruction-content-container" align="center">
    1.43 +          <image class="instruction-arrow arrow-forward" />
    1.44 +          <label class="instruction-label">&firstRunBookmarks.label;</label>
    1.45 +        </vbox>
    1.46 +      </box>
    1.47 +    </box>
    1.48 +
    1.49 +    <box id="instruction-history-container" insertafter="start-history" class="firstrun">
    1.50 +      <box id="instruction-history">
    1.51 +        <vbox class="instruction-content-container" align="center">
    1.52 +          <image class="instruction-arrow arrow-forward" />
    1.53 +          <label class="instruction-label">&firstRunHistory.label;</label>
    1.54 +        </vbox>
    1.55 +      </box>
    1.56 +    </box>
    1.57 +
    1.58 +    <box id="instruction-tabs" class="firstrun">
    1.59 +      <vbox class="instruction-content-container" align="center">
    1.60 +        <image class="instruction-arrow arrow-top" />
    1.61 +        <label class="instruction-label">&firstRunTabs.label;</label>
    1.62 +      </vbox>
    1.63 +    </box>
    1.64 +
    1.65 +    <box id="instruction-menu" class="firstrun">
    1.66 +      <hbox class="instruction-content-container" align="right">
    1.67 +        <label class="instruction-label">&firstRunMenu.label;</label>
    1.68 +        <image class="instruction-arrow arrow-down" />
    1.69 +      </hbox>
    1.70 +    </box>
    1.71 +
    1.72 + </hbox>
    1.73 +</overlay>
    1.74 \ No newline at end of file

mercurial