Ignore:
Timestamp:
12/05/08 20:23:35 (3 years ago)
Author:
WanWizard
Message:

ticket #58: added "search entire site" to the search module
added missing svn properties to several files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/search/templates/search.members.tpl

    r2090 r2092  
    1919{***************************************************************************} 
    2020{if $action == "search"} 
    21     {section name=idx loop=$reportvars.output} 
    22         {if !$smarty.section.idx.first} 
    23             <br /><br /> 
    24         {/if} 
    25         <img src='{$smarty.const.THEME}images/bullet.gif' alt='' /> 
    26         {if iMEMBER} 
    27             <a href='profile.php?lookup={$reportvars.output[idx].user_id}'>{$reportvars.output[idx].user_name}</a> 
    28         {else} 
    29             {$reportvars.output[idx].user_name} 
    30         {/if} 
    31         <br />&nbsp; 
    32         <span class='small'><font class='smallalt'>{$locale.src438}</font> {$reportvars.output[idx].user_joined|date_format:"forumdate"}, 
    33         <font class='smallalt'>{$locale.src439}</font> {if $reportvars.output[idx].user_lastvisit}{$reportvars.output[idx].user_lastvisit|date_format:"forumdate"}{else}{$locale.src440}{/if}</span> 
    34     {/section} 
     21    <br /><br /> 
     22    <img src='{$smarty.const.THEME}images/bullet.gif' alt='' /> 
     23    {if iMEMBER} 
     24        <a href='profile.php?lookup={$output.user_id}'>{$output.user_name}</a> 
     25    {else} 
     26        {$output.user_name} 
     27    {/if} 
     28    <br />&nbsp; 
     29    <span class='small'><font class='smallalt'>{$locale.src438}</font> {$output.user_joined|date_format:"forumdate"}, 
     30    <font class='smallalt'>{$locale.src439}</font> {if $output.user_lastvisit}{$output.user_lastvisit|date_format:"forumdate"}{else}{$locale.src440}{/if}</span> 
    3531{else} 
    3632    <input type='radio' name='search_id' value='{$searches[id].search_id}' {if $search_id == $searches[id].search_id || $searches[id].search_order == $default_location}checked='checked'{/if}  onclick='javascript:show_filter("{$searches[id].search_filters}");'/> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br /> 
Note: See TracChangeset for help on using the changeset viewer.