2012-01-25 14:40:18 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2012-08-10 13:20:25 -07:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
2012-01-25 14:40:18 -08:00
|
|
|
|
2012-03-12 19:23:01 -07:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
2012-01-25 14:40:18 -08:00
|
|
|
<?xml-stylesheet href="chrome://browser/content/newtab/newTab.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://browser/skin/newtab/newTab.css" type="text/css"?>
|
|
|
|
|
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % newTabDTD SYSTEM "chrome://browser/locale/newTab.dtd">
|
|
|
|
%newTabDTD;
|
|
|
|
]>
|
|
|
|
|
2012-03-12 19:23:01 -07:00
|
|
|
<xul:window id="newtab-window" xmlns="http://www.w3.org/1999/xhtml"
|
2012-01-25 14:40:18 -08:00
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2013-04-27 05:56:51 -07:00
|
|
|
title="&newtab.pageTitle;">
|
2012-03-12 19:23:01 -07:00
|
|
|
|
|
|
|
<div id="newtab-scrollbox">
|
|
|
|
|
|
|
|
<div id="newtab-vertical-margin">
|
2012-08-23 15:34:52 -07:00
|
|
|
<div id="newtab-margin-top">
|
|
|
|
<div id="newtab-undo-container" undo-disabled="true">
|
|
|
|
<xul:label id="newtab-undo-label"
|
|
|
|
value="&newtab.undo.removedLabel;" />
|
|
|
|
<xul:button id="newtab-undo-button" tabindex="-1"
|
|
|
|
label="&newtab.undo.undoButton;"
|
|
|
|
class="newtab-undo-button" />
|
|
|
|
<xul:button id="newtab-undo-restore-button" tabindex="-1"
|
|
|
|
label="&newtab.undo.restoreButton;"
|
|
|
|
class="newtab-undo-button" />
|
|
|
|
<xul:toolbarbutton id="newtab-undo-close-button" tabindex="-1"
|
2013-03-14 11:56:41 -07:00
|
|
|
tooltiptext="&newtab.undo.closeTooltip;" />
|
2012-08-23 15:34:52 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-03-12 19:23:01 -07:00
|
|
|
|
|
|
|
<div id="newtab-horizontal-margin">
|
|
|
|
<div class="newtab-side-margin"/>
|
|
|
|
|
|
|
|
<div id="newtab-grid">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="newtab-side-margin"/>
|
2012-01-25 14:40:18 -08:00
|
|
|
</div>
|
|
|
|
|
2012-03-12 19:23:01 -07:00
|
|
|
<div id="newtab-margin-bottom"/>
|
|
|
|
</div>
|
|
|
|
<input id="newtab-toggle" type="button"/>
|
|
|
|
</div>
|
2012-01-25 14:40:18 -08:00
|
|
|
|
2012-03-12 19:23:01 -07:00
|
|
|
<xul:script type="text/javascript;version=1.8"
|
|
|
|
src="chrome://browser/content/newtab/newTab.js"/>
|
2012-01-25 14:40:18 -08:00
|
|
|
</xul:window>
|