source: trunk/www.guidonia.net/wp/wp-content/plugins/odlinks/themes/default/search.tpl@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.0 KB
Line 
1{include file='header.tpl'}
2
3<div class="odl_container">
4 <div class="main-content">
5 {if $results}
6 <table border=0 width="100%"><tr><td width="100%">
7 <font size=1>Searching for: <font color=green>{$search_terms}</font><br />Found: <font color=green>{$results_num}</font> relevant matches, displaying <font color=green>{$results_limit}</font> results per page</font></td></tr></table>
8
9 <hr>
10
11 {section name=item loop=$results}
12 <font size=2><li><a href="{$results[item]->l_url}">{$results[item]->l_title}</a>
13 <a target="_blank" href="{$item.l_url}">
14 <img border=0 src="{$odl_images}/images/nw2.gif"></a>{if $results[item]->l_recip == "1"}
15 <img src="{$odl_images}/images/recip.gif">{/if}<br>{$results[item]->l_description}<br />
16 <font size=1><font color=green>{$results[item]->l_url}</font><br />Date: {$results[item]->l_date}, Google PR: {$results[item]->l_google_rank}, Recip: {if $results[item]->l_recip == "1"} Yes{else} No{/if}</font>
17 {/section}
18
19 <hr>
20
21 <table border=0 width="100%"><tr><td width="100%">
22 <font size=1>Searching for: <font color=green>{$search_terms}</font><br />
23 Found: <font color=green>{$results_num}</font> relevant matches, displaying
24 <font color=green>{$results_limit}</font> results per page</tr></table>
25
26 <div class="odl_search">
27 <form method="get" id="odl_addlink_post" name="odl_addlink_post" action="{$odl_search_link}">
28 <table><tr><td>
29 <input type="text" name="search_terms" size="30" value="{$search_terms}">
30 <input type="submit" value="Search">&nbsp;{$odl_advanced}
31 </td></tr>
32 <tr><td align="left">
33 Links:&nbsp;<input type="radio" value="links" name="type">&nbsp;&nbsp;
34 Description:&nbsp;<input type="radio" value="desc" name="type">&nbsp;&nbsp;
35 All:&nbsp;<input type="radio" value="desc" name="type" checked>&nbsp;&nbsp;
36 </td></tr></table>
37 </form>
38 </div>
39 </td></tr></table>
40
41 {else}
42 <p>&nbsp;</p>
43 {if !$odl_search_error==""}
44 <div>
45 {$odl_search_error}
46 </div>
47 {/if}
48 <p>&nbsp;</p>
49 {/if}
50
51{include file='footer.tpl'}
Note: See TracBrowser for help on using the repository browser.