/[health_html]/inc/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

Contents of /inc/mnogo/search.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Tue Oct 16 13:07:03 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
File MIME type: text/html
Added a favicon for IE. Added a new Smarty modifier (js_popup). Fixed the news editor. Other bugfixes.

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 #DBAddr pgsql://ravilov@rem.pliva.hr/phsearch/
16 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 <input type="hidden" name="section" value="search">
47 Pronaði <INPUT TYPE="text" NAME="q" SIZE=20 VALUE="$Q" class="small">
48
49 kori¹tenjem
50 <SELECT NAME="m" class="small">
51 <OPTION VALUE="and" SELECTED="$m">svih
52 <OPTION VALUE="or" SELECTED="$m">samo nekih
53 </SELECT>
54
55 rijeèi i prika¾i
56
57 <SELECT NAME="o" class="small">
58 <OPTION VALUE="0" SELECTED="$o">naslove i sadr¾aj
59 <OPTION VALUE="1" SELECTED="$o">samo naslove
60 </SELECT>
61
62 tako da ih ima
63
64 <SELECT NAME="ps" class="small">
65 <OPTION VALUE="10" SELECTED="$ps">10
66 <OPTION VALUE="20" SELECTED="$ps">20
67 <OPTION VALUE="50" SELECTED="$ps">50
68 </SELECT>
69
70 na jednoj strani.
71
72 <INPUT TYPE="submit" VALUE="Poèni!" class="bsmall">
73
74
75 </td></tr>
76
77 <!-- end of stl options -->
78
79 </table>
80 </form>
81 </center>
82 <hr size="1" color="#808080" noshade>
83 <!--/top-->
84
85
86
87 <!--restop-->
88 <small>$W ($SearchTime)</small>
89 <br>
90 Prikazujem dokumente $f-$l od ukupno <B>$t</B> pronaðenih.
91 <hr size="1" color="#808080" noshade>
92 <!--/restop-->
93
94 <!--res-->
95 <DL><DT>
96 <b>$DN.</b> <a href="$DU" class="underlined"><b>$DT</b></a>
97 <br>
98 <small>
99 $DE... $DY
100 <i>$DS bajtova</i>
101 </small>
102 </DL>
103 <!--/res-->
104
105 <!--ftpres-->
106 <DL><DT>
107 <b>$DN.</b> <a href="$DU"><b>$DT</b></a> [<b>$DR</b>]<DD>
108 <UL>
109 <li><A HREF="$DU">$DU</A> ($DC) $DM, $DS bytes
110 $CL
111 </UL>
112 </DL>
113 <!--/ftpres-->
114
115 <!--resbot-->
116 <hr size="1" color="#808080" noshade>
117 <CENTER>
118 $V
119 </CENTER>
120 <!--/resbot-->
121
122
123
124
125
126 <!--restop-->
127 <small>$W ($SearchTime)</small>
128 <br>
129 Prikazujem dokumente $f-$l od ukupno <B>$t</B> pronaðenih.
130 <hr size="1" color="#808080" noshade>
131 <!--/restop-->
132 <!--res-->
133 <DL><DT>
134 <b>$DN.</b> <a href="$DU"><b>&nbsp; $DT</b></a> <DD>
135 </DL>
136 <!--/res-->
137 <!--resbot-->
138 <hr size="1" color="#808080" noshade>
139 <CENTER>
140 $V
141 </CENTER>
142 <!--/resbot-->
143
144 <!--clone-->
145 <br><A HREF="$DU">$DU</A> ($DC) $DM
146 <!--/clone-->
147
148 <!--navigator-->
149 <TABLE BORDER=0><TR>$NL $NB $NR </TR></TABLE>
150 <!--/navigator-->
151
152 <!--navleft-->
153 <TD><A HREF="$NH&section=search">
154 &lt;&lt prethodna
155 </A></TD>
156 <!--/navleft-->
157
158 <!--navleft_nop-->
159 <TD>
160 &lt;&lt prethodna
161 </TD>
162 <!--/navleft_nop-->
163
164 <!--navbar1-->
165 <TD><A HREF="$NH&section=search"><span class="font">$NP</span></A></TD>
166 <!--/navbar1-->
167
168 <!--navbar0-->
169 <TD><span class="orange">$NP</span></TD>
170 <!--/navbar0-->
171
172 <!--navright-->
173 <TD><A HREF="$NH&section=search">
174 slijedeæa &gt;&gt;
175 </TD>
176 <!--/navright-->
177
178 <!--navright_nop-->
179 <TD>
180 slijedeæa &gt;&gt;
181 </TD>
182 <!--/navright_nop-->
183
184
185 <!--notfound-->
186 <small>$W ($SearchTime)</small>
187 <hr size="1" color="#808080" noshade>
188 <br>
189 <CENTER>
190 Va¹ upit nije vratio niti jedan dokument.<p>
191 <i>Poku¹ajte napisati manje detaljan upit.</i>
192 </CENTER>
193 Mo¾ete poku¹ati tra¾iti po slijedeæim rijeèima: $SDX<br>
194 <!--/notfound-->
195
196 <!--error-->
197 <CENTER>
198 <FONT COLOR="#FF0000">Gre¹ka u izvr¹avanju!</FONT>
199 <P><B>$E</B>
200 </CENTER>
201 <!--/error-->
202
203 <!--noquery-->
204 <FONT COLOR=red>Trebate napisati barem jednu rijeè za pretra¾ivanje!</FONT>
205 <!--/noquery-->
206
207 <!--bottom-->
208 <!--/bottom-->

  ViewVC Help
Powered by ViewVC 1.1.26