|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
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 % aboutDTD SYSTEM "chrome://browser/locale/aboutAddons.dtd" > |
|
10 %aboutDTD; |
|
11 ]> |
|
12 |
|
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 |
|
15 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
16 |
|
17 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
18 <head> |
|
19 <title>&aboutAddons.title2;</title> |
|
20 <meta name="viewport" content="width=device-width; user-scalable=0" /> |
|
21 <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" /> |
|
22 <link rel="stylesheet" href="chrome://browser/skin/aboutBase.css" type="text/css"/> |
|
23 <link rel="stylesheet" href="chrome://browser/skin/aboutAddons.css" type="text/css"/> |
|
24 </head> |
|
25 |
|
26 <body dir="&locale.dir;"> |
|
27 <menu type="context" id="addonmenu"> |
|
28 <menuitem id="contextmenu-enable" label="&addonAction.enable;"></menuitem> |
|
29 <menuitem id="contextmenu-disable" label="&addonAction.disable;" ></menuitem> |
|
30 <menuitem id="contextmenu-uninstall" label="&addonAction.uninstall;" ></menuitem> |
|
31 </menu> |
|
32 |
|
33 <div id="addons-header" class="header"> |
|
34 <div>&aboutAddons.header2;</div> |
|
35 <div id="header-button" role="button" aria-label="&aboutAddons.browseAll;" pref="extensions.getAddons.browseAddons" /> |
|
36 </div> |
|
37 <div id="addons-list" class="list"> |
|
38 </div> |
|
39 |
|
40 <div id="addons-details" class="list"> |
|
41 <div class="addon-item list-item"> |
|
42 <img class="icon"/> |
|
43 <div class="inner"> |
|
44 <div class="details"> |
|
45 <div class="title"></div> |
|
46 <div class="version"></div> |
|
47 </div> |
|
48 <div class="description-full"></div> |
|
49 <div class="options-header">&aboutAddons.options;</div> |
|
50 <div class="options-box"></div> |
|
51 </div> |
|
52 <div class="status status-uninstalled show-on-uninstall"></div> |
|
53 <div class="buttons"> |
|
54 <button id="enable-btn" class="show-on-disable hide-on-enable hide-on-uninstall" >&addonAction.enable;</button> |
|
55 <button id="disable-btn" class="show-on-enable hide-on-disable hide-on-uninstall" >&addonAction.disable;</button> |
|
56 <button id="uninstall-btn" class="hide-on-uninstall" >&addonAction.uninstall;</button> |
|
57 <button id="cancel-btn" class="show-on-uninstall" >&addonAction.undo;</button> |
|
58 </div> |
|
59 </div> |
|
60 </div> |
|
61 |
|
62 <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutAddons.js"></script> |
|
63 </body> |
|
64 </html> |