mobile/android/chrome/content/aboutApps.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 <!DOCTYPE html [
michael@0 4 <!ENTITY % htmlDTD
michael@0 5 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
michael@0 6 "DTD/xhtml1-strict.dtd">
michael@0 7 %htmlDTD;
michael@0 8 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
michael@0 9 %globalDTD;
michael@0 10 <!ENTITY % aboutAppsDTD SYSTEM "chrome://browser/locale/aboutApps.dtd">
michael@0 11 %aboutAppsDTD;
michael@0 12 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >
michael@0 13 %browserDTD;
michael@0 14 ]>
michael@0 15
michael@0 16 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 17 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 18 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 19
michael@0 20 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 21 <head>
michael@0 22 <title>&aboutApps.title2;</title>
michael@0 23 <meta name="viewport" content="width=device-width; user-scalable=0" />
michael@0 24 <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" />
michael@0 25 <link rel="stylesheet" type="text/css" href="chrome://browser/skin/aboutBase.css" media="all" />
michael@0 26 <link rel="stylesheet" type="text/css" href="chrome://browser/skin/aboutApps.css" media="all" />
michael@0 27 <script type="text/javascript;version=1.8" src="chrome://browser/content/aboutApps.js"></script>
michael@0 28 </head>
michael@0 29
michael@0 30 <body dir="&locale.dir;">
michael@0 31
michael@0 32 #ifndef MOZ_ANDROID_SYNTHAPKS
michael@0 33 <menu type="context" id="appmenu">
michael@0 34 <menuitem id="addToHomescreenLabel" label="&aboutApps.addToHomescreen;"></menuitem>
michael@0 35 <menuitem id="uninstallLabel" label="&aboutApps.uninstall;"></menuitem>
michael@0 36 </menu>
michael@0 37 #endif
michael@0 38
michael@0 39 <div class="header">
michael@0 40 <div>&aboutApps.header;</div>
michael@0 41 <div id="header-button" role="button" aria-label="&aboutApps.browseMarketplace;" pref="app.marketplaceURL"/>
michael@0 42 </div>
michael@0 43
michael@0 44 <div id="main-container" class="hidden">
michael@0 45 <div>
michael@0 46 <div class="spacer" id="spacer1"> </div>
michael@0 47 <div id="appgrid"/>
michael@0 48 <div class="spacer" id="spacer1"> </div>
michael@0 49 </div>
michael@0 50 </div>
michael@0 51
michael@0 52 <div class="list-item" role="button" pref="app.marketplaceURL">
michael@0 53 <img class="icon" src="chrome://browser/skin/images/marketplace-logo.png" />
michael@0 54 <div class="inner">
michael@0 55 <div id="browse-title" class="title">&aboutApps.browseMarketplace;</div>
michael@0 56 </div>
michael@0 57 </div>
michael@0 58 #ifdef MOZ_ANDROID_SYNTHAPKS
michael@0 59 <div class="list-item" id="update-item" role="button">
michael@0 60 <img class="icon" src="chrome://browser/skin/images/update.png" />
michael@0 61 <div class="inner">
michael@0 62 <div id="browse-title" class="title">&aboutApps.checkForUpdates;</div>
michael@0 63 </div>
michael@0 64 </div>
michael@0 65 #endif
michael@0 66 </body>
michael@0 67 </html>

mercurial