1 {* header *}{include file="1549864.tpl"}
6 <div style='color:red;'>UPOZORNENIE!!: fulltext search sa updatuje kazdy den. cize ak nieco neviete najst dnes skuste zajtra. prajem pekny den</div>
7 <input tabindex=1 type='text' value='{$smarty.post.query}' name='query' id='query'><script language="Javascript">document.getElementById('query').focus();</script>
8 <input type='submit' name='template_event' tabindex=2 value='search'><br><br>
9 order by matches count:
10 <input type='radio' name='orderby' value='probability'> K<input type='radio' name='orderby' value='k'>
12 <input type='radio' name='orderby' value='node_views'> node created: <input type='radio' name='orderby' value='node_created'>
15 {if $smarty.post.query}
16 {get_search query=$smarty.post.query listing_amount=$listing_amount offset=$offset}
17 {foreach from=$get_search_short item=found}
18 <a href='/id/{$found.node_id}'>{$found.node_name}</a><br>
22 {foreach from=$get_search item=child}
23 <table class='bordered' cellspacing='0' cellpadding='0'>
25 <td align='center' valign='top' rowspan='2'>
26 <img vspace='5' hspace='5' width='50' src='{get_image_link id=$child.node_creator}'>
28 <span class='most_important'>{$child.k} k</span>
31 <td valign='top' style='width: 100%'>
33 <tr class='header' width=100% valign='top'>
35 <a href='/id/{$child.node_creator}'>{$child.login}</a>
36 {if $child.user_action neq false}
37 [lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
39 {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}
40 <a href='/id/{$child.node_id}'>{$child.node_name}</a>
41 {if $child.node_created > $node.last_visit}
42 <span class='most_important'> NEW</span>
44 {if $child.node_children_count}
45 <span class='most_important'>{$child.node_children_count} CHILDREN</span>
50 <td>{$child.node_content|truncate:320|stripslashes}</td>
61 {*footer*}{include file="1549377.tpl"}