Changeset 2090 in ExiteCMS for trunk/includes/search/templates/search.downloads.tpl
- Timestamp:
- 12/04/08 14:28:48 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/search/templates/search.downloads.tpl
r1935 r2090 24 24 {/if} 25 25 <a href='downloads.php?cat_id={$v[idx].download_cat}&download_id={$reportvars.output[idx].download_id}' target='_blank'>{$reportvars.output[idx].download_title}</a> - {$reportvars.output[idx].download_filesize} 26 <br />27 26 {if $reportvars.output[idx].download_description} 28 {$reportvars.output[idx].download_description}<br />27 · {$reportvars.output[idx].download_description}<br /> 29 28 {/if} 30 <span class='small'><font class='smallalt'>{$locale.433}</font> {$reportvars.output[idx].download_license}, 31 <font class='smallalt'>{$locale.434}</font> {$reportvars.output[idx].download_os}, 32 <font class='smallalt'>{$locale.435}</font> {$reportvars.output[idx].download_version} 33 <br /> 34 <font class='smallalt'>{$locale.436}</font>{$reportvars.output[idx].download_datestamp|date_format:"longdate"}, 35 <font class='smallalt'>{$locale.437}</font> {$reportvars.output[idx].download_count}</span> 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> 36 34 {/section} 37 35 {else}
Note: See TracChangeset
for help on using the changeset viewer.
