forked from violentmonkey/violentmonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
confirm.html
28 lines (28 loc) · 1.11 KB
/
confirm.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
<!doctype html>
<html class=fill>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" type="image/png" href="icons/icon_16.png" />
<script type="text/javascript" src="load.js"></script>
<title class=i18n>extName</title>
</head>
<body class="fill hide">
<table class=frame>
<tr>
<td><h2><span class=i18n>labelInstall</span> - <span class=i18n>extName</span></h2></td>
<td class=buttons>
<input type=checkbox id=cClose><label for=cClose class=i18n>optionClose</label>
<button class=i18n id=bInstall disabled=disabled>buttonConfirmInstallation</button>
<button class=i18n id=bClose>buttonClose</button>
</td>
</tr>
<tr><td colspan=2 id=msg> </td></tr>
<tr class=expand><td id=eCode colspan=2 class=expandr></td></tr>
<tr><td colspan=2 class=center><span class=i18n>anchorSupportPage</span> - <span class=i18n>anchorAuthor</span> - 2013</td></tr>
</table>
</body>
</html>
<script src=common.js></script>
<script src=editor.js></script>
<script src=confirm.js></script>