|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
4 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
6 |
|
7 <!DOCTYPE html [ |
|
8 <!ENTITY % htmlDTD |
|
9 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|
10 "DTD/xhtml1-strict.dtd"> |
|
11 %htmlDTD; |
|
12 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> |
|
13 %globalDTD; |
|
14 <!ENTITY % aboutHomeDTD SYSTEM "chrome://browser/locale/aboutHome.dtd"> |
|
15 %aboutHomeDTD; |
|
16 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" > |
|
17 %browserDTD; |
|
18 ]> |
|
19 |
|
20 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
21 <head> |
|
22 <title>&abouthome.pageTitle;</title> |
|
23 |
|
24 <link rel="icon" type="image/png" id="favicon" |
|
25 href="chrome://branding/content/icon32.png"/> |
|
26 <link rel="stylesheet" type="text/css" media="all" |
|
27 href="chrome://browser/content/abouthome/aboutHome.css"/> |
|
28 |
|
29 <script type="text/javascript;version=1.8" |
|
30 src="chrome://browser/content/abouthome/aboutHome.js"/> |
|
31 </head> |
|
32 |
|
33 <body dir="&locale.dir;"> |
|
34 <div class="spacer"/> |
|
35 <div id="topSection"> |
|
36 <div id="brandLogo"></div> |
|
37 |
|
38 <div id="searchContainer"> |
|
39 <form name="searchForm" id="searchForm" onsubmit="onSearchSubmit(event)"> |
|
40 <div id="searchLogoContainer"><img id="searchEngineLogo"/></div> |
|
41 <input type="text" name="q" value="" id="searchText" maxlength="256" |
|
42 autofocus="autofocus" dir="auto"/> |
|
43 <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label;"/> |
|
44 </form> |
|
45 </div> |
|
46 |
|
47 <div id="snippetContainer"> |
|
48 <div id="defaultSnippets" hidden="true"> |
|
49 <span id="defaultSnippet1">&abouthome.defaultSnippet1.v1;</span> |
|
50 <span id="defaultSnippet2">&abouthome.defaultSnippet2.v1;</span> |
|
51 </div> |
|
52 <span id="rightsSnippet" hidden="true">&abouthome.rightsSnippet;</span> |
|
53 <div id="snippets"/> |
|
54 </div> |
|
55 </div> |
|
56 <div class="spacer"/> |
|
57 |
|
58 <div id="launcher"> |
|
59 <button class="launchButton" id="downloads">&abouthome.downloadsButton.label;</button> |
|
60 <button class="launchButton" id="bookmarks">&abouthome.bookmarksButton.label;</button> |
|
61 <button class="launchButton" id="history">&abouthome.historyButton.label;</button> |
|
62 <button class="launchButton" id="apps" hidden="true">&abouthome.appsButton.label;</button> |
|
63 <button class="launchButton" id="addons">&abouthome.addonsButton.label;</button> |
|
64 <button class="launchButton" id="sync">&abouthome.syncButton.label;</button> |
|
65 <button class="launchButton" id="settings">&abouthome.settingsButton.label;</button> |
|
66 <div id="restorePreviousSessionSeparator"/> |
|
67 <button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button> |
|
68 </div> |
|
69 |
|
70 <a id="aboutMozilla" href="https://www.mozilla.org/about/?utm_source=about-home&utm_medium=Referral"/> |
|
71 </body> |
|
72 </html> |