-
Notifications
You must be signed in to change notification settings - Fork 23
/
about.xhtml
34 lines (34 loc) · 1.47 KB
/
about.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<!DOCTYPE html [
<!ENTITY % aboutDTD SYSTEM "chrome://about-addons-memory/locale/about.dtd">
%aboutDTD;
<!ENTITY % defaboutDTD SYSTEM "chrome://about-addons-memory/content/en-US/about.dtd">
%defaboutDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>about:addons-memory</title>
<meta content="width=800" name="viewport"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<script src="chrome://about-addons-memory/content/about.js" type="text/javascript;version=1.8"></script>
<link rel="stylesheet" type="text/css" href="chrome://about-addons-memory/content/about.css"/>
</head>
<body data-footnote-locations="&footnote.locations.label;" data-footnote-thisaddon="&footnote.thisaddon.label;" data-by="&by.label;">
<h1>about:addons-memory</h1>
<table>
<thead>
<tr>
<th id="addon">&addon.label;</th>
<th id="memory" title="&usage.tip;">&usage.label;</th>
<th title="&addons.tip;">&addons.label;</th>
<th title="&explicit.tip;">&explicit.label;</th>
<th id="bar"></th>
</tr>
</thead>
<tbody id="tbody"><td id="loading" class="loading" colspan="5"></td></tbody>
</table>
<p><button onclick="minimizeMemoryUsage(function() location.reload());">&minimize.label;</button></p>
<p class="remark"><strong>¬e.label;</strong> &remark.count.label;</p>
<p class="remark">&remark.conclusion.label;</p>
</body>
</html>