Mercurial > bins
comparison templates.swigs/search.html @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" | |
2 "http://www.w3.org/TR/REC-html40/loose.dtd"> | |
3 <html> | |
4 <head> | |
5 <meta http-equiv="content-type" | |
6 content="text/html;charset=<TMPL_VAR NAME=ENCODING>"> | |
7 <meta name="GENERATOR" | |
8 content="BINS <TMPL_VAR NAME=BINS_VERSION> (http://bins.sautret.org/)"> | |
9 <title>Search page</title> | |
10 <link | |
11 rel="Start" | |
12 href="<TMPL_VAR NAME=STATIC_PATH>/.." | |
13 title="<TMPL_VAR NAME=STRING_HOME>"> | |
14 <script type="text/javascript" language="Javascript" | |
15 src="search_result.js"></script> | |
16 <script type="text/javascript" language="Javascript" src="search.js" | |
17 charset="latin1"></script> | |
18 </head> | |
19 | |
20 <!--$Id: search.html,v 1.1 2005/08/21 20:12:33 jerome Exp $--> | |
21 <!-- TMPL_VAR NAME=BINS_ID --> | |
22 | |
23 <body bgcolor="<!-- TMPL_VAR NAME=PAGE_BACKCOLOR -->" | |
24 onload="page_loaded()" | |
25 vlink="#000000" link="#002085" alink="0000FF"> | |
26 | |
27 <div id="loading" style="position:absolute;"> | |
28 <table><tr><td>Loading data, please wait...</td></tr></table> | |
29 </div> | |
30 <script type="text/javascript" language="Javascript" | |
31 src="search_data.js"></script> | |
32 | |
33 <table border="0" cellpadding="0" cellspacing="10" align="center" | |
34 width="600"> | |
35 | |
36 <tr> | |
37 <td> | |
38 <table cellpadding="6" cellspacing="0" width="100%" border="0" | |
39 bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->" > | |
40 <tr> | |
41 <td> | |
42 <table cellpadding="0" cellspacing="0" | |
43 border="0" width="100%"> | |
44 <tr> | |
45 <td valign="middle" align="left"> | |
46 <font size="4" | |
47 color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->"> | |
48 <!-- TMPL_VAR NAME=STRING_IMAGESEARCH --></font> | |
49 </td> | |
50 <td align="right"> | |
51 <a href="javascript:history.back()"> | |
52 <font color="<TMPL_VAR NAME=SUBBAR_LINKCOLOR>"> | |
53 <!-- TMPL_VAR NAME=STRING_BACK --></font></a> | |
54 </td> | |
55 </tr> | |
56 <tr> | |
57 <td colspan="2"> | |
58 <a href="tree.html"> | |
59 <font size="2" | |
60 color="<TMPL_VAR NAME=SUBBAR_LINKCOLOR>"> | |
61 <b> | |
62 <!-- TMPL_VAR NAME=STRING_TREE --></b></font></a> | |
63 <font size="2" | |
64 color="<!-- TMPL_VAR | |
65 NAME=MAINBAR_CURRENTPAGECOLOR -->"> | |
66 <b> :: </b> | |
67 </font> | |
68 </td> | |
69 </tr> | |
70 </table> | |
71 </td> | |
72 </tr> | |
73 </table> | |
74 </td> | |
75 </tr> | |
76 | |
77 <tr> | |
78 <td> | |
79 <table cellpadding="6" cellspacing="0" border="0" width="100%"> | |
80 <tr bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->"> | |
81 <td valign="middle" align="left" > | |
82 <font face = "Arial" size="4" | |
83 color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->"> | |
84 | |
85 <label><!-- TMPL_VAR NAME=STRING_SEARCHKEYWORDS --> | |
86 : | |
87 <input id="search_string" type="text" | |
88 onkeypress="process_key(event)"> | |
89 </label> | |
90 | |
91 <button type="button" | |
92 onclick="reload_page()"><!-- TMPL_VAR | |
93 NAME=STRING_SEARCH --></button> <br> | |
94 <label style="font-size:0.8em"><input | |
95 id="search_word" type="checkbox"> | |
96 <!-- TMPL_VAR NAME=STRING_SEARCHONLYWHOLEWORDS --> | |
97 </label> | |
98 </font> | |
99 </td> | |
100 </tr> | |
101 <tr><td> </td></tr> | |
102 <tr bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->"> | |
103 <td valign="middle" align="left" > | |
104 | |
105 <noscript><font face="Arial" color="<!-- | |
106 TMPL_VAR NAME=MAINBAR_TITLECOLOR -->"> | |
107 <!-- TMPL_VAR NAME=STRING_SEARCHJSERROR --> | |
108 </font></noscript> | |
109 | |
110 <font face="Arial" | |
111 color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->"> | |
112 <span id="status"> </span> | |
113 </font> | |
114 </td> | |
115 </tr> | |
116 </table> | |
117 </td> | |
118 </tr> | |
119 </table> | |
120 <div id="results" align="center"> | |
121 <!--results--> | |
122 </div> | |
123 <!-- TMPL_INCLUDE NAME="footer.html" --> | |
124 </body> | |
125 </html> |