forked from digitaluzu/nimble-bookmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
50 lines (50 loc) · 1.96 KB
/
options.html
File metadata and controls
50 lines (50 loc) · 1.96 KB
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
<!DOCTYPE html>
<link rel="stylesheet" href="css/options.css">
<script src="options.js"></script>
<script src="neatools.js"></script>
<div>
<img src="images/icon38.png" width="32" height="32" style="vertical-align:top;">
<div style="display: inline;">
<h1 style="display: inline; line-height: 32px;"><span id="extName"></span> -</h1>
<h3 style="display: inline;"><span id="options"></span></h3>
<small>
(<span id="version"></span>)
</small>
</div>
</div>
<fieldset>
<legend id="generalSettings"></legend>
<table id="general-table">
<tr>
<td><input type="checkbox" id="click-new-tab" /></td>
<td><label for="click-new-tab" id="optionClickNewTab"></label></td>
</tr><tr>
<td><input type="checkbox" id="close-unused-folders" /></td>
<td><label for="close-unused-folders" id="optionCloseUnusedFolders"></label></td>
</tr><tr>
<td><input type="checkbox" id="confirm-open-folder" /></td>
<td><label for="confirm-open-folder" id="optionConfirmOpenFolder"></label></td>
</tr><tr>
<td><input type="checkbox" id="remember-prev-state" /></td>
<td><label for="remember-prev-state" id="optionRememberPrevState"></label></td>
</tr>
</table>
</fieldset>
<fieldset>
<legend id="resetSettings"></legend>
<table id="reset-table">
<tr>
<td><button type="button" id="reset-hotkey-button" name="reset"><span id="resetHotkey"></span></button></td>
<td><span id="resetTextHotkey"></span></td>
</tr><tr>
<td><button type="button" id="reset-all-button" name="reset"><span id="resetAll"></span></button></td>
<td><span id="resetTextAll"></span></td>
</tr>
</table>
</fieldset>
<div id="footer">
<span id="optionsFooterTextHomepage"></span>
<ul><li><span id="optionsFooterTextHomepageURL"></li></ul>
<span id="optionsFooterTextIssues"></span>
<ul><li><span id="optionsFooterTextIssuesURL"></li></ul>
</div>