Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / browser / base / content / fullscreen-and-pointerlock.inc.xhtml
blob418f2ddcb1ef8c28c5750f569c5323b1fe532f50
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 <html:div id="fullscreen-and-pointerlock-wrapper">
6 <html:div id="fullscreen-warning" class="pointerlockfswarning" hidden="">
7 <html:div class="pointerlockfswarning-domain-text">
8 <html:span class="pointerlockfswarning-domain" data-l10n-name="domain"/>
9 </html:div>
10 <html:div class="pointerlockfswarning-generic-text"
11 data-l10n-id="fullscreen-warning-no-domain"></html:div>
12 <html:button id="fullscreen-exit-button"
13 onclick="FullScreen.exitDomFullScreen();"
14 #ifdef XP_MACOSX
15 data-l10n-id="fullscreen-exit-mac-button"
16 #else
17 data-l10n-id="fullscreen-exit-button"
18 #endif
20 </html:button>
21 </html:div>
23 <html:div id="pointerlock-warning" class="pointerlockfswarning" hidden="">
24 <html:div class="pointerlockfswarning-domain-text">
25 <html:span class="pointerlockfswarning-domain" data-l10n-name="domain"/>
26 </html:div>
27 <html:div class="pointerlockfswarning-generic-text"
28 data-l10n-id="pointerlock-warning-no-domain"></html:div>
29 </html:div>
30 </html:div>