root/swish_website/hypermail/message_head.html

Revision 1926, 2.9 kB (checked in by karpet, 1 year ago)

fix link to search script

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
5   <head>
6     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7     <link rel="stylesheet" type="text/css" href="/swish.css" media="screen" />
8
9     <title>Swish-e :: %s</title>
10   </head>
11 <body>
12     <!-- noindex -->
13
14     <!-- For non-visual user agents: -->
15       <div id="top"><a href="#main-copy" class="doNotDisplay doNotPrint">Skip to main content.</a></div>
16
17     <!-- ##### Header ##### -->
18
19     <div id="header">
20       <div class="superHeader">
21         <span>Related Sites:</span>
22
23             <a href="http://swishewiki.org/" title="swishe wiki">swish-e wiki</a> |
24             <a href="http://www.xmlsoft.org/" title="libxml2 home page">libxml2</a> |
25             <a href="http://www.zlib.net/" title="zlib home page">zlib</a> |
26             <a href="http://www.foolabs.com/xpdf/" title="xpdf home page">xpdf</a> |
27             <a href="http://dev.swish-e.org/browser" title="browse source code">Subversion</a>
28       </div>
29
30       <div class="midHeader">
31         <h1 class="headerTitle" lang="la">Swish-e</h1>
32         <div class="headerSubTitle">Simple Web Indexing System for Humans - Enhanced</div>
33
34         <br class="doNotDisplay doNotPrint" />
35
36         <div class="headerLinks">
37           <span class="doNotDisplay">Tools:</span>
38
39               <!-- don't know what platform, so link to download page -->
40
41               <a href="/download/index.html">download latest version</a>
42
43         </div>
44       </div>
45     </div>
46     <!-- index -->
47
48   <!-- noindex -->
49   <div class="subHeader">
50
51    <form method="get"
52         action="/search/index.html"
53         enctype="application/x-www-form-urlencoded"
54         class="srchform">
55
56          <table width='100%'>
57           <tr>
58            <td align='left'>
59             <a href="/index.html">home</a> |
60             <a href="/support.html">support</a> |
61             <a href="/download/index.html">download</a>
62
63            </td>
64
65            <td align='right'>
66
67
68      <label for="searchfield">Search for</label>
69      <input maxlength="200" value="" id="searchfield" size="30" name="query" type="text" alt="Search input field"/>
70      <input value="search" name="submit" type="submit" class='button' />
71
72                 </td>
73
74            </tr>
75           </table>
76
77    </form>
78
79   </div>
80   <!-- index -->
81 <div id="archive" class="clearfix">
82
83     <p>
84     <a href="/archive/" title="Archive Table of Contents">Back to List Archive</a>
85     </p>
86
87     <div class="archiveform">
88       <form action="/search/index.html" method="get" enctype="application/x-www-form-urlencoded">
89         <p>
90             <input type="hidden" name="section" value="archive" />
91             <input type="text" name="query" size="20" />
92             <input type="submit" value="Search Archive" />
93         </p>
94       </form>
95     </div>
96 <!-- /message_head.tmpl -->
97
98
Note: See TracBrowser for help on using the browser.