browser/base/content/abouthome/aboutHome.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial