-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
36 lines (36 loc) · 1.22 KB
/
search.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
<!DOCTYPE html>
<html>
<head>
<title>Knowlbase Paper Review System<title>
<meta charset="utf 8"></meta>
</head>
<body>
link rel="stylesheet" type = "text/css" src = "...css"/>
<script src="...js"></script>
<div class="nav">
<h1>Alburyscholary research paper review<h1>
<a href="index.html">Hello</a>
<a href="about.html">About Albury Chen</a>
<a href="how.html">How to use this site</a>
<a href="search.html">Search</a>
<a href="types.html">Types of papers</a>
<a href="topics.html">Topics</a>
<a href="Richard Chens latest.html">Richard Chens latest reviews</a>
<a href="contact.html">Contact Us</a>
</div>
<hr>
<h2>Search<h2>
<br>
<div class="container">
<p>Please search for reviews by typing in the name, subject, or topic of the paper, or published position</p>
<br>
<br>
<form name ="findReviews" action="reviewsBeingSearched.html" method="POST" onClick ="returnSearch">
<input type="text">
<form action ="achen_ .asp">
<button type ="button" src="" value="Search">
</form>
<i>Hint: Try to use Boolean operators AND, OR, NOT , speech marks, inverted commas or quotation marks<i>
</div>
</body>
</html>