-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
25 lines (25 loc) · 851 Bytes
/
options.html
File metadata and controls
25 lines (25 loc) · 851 Bytes
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
<html lang="zh-tw">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<script type="text/javascript" src="jquery-2.0.2.min.js"></script>
<script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="options.js"></script>
</head>
<body>
<table width="100%"><tr><td style="vertical-align:top" width="75%">
自動消音關鍵字: <br/>
<span id="mute_keywords"></span><br/><br/>
<form id="add_form">
<input type="text" size="20" id="keyword">
<button type="submit">新增</button>
</form>
<span id="status"></span><br/><br/>
<span id="del_keyword"></span>
</td><td width="20px"> </td><td style="vertical-align:top">
<form id="import_form">
<textarea id="import" cols="30" rows="10"></textarea><br/>
<button type="submit">import</button>
</form>
</td></tr></table>
</body>
</html>