13/12/2012, 10:46:53
Citation :#~~~~~ DEBUT BLOC A NE PAS SUPPRIMER ~~~~~
#~ Version du CMS: 1.11.4 A tester
#~~~~~ FIN BLOC A NE PAS SUPPRIMER ~~~~~
Coming soon 1.11.4 - Last call for translators and testing.
J-C Etiemble v 2.2.xx
Citation :#~~~~~ DEBUT BLOC A NE PAS SUPPRIMER ~~~~~
#~ Version du CMS: 1.11.4 A tester
#~~~~~ FIN BLOC A NE PAS SUPPRIMER ~~~~~
[== Indéfini ==]
<h3>{$searchresultsfor} "{$phrase}"</h3>
{if $itemcount > 0}
<ul>
{foreach from=$results item=entry}
{if $entry->module == 'HostedVideoAlbums' || $entry->module == 'Gallery'}
{else}<li>{$entry->title} - <a href="{$entry->url}">{$entry->urltxt}</a> ({$entry->weight}%)</li>{/if}
{*
You can also instantiate custom behaviour on a module by module basis by looking at
the $entry->module and $entry->modulerecord fields in $entry
ie: {if $entry->module == 'News'}{News action='detail' article_id=$entry->modulerecord detailpage='News'}
*}
{/foreach}
</ul>
<p>{$timetaken}: {$timetook}</p>
{else}
<p><strong>{$noresultsfound}</strong></p>
{/if}