forked from violentmonkey/violentmonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
134 lines (134 loc) · 5.2 KB
/
options.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html class=fill>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="shortcut icon" type="image/png" href="images/icon16.png" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="lib/zip.js/zip.js"></script>
<script type="text/javascript" src="load.js"></script>
<title class=i18n>extName</title>
</head>
<body class=fill>
<table id=main class="frame hide">
<tr><td><h1 class=center><span class=i18n>labelOptions</span> - <span class=i18n>extName</span></h1></td></tr>
<tr>
<td>
<div class=left>
<button id=bNew class=i18n>buttonNew</button>
<span class=i18n>anchorGetMoreScripts</span>
</div>
<div class=right>
<a id=bUpdate class=i18n href=#>anchorUpdateAll</a>
<button id=bAdvanced class=i18n>buttonAdvanced</button>
</div>
<div class=x></div>
</td>
</tr>
<tr class=expand>
<td class=expandr>
<div class=expanda>
<fieldset>
<legend>
<span class=i18n>labelInstalledScripts</span>
<label><input type=checkbox id=cDetail><span class=i18n>labelShowDetails</span></label>
</legend>
<div id=sList><span class="hint i18n">msgLoading</span></div>
</fieldset>
</div>
</td>
</tr>
<tr><td class=center><span class=i18n>anchorSupportPage</span> - <span class=i18n>anchorAuthor</span> - 2013</td></tr>
</table>
<div id=overlay class=hide></div>
<table id=editor class="frame hide">
<tr>
<td><h2 class=i18n>labelScriptEditor</h2></td>
<td class=buttons><button id=bcustom class=i18n>buttonCustomMeta</button></td>
</tr>
<tr class=expand><td id=eCode colspan=2 class=expandr></td></tr>
<tr>
<td colspan=2>
<label><input type=checkbox id=eUpdate><span class=i18n>labelAllowUpdate</span></label>
<div class=right>
<button id=eSave class=i18n>buttonSave</button>
<button id=eSaveClose class=i18n>buttonSaveClose</button>
<button id=eClose class=i18n>buttonClose</button>
</div>
</td>
</tr>
</table>
<div id=meta class="float hide">
<table>
<tr>
<td title="@name" class=i18n>labelName</td><td class=expand><input type=text id=mName></td>
<td title="@run-at" class=i18n>labelRunAt</td><td>
<select id=mRunAt>
<option class=i18n value=default>labelRunAtDefault</option>
<option value=start>document-start</option>
<option value=idle>document-idle</option>
<option value=end>document-end</option>
</select>
</td>
</tr>
<tr title="@homepage"><td class=i18n>labelHomepage</td><td colspan=3 class=expand><input type=text id=mHomepage></td></tr>
</table>
<table>
<tr title="@updateURL"><td class=i18n>labelUpdateURL</td><td class=expand><input type=text id=mUpdateURL></td></tr>
<tr title="@downloadURL"><td class=i18n>labelDownloadURL</td><td class=expand><input type=text id=mDownloadURL></td></tr>
</table>
<fieldset title="@include">
<legend class=i18n>labelInclude</legend>
<label><input type=checkbox id=cInclude><span class=i18n>labelKeepInclude</span></label>
<span class=i18n>labelCustomInclude</span>
<textarea id=mInclude></textarea>
</fieldset>
<fieldset title="@match">
<legend class=i18n>labelMatch</legend>
<label><input type=checkbox id=cMatch><span class=i18n>labelKeepMatch</span></label>
<span class=i18n>labelCustomMatch</span>
<textarea id=mMatch></textarea>
</fieldset>
<fieldset title="@exclude">
<legend class=i18n>labelExclude</legend>
<label><input type=checkbox id=cExclude><span class=i18n>labelKeepExclude</span></label>
<span class=i18n>labelCustomExclude</span>
<textarea id=mExclude></textarea>
</fieldset>
<div class=right><button id=mOK class=i18n>buttonOK</button> <button id=mCancel class=i18n>buttonCancel</button></div>
</div>
<div id=export class="float hide">
<h2 class=i18n>labelExport</h2>
<span class=i18n>labelInstalledScripts</span>
<div id=xOptions class=right>
<a class=i18n>anchorExportOptions</a>
<div>
<label><input type=checkbox id=cWithData><span class=i18n>labelExportScriptData</span></label>
</div>
</div>
<div id=xList class=list></div>
<div class=left><button id=bSelect class=i18n>buttonAllNone</button></div>
<div class=right>
<button id=bExport></button>
<button id=bClose class=i18n>buttonClose</button>
</div>
</div>
<div id=advanced class="float hide">
<h2 class=i18n>labelAdvanced</h2>
<label><input type=checkbox id=cUpdate><span class=i18n>labelAutoUpdate</span></label>
<div>
<span class=i18n>labelSearchLink</span> <button id=bDefSearch class=i18n>buttonDefault</button><br>
<textarea id=tSearch></textarea><br>
</div>
<fieldset>
<legend class=i18n>labelData</legend>
<button id=aExport class=i18n>buttonExportData</button>
<button id=aImport class=i18n>buttonImportData</button><input type=file class=hide id=iImport>
<button id=aVacuum class=i18n>buttonVacuumData</button>
</fieldset>
<div class=right><button id=aClose class=i18n>buttonClose</button></div>
</div>
</body>
</html>
<script src="common.js"></script>
<script src="editor.js"></script>
<script src="options.js"></script>