!nocache
<a name="searchresult" id="searchresult"> </a>
!! L is nomore a category
!!!if $s_category=L
!! !changeto result.L
!!!endif
!if $error!=$empty
<p>
$(ER_$error)
!endif
!set tt=<span class="wims_emph">$(C_$s_category)</span>
<p>
!if $gottype=search
$RE_found.
!else
!if $s_keywords!=$empty and $gotcnt1<1
$RE_nomatch.
!if $(rel_$s_category)!=$empty
$RE_try
!for i in $(rel_$s_category)
!href module=home&cmd=reply&search_category=$i&search_keywords=$s_keywords $(C_$i)
!if $has_browse=yes
$wims_name_or
!href module=adm/browse&$browse_parm $N_browsesite
.
!endif
!endif
<p>
!endif
!if $s_category isin ADXOTR and $gotcnt1<1 and $gotcnt>0
!if $list_start>0
!href module=home&cmd=reply&list_start=$[$list_start-$list_batch] <<
$RE_pop2.
!else
$RE_pop.
!endif
!if $list_start<$list_cc-$list_batch
!href module=home&cmd=reply&list_start=$[$list_start+$list_batch] >>
!endif
!endif
!endif
!if $s_category isin PLS
!changeto result.$s_category
!endif
!if $gottype=search or $gotcnt1=0
<ul class="wims_home_result_list">
!for i=1 to $gotcnt
!set m_=!line $i of $gotm
!set w_=!word $i of $gotw
!set l_=!line $i of $gotl
!set t_=!line $i of $gott
!set d_=!line $i of $gotd
!set a_=!line $i of $gota
<li class="wims_home_result_list">
!if $wims_ismanager=2
<small>$w_</small>
!endif
!if $l_!=$search_lang
<img src="gifs/$l_.gif" alt="$l_.gif" border="0"/>
!set tit_=!module title_$search_lang $m_
!set desc_=!module description_$search_lang $m_
!set t_=$tit_
!set d_=$desc_
!endif
!if $t_=
!set t_=!module title $m_
!endif
!if $d_=
!set d_=!module description $m_
!endif
!set L=
!if ../local/ isin ../$m_
!set L=<sup>local</sup>
!endif
!if ../com/ isin ../$m_
!set L=<sup>com</sup>
!endif
!if ../contrib/ isin ../$m_
!set L=<sup>contrib</sup>
!endif
!href module=$m_ $t_
$L, $d_
!if $wims_show_author=yes
<small>(
!replace internal , by $ $ in $a_
)</small>
!endif
</li>
</ul> <p>
!endif
!if $s_category isin AT and $gotcnt1>0
<p><hr width="50%"/> <p>
!exchange gotcnt,gotcnt1
!exchange gottype,gottype1
!exchange gotm,gotm1
!set tt=<span class="wims_emph">$C_P</span>
$RE_found. <p>
!read result.P
!endif