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.downloads.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         <a href='downloads.php?cat_id={$v[idx].download_cat}&amp;download_id={$reportvars.output[idx].download_id}' target='_blank'>{$reportvars.output[idx].download_title}</a> - {$reportvars.output[idx].download_filesize} 
    26         {if $reportvars.output[idx].download_description} 
    27             &nbsp;&middot;&nbsp;{$reportvars.output[idx].download_description}<br /> 
    28         {/if} 
    29         <span class='small'><font class='smallalt'>{$locale.src433}</font> {$reportvars.output[idx].download_license}, 
    30         <font class='smallalt'>{$locale.src434}</font> {$reportvars.output[idx].download_os}, 
    31         <font class='smallalt'>{$locale.src435}</font> {$reportvars.output[idx].download_version} 
    32         <font class='smallalt'>{$locale.src436}</font>{$reportvars.output[idx].download_datestamp|date_format:"longdate"}, 
    33         <font class='smallalt'>{$locale.src437}</font> {$reportvars.output[idx].download_count}</span> 
    34     {/section} 
     21    <br /><br /> 
     22    <a href='downloads.php?cat_id={$output.download_cat}&amp;download_id={$output.download_id}' target='_blank'>{$output.download_title}</a> - {$output.download_filesize} 
     23    {if $output.download_description} 
     24        &nbsp;&middot;&nbsp;{$output.download_description}<br /> 
     25    {/if} 
     26    <span class='small'><font class='smallalt'>{$locale.src433}</font> {$output.download_license}, 
     27    <font class='smallalt'>{$locale.src434}</font> {$output.download_os}, 
     28    <font class='smallalt'>{$locale.src435}</font> {$output.download_version} 
     29    <font class='smallalt'>{$locale.src436}</font> {$output.download_datestamp|date_format:"longdate"}, 
     30    <font class='smallalt'>{$locale.src437}</font> {$output.download_count}</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.