ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/header.html
Revision: 1
Committed: 2002-12-04T20:22:59-08:00 (22 years, 6 months ago) by douglas
Content type: text/html
File size: 2207 byte(s)
Log Message:
Initial revision

File Contents

# Content
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
2 "http://www.w3.org/TR/REC-html40/strict.dtd">
3 <!-- search.cgi -->
4 <html>
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <title>Douglas Thrift's Search Engine | Search<?ifquery?>:
8 <?query?><?endif?>
9 </title>
10 <style type="text/css">
11 <!--
12 .floatleft { float: left; clear: left }
13 .floatright { float: right; clear: right }
14 .clearall { clear: both }
15 .center { text-align: center }
16
17 H1 { font: bold x-large Tahoma, sans-serif }
18 P { font: normal small Tahoma, sans-serif }
19 LI { font: normal small Tahoma, sans-serif }
20 IMG { vertical-align: middle; border-style: none }
21
22 SPAN.namegreen { color: green; background: white }
23 SPAN.namenavy { color: navy; background: white }
24 -->
25 </style>
26 </head>
27 <body>
28 <h1 id="title" class="center">Search<?ifquery?>: <?query?><?endif?>
29 </h1>
30
31 <hr>
32
33 <form action="search.cgi" method="get">
34 <p class="center">Search for
35 <input type="text" name="q" size="25" value="<?query?>">
36 <input type="submit" value="Search">
37 <span class="namenavy"><?ifor?><br>The word
38 <strong>"or"</strong> was ignored in your query -- for
39 search results including one term or another, use
40 capitalized "OR" between words.
41 <?endif?><?ifand?><br>The <strong>"AND"</strong> operator
42 is unnecessary -- we include all search terms by default.
43 <?endif?><?ifignore?><br>
44 <strong>&quot;<?ignore?>&quot;</strong> (and any subsequent
45 words or phrases) was ignored because we limit queries to
46 10 words or phrases.
47 <?endif?><?ifcommon?><br>
48 <strong>&quot;<?common?>&quot;</strong> is a very common
49 word and was not included in your search.
50 <?endif?><?ifmanycommon?><br>
51 The following words are very common and were not included
52 in your search: <strong><?manycommon?></strong>.
53 <?endif?>
54 </span>
55 </p>
56 </form>
57
58 <?ifresults?>
59 <p class="floatleft">Searched for <strong><?query?></strong>.</p>
60 <p class="floatright">Results <strong><?range?></strong> of <strong>
61 <?total?></strong>. Search took <strong><?time?></strong> seconds.
62 </p>
63 <?endif?>
64
65 <div class="clearall">