Changeset 2092 in ExiteCMS for trunk/includes/search/templates/search.news.tpl
- Timestamp:
- 12/05/08 20:23:35 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/search/templates/search.news.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/search/templates/search.news.tpl
r1935 r2092 19 19 {***************************************************************************} 20 20 {if $action == "search"} 21 {section name=idx loop=$reportvars.output} 22 {if !$smarty.section.idx.first} 23 <br /><br /> 24 {/if} 25 {$reportvars.output[idx].relevance|string_format:"%u"}% - <a href='news.php?readmore={$reportvars.output[idx].news_id}'>{$reportvars.output[idx].news_subject}</a> 26 <br /> 27 <span class='small'><font class='smallalt'>{$locale.040}</font> 28 {if iMEMBER} 29 <a href='profile.php?lookup={$reportvars.output[idx].user_id}'>{$reportvars.output[idx].user_name}</a> 30 {else} 31 {$reportvars.output[idx].user_name} 32 {/if} 33 <font class='smallalt'>{$locale.041}</font> {$reportvars.output[idx].news_datestamp|date_format:"longdate"}</span> 34 {/section} 21 <br /><br /> 22 {$output.relevance|string_format:"%u"}% - <a href='news.php?readmore={$output.news_id}'>{$output.news_subject}</a> 23 <br /> 24 <span class='small'><font class='smallalt'>{$locale.040}</font> 25 {if iMEMBER} 26 <a href='profile.php?lookup={$output.user_id}'>{$output.user_name}</a> 27 {else} 28 {$output.user_name} 29 {/if} 30 <font class='smallalt'>{$locale.041}</font> {$output.news_datestamp|date_format:"longdate"}</span> 35 31 {else} 36 32 <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.
