forked from alexhua/Aria2-Explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
166 lines (146 loc) · 6.27 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8 />
<title>__MSG_configPageTitle__</title>
<meta name="viewport"
content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, width=device-width">
<link href="images/favicon.ico" rel="shortcut icon" type="image/ico" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="css/options.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar-inner">
<div class="container">
<div id="logo"><img src="images/logo64.png"> __MSG_configPageTitle__</div>
</div>
</nav>
<div class="container">
<div class="form-horizontal">
<fieldset>
<legend></legend>
<div class="control-group">
<label class="control-label text-info" for="contextMenus"><i class="icon-th-list"></i> __MSG_contextmenuStr__</label>
<div class="controls">
<label class="checkbox">
<input type="checkbox" id="contextMenus">
__MSG_contextmenuDes__
</label>
</div>
<div class="controls">
<label class="checkbox">
<input type="checkbox" id="askBeforeExport">
__MSG_askBeforeExportDes__
</label>
</div>
</div>
<div class="control-group">
<label class="control-label text-info" for="integration"><i class="icon-download-alt"></i> __MSG_downloadCaptureStr__</label>
<div class="controls">
<label class="checkbox">
<input type="checkbox" id="integration">
__MSG_downloadCaptureDes__
<input type="text" class="input-mini" placeholder="File Size" id="fileSize">
MB
</label>
<label class="checkbox">
<input type="checkbox" id="askBeforeDownload">
__MSG_askBeforeDownloadDes__
</label>
<label class="checkbox">
<input type="checkbox" id="allowExternalRequest">
__MSG_allowExternalRequestDes__
</label>
<label class="checkbox">
<input type="checkbox" id="monitorAria2">
__MSG_monitorAria2Str__
</label>
<label class="checkbox">
<input type="checkbox" id="allowNotification">
__MSG_allowNotificationDes__
</label>
<label class="checkbox">
<input type="checkbox" id="captureMagnet">
__MSG_captureMagnetDes__
</label>
</div>
</div>
<div class="control-group">
<label class="control-label text-info" for="webui-open-style"><i class="icon-th-large"></i> __MSG_WebUIOpenStyleStr__</label>
<div class="controls">
<label class="radio">
<input type="radio" id="openstyle1" name="webUIOpenStyle" value="popup"> __MSG_WebUIOpenStyle1__
</label>
<label class="radio">
<input type="radio" id="openstyle2" name="webUIOpenStyle" value="newtab" checked> __MSG_WebUIOpenStyle2__
</label>
<label class="radio">
<input type="radio" id="openstyle3" name="webUIOpenStyle" value="newwindow"> __MSG_WebUIOpenStyle3__
</label>
</div>
</div>
<div class="control-group">
<label class="control-label text-info"><i class="icon-file"></i> __MSG_fileExtStr__</label>
<div class="controls row-fluid">
<div class="span3">
<label for="white-ext">__MSG_whiteListStr__</label>
<textarea rows="8" id="white-ext" placeholder="__MSG_fileExtPlaceholderDes__"></textarea>
</div>
<div class="span3">
<label for="black-ext">__MSG_blackListStr__</label>
<textarea rows="8" id="black-ext" placeholder="__MSG_fileExtPlaceholderDes__"></textarea>
</div>
</div>
</div>
<div class="control-group">
<label class="control-label text-info"><i class="icon-globe"></i> __MSG_websiteStr__</label>
<div class="controls row-fluid">
<div class="controls span4">
<label for="white-site">__MSG_whiteListStr__</label>
<textarea rows="6" id="white-site" placeholder="__MSG_websitePlaceholderDes__"></textarea>
</div>
<div class="controls span4">
<label for="black-site">__MSG_blackListStr__</label>
<textarea rows="6" id="black-site" placeholder="__MSG_websitePlaceholderDes__"></textarea>
</div>
</div>
</div>
<div class="control-group">
<label class="control-label text-info" for="config-sync"><i class="icon-retweet"></i> __MSG_configCloudSync__</label>
<div class="controls">
<button class="btn" id="uploadConfig"><i class="icon-arrow-up"></i> __MSG_upload__</button>
<button class="btn" id="downloadConfig"><i class="icon-arrow-down"></i> __MSG_download__</button>
<em>(__MSG_configCloudSyncDes__)</em>
<div class="label" id="sync-result"></div>
</div>
</div>
</fieldset>
</div>
</div>
<footer class="footer">
<div class="row-fluid">
<span class="span2"></span>
<span class="span2" id="copyright">© Copyleft Alex Hua</span>
<span class="span4 text-center">
<button type="btn" class="btn btn-success " id="save"><i class="icon-ok-sign icon-white"></i>
__MSG_Save__</button>
<button type="btn" class="btn btn-warning offset2" id="reset"><i class="icon-remove-sign icon-white"></i>
__MSG_Reset__</button>
</span>
<span class="span2 text-right" id="acknowledgment">
<a href="acknowledgment.txt">Acknowledgment</a>
</span>
<span class="span2 text-center">
<a class="btn btn-primary" href="https://chrome.google.com/webstore/detail/mpkodccbngfoacfalldjimigbofkhgjn"
target="_blank">
<i class="icon-thumbs-up icon-white"></i> __MSG_reviewDes__
</a>
</span>
</div>
</footer>
<script src="js/jquery-3.5.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/options.js"></script>
</body>
</html>