mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
67 lines
2.4 KiB
HTML
67 lines
2.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE html [
|
|
<!ENTITY % htmlDTD
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"DTD/xhtml1-strict.dtd">
|
|
%htmlDTD;
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
|
%globalDTD;
|
|
<!ENTITY % aboutAppsDTD SYSTEM "chrome://browser/locale/aboutApps.dtd">
|
|
%aboutAppsDTD;
|
|
<!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >
|
|
%browserDTD;
|
|
]>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&aboutApps.title2;</title>
|
|
<meta name="viewport" content="width=device-width; user-scalable=0" />
|
|
<link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" />
|
|
<link rel="stylesheet" type="text/css" href="chrome://browser/skin/aboutBase.css" media="all" />
|
|
<link rel="stylesheet" type="text/css" href="chrome://browser/skin/aboutApps.css" media="all" />
|
|
<script type="text/javascript;version=1.8" src="chrome://browser/content/aboutApps.js"></script>
|
|
</head>
|
|
|
|
<body dir="&locale.dir;">
|
|
|
|
#ifndef MOZ_ANDROID_SYNTHAPKS
|
|
<menu type="context" id="appmenu">
|
|
<menuitem id="addToHomescreenLabel" label="&aboutApps.addToHomescreen;"></menuitem>
|
|
<menuitem id="uninstallLabel" label="&aboutApps.uninstall;"></menuitem>
|
|
</menu>
|
|
#endif
|
|
|
|
<div class="header">
|
|
<div>&aboutApps.header;</div>
|
|
<div id="header-button" role="button" aria-label="&aboutApps.browseMarketplace;" pref="app.marketplaceURL"/>
|
|
</div>
|
|
|
|
<div id="main-container" class="hidden">
|
|
<div>
|
|
<div class="spacer" id="spacer1"> </div>
|
|
<div id="appgrid"/>
|
|
<div class="spacer" id="spacer1"> </div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="list-item" role="button" pref="app.marketplaceURL">
|
|
<img class="icon" src="chrome://browser/skin/images/marketplace-logo.png" />
|
|
<div class="inner">
|
|
<div id="browse-title" class="title">&aboutApps.browseMarketplace;</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="list-item" id="update-item" role="button">
|
|
<img class="icon" src="chrome://browser/skin/images/update.png" />
|
|
<div class="inner">
|
|
<div id="browse-title" class="title">&aboutApps.checkForUpdates;</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|