Subversion Repositories wimsdev

Rev

Rev 33 | Rev 6461 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
33 reyssat 1
 
2
!if $srch=$empty
3
 gottype=fail
4
 gotcnt=0
5
 !exit
6
!endif
7
 
2670 bpr 8
formdir=$module_P.$search_lang/form
33 reyssat 9
mP=!replace wimshome/public_html/modules/ by $ in $module_P
2670 bpr 10
#formdir=$mP.$search_lang/form
11
dictionary=modules/$mP.$search_lang/dic/form
12
!read $module_P.$search_lang/search.proc
33 reyssat 13
 
14
!if $gotcnt>0
15
 gottype=search
16
!else
17
 gottype=fail
18
!endif
19