mobile/android/chrome/content/aboutDownloads.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 PUBLIC "-//W3C//DTD XHTML 1.1//EN"
michael@0 4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
michael@0 5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
michael@0 6 %brandDTD;
michael@0 7 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" >
michael@0 8 %globalDTD;
michael@0 9 <!ENTITY % downloadsDTD SYSTEM "chrome://browser/locale/aboutDownloads.dtd" >
michael@0 10 %downloadsDTD;
michael@0 11 ]>
michael@0 12
michael@0 13 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 14 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
michael@0 15 - You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 16
michael@0 17 <html xmlns="http://www.w3.org/1999/xhtml"
michael@0 18 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
michael@0 19 <head>
michael@0 20 <title>&aboutDownloads.title;</title>
michael@0 21 <meta name="viewport" content="width=device-width; user-scalable=0" />
michael@0 22 <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" />
michael@0 23 <link rel="stylesheet" href="chrome://browser/skin/aboutBase.css" type="text/css"/>
michael@0 24 <link rel="stylesheet" href="chrome://browser/skin/aboutDownloads.css" type="text/css"/>
michael@0 25 </head>
michael@0 26
michael@0 27 <body dir="&locale.dir;">
michael@0 28 <menu type="context" id="downloadmenu">
michael@0 29 <menuitem id="contextmenu-open" label="&aboutDownloads.open;"></menuitem>
michael@0 30 <menuitem id="contextmenu-retry" label="&aboutDownloads.retry;"></menuitem>
michael@0 31 <menuitem id="contextmenu-remove" label="&aboutDownloads.remove;"></menuitem>
michael@0 32 <menuitem id="contextmenu-pause" label="&aboutDownloads.pause;"></menuitem>
michael@0 33 <menuitem id="contextmenu-resume" label="&aboutDownloads.resume;"></menuitem>
michael@0 34 <menuitem id="contextmenu-cancel" label="&aboutDownloads.cancel;"></menuitem>
michael@0 35 <menuitem id="contextmenu-removeall" label="&aboutDownloads.removeAll;"></menuitem>
michael@0 36 </menu>
michael@0 37
michael@0 38 <div class="header">
michael@0 39 <div>&aboutDownloads.header;</div>
michael@0 40 </div>
michael@0 41 <ul id="private-downloads-list" class="list"></ul>
michael@0 42 <ul id="normal-downloads-list" class="list"></ul>
michael@0 43 <span id="no-downloads-indicator">&aboutDownloads.empty;</span>
michael@0 44 <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutDownloads.js"/>
michael@0 45 </body>
michael@0 46 </html>

mercurial