-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdict.html
More file actions
71 lines (50 loc) · 4.27 KB
/
Copy pathdict.html
File metadata and controls
71 lines (50 loc) · 4.27 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<title>Dictionary</title>
<!-- Bootstrap core CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- By using this code you agree to our terms and conditions at http://www.oxfordlearnersdictionaries.com/about/search_widget_info_english.html --><!-- <style> #dictionarySelector320:hover{background:url(http://www.oxfordlearnersdictionaries.com/external/images/widget_old/lang-hover.png?version=1.5.1) no-repeat;} #search-btn320:hover{background:url(http://www.oxfordlearnersdictionaries.com/external/images/widget_old/search-hover.png?version=1.5.1)!important;} #search-btn320:active{background:url(http://www.oxfordlearnersdictionaries.com/external/images/widget_old/search-active.png?version=1.5.1)!important;} </style>
<h2 class="form-signin-heading">Search a word</h2>
<label for="q" class="sr-only">Word</label>
<div style="border-color: #000; border-width:1; background:url('http://www.oxfordlearnersdictionaries.com/external/images/widget_old/widget320.png?version=1.5.1') no-repeat"> <form action="http://www.oxfordlearnersdictionaries.com/search/english/direct/" method="get" name="oldform" id="oldform" style="display:inline-block;margin:40px 0 0 10px;"> <div id="dictionarySelector320" style="width:23px;height:24px;float:left;padding:0; overflow-x:hidden;margin-top:2px;"> <select id="dictionary-selector" style="text-indent:-9999px; border:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;padding-left:35px\0/" onchange="this.form.action = this.value"> <option value="http://www.oxfordlearnersdictionaries.com/search/english/direct/" style="text-indent:0px">English</option> <option value="http://www.oxfordlearnersdictionaries.com/search/american_english/direct/" style="text-indent:0px">American English</option> </select> </div> <div style="width:253px;height:25px;float:left; margin-left:0;"> <input type="text" name="q" id="searchfield" size="21" maxlength="100" style="width:246px; height:18px;border:0;padding-left:5px;margin-top:3px;border-radius:20px;"> </div> <div style="width:25px;height:25px;float:left;margin-left:1px" > <input type="submit" id="search-btn320" style="background:none; border:none;width:25px;height:24px; margin-top:2px;margin-left:-2px;" value > </div> </form> </div> -->
<body>
<div class="container">
<div class="col-md-6">
<form id="form1" action="http://www.oxfordlearnersdictionaries.com/search/english/direct/">
<h2 class="form-signin-heading">Oxford learner's dictionaries</h2>
<label for="q" class="sr-only">Word</label>
<input class="form-control" name="q" required autofocus>
<br/><br/>
<button class="btn btn-lg btn-primary btn-block" type="submit">Search</button>
</form>
</div>
<div class="col-md-6">
<form id="form2" action="" onsubmit="javascript:document.getElementById('form2').action='http://dict.cn/' + document.forms[1].q.value">
<h2 class="form-signin-heading">Dict.cn</h2>
<label for="q" class="sr-only">Word</label>
<input class="form-control" name="q" required autofocus>
<br/><br/>
<button class="btn btn-lg btn-primary btn-block" type="submit">Search</button>
</form>
</div>
</div> <!-- /container -->
</body>
</html>