-
Notifications
You must be signed in to change notification settings - Fork 54
/
tmn_menu.html
47 lines (44 loc) · 1.4 KB
/
tmn_menu.html
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
35
36
37
38
39
40
41
42
43
44
45
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet">
<script src="jquery.js"></script>
<script src="menu-script.js"></script>
<html>
<style>
body {
width:90px;
overflow-x:hidden;
}
</style>
<body>
<table>
<tr>
<td>
<hbox>
<img width='16' height='16' id="trackmenot-img-enabled" src="images/skin/on_icon.png" /><label id="trackmenot-enabled" class="menu-label" >
Enabled </label>
</hbox>
</td>
</tr>
<tr >
<td>
<hbox >
<label data-l10n-id="tmn.menu.options" id="trackmenot-menu-win" class="menu-label"> <img width='16' height='16' src="images/skin/option_icon.png" /> Options </label>
</hbox>
</td>
</tr>
<tr >
<td>
<hbox >
<label data-l10n-id="tmn.menu.help" id="trackmenot-menu-help" class="menu-label"> <img width='16' height='16' src="images/skin/help_icon.png" />
Help </label>
</hbox>
</td>
</tr>
<tr>
<td>
<label id="trackmenot-menu-useTab" >
</td>
</tr>
</table>
</body>
</html>