-
Notifications
You must be signed in to change notification settings - Fork 24
/
options.html
96 lines (74 loc) · 2.87 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<style>
body {
font-family: Microsoft YaHei;
font-size: 13px;
color: #000000;
min-width:200px;
overflow-x:hidden;
}
img {
margin:5px;
border:0px solid black;
vertical-align:middle;
width:82px;
height:22px;
}
</style>
<style type="text/css">
input.smallInput{border:1px solid black;FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; LINE-HEIGHT: normal}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=iso-8859-1">
<title>Youdao Dict For Chrome</title>
</head>
<body background="youdaoskin.jpg">
<table id="maintable" cellpadding="1" width=230px align = "center" style="word-break:keep-all;">
<tr><td>
<img src="logo.png"></img>
</td></tr>
<tr><td>
<input type="text" name="word" id="word" style="width:160px; " class=smallInput>
<INPUT TYPE="button" id="querybutton" value="查询">
</td></tr>
<tr><td>
<div id='result' style=' white-space:nowrap;' > </div>
</td></tr>
<tr><td>
<div id='opt_text'><strong>选项设置:</strong></div>
</td></tr>
<tr><td>
<div id='opt_text'><input type="checkbox" id="dict_disable"> 关闭划词翻译</div>
</td></tr>
<tr><td>
<div id='opt_text'><input type="checkbox" id="ctrl_only"> 指词即译模式(按下Ctrl键指词)</div>
</td></tr>
<tr><td>
<div id='opt_text'><input type="checkbox" id="english_only"> 仅对英文划译</div>
</td></tr>
<tr><td>
<div id='opt_text'><input type="checkbox" style="visibility:hidden;"> 发音方式:
<table style="margin-left:20px;"><tr><td><input type="radio" id="autoplay" name="audioplay">自动发音</td></tr>
<tr><td><input type="radio" id="playwhenhovering" name="audioplay" checked>悬浮发音</td></tr>
<tr><td><input type="radio" id="playwhenclicking" name="audioplay">点击发音</td></tr></table></div>
</td></tr>
<tr><td>
<div style="font-size:10px;float:right;"><a href = "#" id="feedback">意见反馈 </a> <a href = "#" id="about">关于</a></div>
</td></tr>
<!--todo start-->
<tr><td>
<div style="font-size:10px;float:right;"><input type="checkbox" id="autoaddword">自动加入生词本</div>
</td></tr>
<tr><td>
<div style="font-size:10px;float:right;"><a href = "#" id="btnlogin">登录</a> <a href = "#" id="btnlogout">注销</a> <a href = "#" id="btnwordlist">生词本</a></div>
</td></tr>
<!--todo end-->
</table>
</body>
<script type="text/javascript" src="options.js"> </script>
</html>