mobile/android/chrome/content/aboutApps.xhtml

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

mercurial