/[pliva-si]/templates/swish.tpl
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 /templates/swish.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Mar 27 16:25:28 2002 UTC (22 years ago) by dpavlin
Branch: MAIN
mnogosearch -> swish

1 dpavlin 1.1 <center>
2    
3     <FORM METHOD=GET ACTION="{$php_self}">
4     <table width=100%>
5     <tr><td>
6    
7     I¹èi
8     <INPUT TYPE="text" NAME="q" SIZE=30 VALUE="{$q}">
9    
10     in prika¾i
11    
12     <select name="n">
13     {html_options values=$n_arr output=$n_arr selected=$n}
14     </select>
15    
16     na stran.
17    
18     <INPUT TYPE="submit" VALUE="Najdi">
19    
20    
21     </td></tr>
22    
23     </table>
24     </form>
25     </center>
26    
27     <hr width="100%" size="1" color="#808080" noshade>
28    
29     {if $q == ""}
30     <p align="center">
31     <FONT COLOR=red>Vpi¹ite vsaj eno besedo za iskanje.</FONT>
32     </center>
33     {/if}
34    
35     {if $t == 0}
36     <p align="center">
37     Oprostite, iskalni pojem '{$q_kw}' ne ustreza nobenemu zadetku.<br>
38     <I>Raz¹irite iskalni pojem.</I>
39     </p>
40     {else}
41    
42     Rezultati iskanja
43     '{$q_kw}' ({$search_time}, {$run_time} sec)
44     <br>
45     ©tevilo zadetkov {$f}-{$l} od vseh <B>{$t}</B> mo¾nih.
46     <hr width="100%" size="1" color="#808080" noshade>
47    
48     <dl>
49     {section name=res loop=$res}
50     <dt>
51     <b>{$res/res.NR}.</b> <a href="{$res/res.URL}"><b>{$res/res.TITLE}</b></a></dt>
52     <dd>{$res/res.DESC}...
53     <br><A HREF="{$res/res.URL}"><span class="silver">{$res/res.URL}</span></A>
54     <span class="silver"> <i>{$res/res.DOCSIZE} bytes</i> [<b>{$res/res.SCORE}</b>] </span>
55     </dd>
56     {/section}
57     </dl>
58    
59     <hr width="100%" size="1" color="#808080" noshade>
60    
61     <TABLE BORDER=0 align="center"><TR>
62    
63     <td>
64     {if $prev_page}
65     <A HREF="{$php_self}?{$prev_page.url}">
66     <img src="t/nazad.gif" width="24" height="14" alt="&lt;&lt;" border="0">
67     </A>
68     {else}
69     <img src="t/nikud.gif" width="24" height="14" alt="" border="0">
70     {/if}
71     </td>
72    
73     {section name=p loop=$pages}
74     <TD>
75     {if $p/pages.current}
76     <span class="green">{$p/pages.page}</span>
77     {else}
78     <A HREF="{$php_self}?{$p/pages.url}"><span class="font">{$p/pages.page}</span></A>
79     {/if}
80     </TD>
81     {/section}
82    
83     <td>
84     {if $next_page}
85     <A HREF="{$php_self}?{$next_page.url}">
86     <img src="t/napred.gif" width="24" height="14" alt="&gt;&gt;" border="0">
87     </A>
88     {else}
89     <img src="t/nikud.gif" width="24" height="14" alt="" border="0">
90     {/if}
91     </td>
92    
93     </TR></TABLE>
94    
95     {/if}
96    

  ViewVC Help
Powered by ViewVC 1.1.26