forked from lo0kup/ContextSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
40 lines (40 loc) · 1.97 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
<!--///////////////////////////////////////////////////////////////////////
// //
// Context Search //
// Copyright (c) 2013 zhymax (zhymax at gmail d0t com) //
// Licensed under the GPL licenses. //
// //
////////////////////////////////////////////////////////////////////////-->
<html>
<head>
<title>Context Search Extension Options</title>
<meta charset="utf-8">
<link href="options.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="default">
<div align="middle"><h2>Context Search</h2></div>
<hr width="100%">
<h2>划词搜索</h2>
<blockquote><input type="checkbox" id="cs_ctrl">需要同时按下Ctrl键触发</input></blockquote>
<h2>菜单名称</h2>
<blockquote><input name="cs_name" id="cs_name"></input></blockquote>
<h2>菜单项</h2>
<blockquote>
通过表格添加和快速导入两种方法只能选其一。<br>如果遇到搜索引擎字符乱码,请选中"编码"选项。<br><br>
<input type="checkbox" id="cs_import">快速导入菜单数据</input><br>
<textarea name="cs_options" id="cs_options" cols=100 rows=12 style='display:none'></textarea><br>
<table id="cs_tb_data"></table><br>
<div align="middle"><button type="button" id="cs_item_new" class="btn">添加</button></div><br>
</blockquote>
<h2>关于</h2>
<blockquote>Author: zhymax<br>
E-mail: zhymax at gmail d0t com<br>
Code: <a href="https://github.com/lo0kup/ContextSearch">https://github.com/lo0kup/ContextSearch</a> </blockquote>
<hr width="100%">
<blockquote><div id="cs_status"></div>
<div align="left"><button id="save" class="btn">保存</button> <button id="restore" class="btn">恢复默认</button></div></blockquote><br><br>
<script src="options.js"></script>
</div>
</body>
</html>