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.

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

mercurial