1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/chrome/content/aboutApps.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,67 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<!DOCTYPE html [ 1.7 + <!ENTITY % htmlDTD 1.8 + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.9 + "DTD/xhtml1-strict.dtd"> 1.10 + %htmlDTD; 1.11 + <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> 1.12 + %globalDTD; 1.13 + <!ENTITY % aboutAppsDTD SYSTEM "chrome://browser/locale/aboutApps.dtd"> 1.14 + %aboutAppsDTD; 1.15 + <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" > 1.16 + %browserDTD; 1.17 +]> 1.18 + 1.19 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.20 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.21 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.22 + 1.23 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.24 + <head> 1.25 + <title>&aboutApps.title2;</title> 1.26 + <meta name="viewport" content="width=device-width; user-scalable=0" /> 1.27 + <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" /> 1.28 + <link rel="stylesheet" type="text/css" href="chrome://browser/skin/aboutBase.css" media="all" /> 1.29 + <link rel="stylesheet" type="text/css" href="chrome://browser/skin/aboutApps.css" media="all" /> 1.30 + <script type="text/javascript;version=1.8" src="chrome://browser/content/aboutApps.js"></script> 1.31 + </head> 1.32 + 1.33 + <body dir="&locale.dir;"> 1.34 + 1.35 +#ifndef MOZ_ANDROID_SYNTHAPKS 1.36 + <menu type="context" id="appmenu"> 1.37 + <menuitem id="addToHomescreenLabel" label="&aboutApps.addToHomescreen;"></menuitem> 1.38 + <menuitem id="uninstallLabel" label="&aboutApps.uninstall;"></menuitem> 1.39 + </menu> 1.40 +#endif 1.41 + 1.42 + <div class="header"> 1.43 + <div>&aboutApps.header;</div> 1.44 + <div id="header-button" role="button" aria-label="&aboutApps.browseMarketplace;" pref="app.marketplaceURL"/> 1.45 + </div> 1.46 + 1.47 + <div id="main-container" class="hidden"> 1.48 + <div> 1.49 + <div class="spacer" id="spacer1"> </div> 1.50 + <div id="appgrid"/> 1.51 + <div class="spacer" id="spacer1"> </div> 1.52 + </div> 1.53 + </div> 1.54 + 1.55 + <div class="list-item" role="button" pref="app.marketplaceURL"> 1.56 + <img class="icon" src="chrome://browser/skin/images/marketplace-logo.png" /> 1.57 + <div class="inner"> 1.58 + <div id="browse-title" class="title">&aboutApps.browseMarketplace;</div> 1.59 + </div> 1.60 + </div> 1.61 +#ifdef MOZ_ANDROID_SYNTHAPKS 1.62 + <div class="list-item" id="update-item" role="button"> 1.63 + <img class="icon" src="chrome://browser/skin/images/update.png" /> 1.64 + <div class="inner"> 1.65 + <div id="browse-title" class="title">&aboutApps.checkForUpdates;</div> 1.66 + </div> 1.67 + </div> 1.68 +#endif 1.69 + </body> 1.70 +</html>