/[corp_html]/mnogo/search.htm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /mnogo/search.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations)
Fri Sep 21 09:44:56 2001 UTC (22 years, 7 months ago) by dpavlin
Branch: MAIN
Changes since 1.6: +1 -1 lines
File MIME type: text/html
changes made by back-end

1 dpavlin 1.1 <!--
2    
3     This is default template file for mnoGoSearch-php 3.1
4     (C) 1999, mnoGoSearch developers team <devel@search.udm.net>
5    
6     Please rename to search.htm and edit as desired.
7     See doc/README.templates for detailed information.
8     You may want to keep the original file for future reference.
9    
10     WARNING: Please keep the file chmod 600 to protect your passwords!
11    
12     -->
13    
14     <!--variables
15 dpavlin 1.7 DBAddr pgsql://dpavlin@localhost/corpsearch/
16 dpavlin 1.1 DBMode crc
17     #IspellMode text
18     #Affix en /usr/local/udmsearch/ispell/en.aff
19     #Spell en /usr/local/udmsearch/ispell/en.dict
20     #Affix ru /usr/local/udmsearch/ispell/ru.aff
21     #Spell ru /usr/local/udmsearch/ispell/ru.dict
22    
23     # Uncomment this line to enable query tracking facility
24     #TrackQuery no
25    
26     # Uncomment this line if you do not want to detect and show clones
27     #Clones no
28    
29     # Hilight found word syntax.
30     # HLBeg is prepended before the word. Default is <b>
31     # HLEnd is appended after the word. Default is </b>
32     #HLBeg <font color="#905050">
33     #HLEnd </font>
34    
35     -->
36    
37     <!--top-->
38    
39     <center>
40    
41     <FORM METHOD=GET ACTION="$A">
42     <table order=1 width=100%>
43     <tr><td>
44     <BR>
45     <INPUT TYPE="hidden" NAME="ps" VALUE="10">
46 dpavlin 1.2 Search for <INPUT TYPE="text" NAME="q" SIZE=30 VALUE="$Q">
47 dpavlin 1.1
48 dpavlin 1.2 using
49     <SELECT NAME="m">
50     <OPTION VALUE="and" SELECTED="$m">all
51     <OPTION VALUE="or" SELECTED="$m">any
52 dpavlin 1.1 </SELECT>
53    
54 dpavlin 1.5 words and show
55 dpavlin 1.2
56 dpavlin 1.1 <SELECT NAME="o">
57 dpavlin 1.2 <OPTION VALUE="0" SELECTED="$o">all
58     <OPTION VALUE="1" SELECTED="$o">short
59 dpavlin 1.1 </SELECT>
60    
61 dpavlin 1.2 info with
62 dpavlin 1.1
63 dpavlin 1.2 <SELECT NAME="ps">
64     <OPTION VALUE="10" SELECTED="$ps">10
65     <OPTION VALUE="20" SELECTED="$ps">20
66     <OPTION VALUE="50" SELECTED="$ps">50
67 dpavlin 1.1 </SELECT>
68    
69 dpavlin 1.2 results per page.
70 dpavlin 1.1
71 dpavlin 1.2 <INPUT TYPE="submit" VALUE="Go!">
72 dpavlin 1.1
73    
74     </td></tr>
75    
76     <!-- end of stl options -->
77    
78     </table>
79     </form>
80     </center>
81 dpavlin 1.2 <hr width="100%" size="1" color="#808080" noshade>
82 dpavlin 1.1 <!--/top-->
83    
84    
85    
86     <!--restop-->
87     Search results:
88 dpavlin 1.2 <small>$W</small> ($SearchTime)
89     <br>
90 dpavlin 1.1 Displaying documents $f-$l of total <B>$t</B> found.
91 dpavlin 1.2 <hr width="100%" size="1" color="#808080" noshade>
92 dpavlin 1.1 <!--/restop-->
93     <!--res-->
94     <DL><DT>
95 dpavlin 1.3 <b>$DN.</b> <a href="$DU" TARGET="search_hit"><b>$DT</b></a>
96 dpavlin 1.2 <br>
97     $DE... $DY
98 dpavlin 1.3 <br><A HREF="$DU" TARGET="search_hit"><span class="silver">$DU</span></A>
99 dpavlin 1.2 <span class="silver">($DC) $DM, $DS bytes
100     $CL [<b>$DR</b>]
101     </span>
102 dpavlin 1.1 </DL>
103     <!--/res-->
104    
105     <!--ftpres-->
106     <DL><DT>
107 dpavlin 1.3 <b>$DN.</b> <a href="$DU" TARGET="search_hit"><b>$DT</b></a> [<b>$DR</b>]<DD>
108 dpavlin 1.1 <UL>
109 dpavlin 1.3 <li><A HREF="$DU" TARGET="search_hit">$DU</A> ($DC) $DM, $DS bytes
110 dpavlin 1.1 $CL
111     </UL>
112     </DL>
113     <!--/ftpres-->
114    
115     <!--resbot-->
116 dpavlin 1.2 <hr width="100%" size="1" color="#808080" noshade>
117 dpavlin 1.1 <CENTER>
118     $V
119     </CENTER>
120     <!--/resbot-->
121    
122    
123    
124    
125    
126     <!--restop-->
127     Search results:
128 dpavlin 1.2 <small>$W</small> ($SearchTime)
129     <br>
130 dpavlin 1.1 Displaying documents $f-$l of total <B>$t</B> found.
131 dpavlin 1.2 <hr width="100%" size="1" color="#808080" noshade>
132 dpavlin 1.1 <!--/restop-->
133     <!--res-->
134     <DL><DT>
135 dpavlin 1.3 <b>$DN.</b> <a href="$DU" TARGET="search_hit"><b>&nbsp; $DT</b></a> <span class="silver">[$DR]</span><DD>
136 dpavlin 1.1 </DL>
137     <!--/res-->
138     <!--resbot-->
139 dpavlin 1.2 <hr width="100%" size="1" color="#808080" noshade>
140 dpavlin 1.1 <CENTER>
141     $V
142     </CENTER>
143     <!--/resbot-->
144    
145     <!--clone-->
146 dpavlin 1.3 <br><A HREF="$DU" TARGET="search_hit">$DU</A> ($DC) $DM
147 dpavlin 1.1 <!--/clone-->
148    
149     <!--navigator-->
150     <TABLE BORDER=0><TR>$NL $NB $NR</TR></TABLE>
151     <!--/navigator-->
152    
153     <!--navleft-->
154 dpavlin 1.6 <TD><A HREF="$NH">
155     <img src="t/nazad.gif" width="38" height="14" alt="" border="0">
156     </A></TD>
157 dpavlin 1.1 <!--/navleft-->
158    
159     <!--navleft_nop-->
160 dpavlin 1.6 <TD>
161     <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
162     </TD>
163 dpavlin 1.1 <!--/navleft_nop-->
164    
165     <!--navbar1-->
166 dpavlin 1.6 <TD><A HREF="$NH"><span class="font">$NP</span></A></TD>
167 dpavlin 1.1 <!--/navbar1-->
168    
169     <!--navbar0-->
170 dpavlin 1.6 <TD><span class="orange">$NP</span></TD>
171 dpavlin 1.1 <!--/navbar0-->
172    
173     <!--navright-->
174 dpavlin 1.6 <TD><A HREF="$NH">
175     <img src="t/napred.gif" width="38" height="14" alt="" border="0">
176     </TD>
177 dpavlin 1.1 <!--/navright-->
178    
179     <!--navright_nop-->
180 dpavlin 1.6 <TD>
181     <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
182     </TD>
183 dpavlin 1.1 <!--/navright_nop-->
184    
185    
186     <!--notfound-->
187     Search results:
188 dpavlin 1.2 <small>$W</small> ($SearchTime)
189     <hr width="100%" size="1" color="#808080" noshade>
190     <br>
191 dpavlin 1.1 <CENTER>
192     Sorry, but search returned no results.<P>
193     <I>Try to produce less restrictive search query.</I>
194     </CENTER>
195     You can try to search this words: $SDX<br>
196     <!--/notfound-->
197    
198     <!--error-->
199     <CENTER>
200     <FONT COLOR="#FF0000">An error occured!</FONT>
201     <P><B>$E</B>
202     </CENTER>
203     <!--/error-->
204    
205     <!--noquery-->
206     <FONT COLOR=red>You should give at least one word to search for.</FONT>
207     <!--/noquery-->
208    
209     <!--bottom-->
210     <!--/bottom-->

  ViewVC Help
Powered by ViewVC 1.1.26