Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 25.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="modules/header.tpl"}
10 </form>
11 <br><br><br>
12 <center>
13 Priklady:<br>
14 1) pri zadani slova "psisko" zobrazi nody ktore obsahuju slovo "psisko"<br>
15 2) pri zadani "psisko or tinda" zobrazi nody ktore obsahuju slovo "psisko" alebo slovo "tinda"<br>
16 3) pri zadani "psisko not jess" zobrazi nody ktore obsahuju slovo "psisko" ale neobsahuju slovo "jess"<br>
17 4) pri zadani "psisk*" zobrazi nody ktore obsahuju sklonovane modifikacie slovneho kmena "psisk" teda napr. "psiskovi, psisku, psiskam, psiska"<br>
18 <br><br>
19 <b>ak viete PRESNY nazov nody o ktoru mate zaujem, napr. "obrazky ludi z kyberie", nemusite pouzivat vyhladavanie ale staci tento nazov zadat do adresy teda <a href='http://kyberia.sk/obrazky ludi z kyberie'>http://kyberia.sk/obrazky ludi z kyberie</a></b>
20
21
22 <form method='post'>
23 <input tabindex=1 type='text' value='{$smarty.post.query}' name='query'>
24 <input type='submit' name='template_event' tabindex=2 value='search'><br><br>
25 </form>
26 <br><br>
27 {if $smarty.post.query}{get_search query=$smarty.post.query listing_amount=$listing_amount offset=$offset}
28 {foreach from=$get_search_short item=found}
29 <a href='/id/{$found.node_id}'>{$found.node_name}</a><br>
30 {/foreach}<br><br>
31 {foreach from=$get_search item=child}
32
33 <table class='bordered' cellspacing='0' cellpadding='0'>
34 <tr>
35 <td align='center' valign='top' rowspan='2'>
36 <img vspace='5' hspace='5' width='50' src='{get_image_link id=$child.node_creator}'>
37 {if $child.k eq true}<span class='most_important'>{$child.k} k</span>{/if}
38 </td>
39
40 <td valign='top' style='width: 100%'>
41 <table width=100%>
42 <tr class='header' width=100% valign='top'><td>
43 &nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
44 {if $child.user_action neq false}
45 &nbsp;[lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
46 {/if}
47 &nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
48 &nbsp;&nbsp;<a href='/id/{$child.node_id}'>{$child.node_name}</a>&nbsp;&nbsp;
49 {if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
50 {if $child.node_children_count}<span class='most_important'>
51 {$child.node_children_count}&nbsp;&nbsp;CHILDREN</span>{/if}
52 </td></tr>
53 <tr><td>{$child.node_content|truncate:320|stripslashes}</td></tr>
54 </table>
55 </table>
56 <br>
57
58 {/foreach}
59 {/if}
60 </center><br><br>
61 {include file="modules/footer.tpl"}
62
63
64
65
66
67
68
This page took 0.297647 seconds and 4 git commands to generate.