Subversion Repositories wimsdev

Rev

Rev 6967 | Rev 14896 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6967 Rev 12821
Line 1... Line 1...
1
!!#P for popup ...
1
!!#P for popup ...
2
!if $srch=$empty
2
!if $srch=$empty
3
 gottype=fail
3
  gottype=fail
4
 gotcnt=0
4
  gotcnt=0
5
 !exit
5
  !exit
6
!endif
6
!endif
7
 
7
 
8
formdir=$module_P.$search_lang/form
8
formdir=$module_P.$search_lang/form
9
mP=!replace wimshome/public_html/modules/ by $ in $module_P
9
mP=!replace wimshome/public_html/modules/ by $ in $module_P
10
#formdir=$mP.$search_lang/form
10
#formdir=$mP.$search_lang/form
11
dictionary=modules/$mP.$search_lang/dic/form
11
dictionary=modules/$mP.$search_lang/dic/form
12
!read $module_P.$search_lang/search.proc
12
!read $module_P.$search_lang/search.proc
13
 
13
 
14
!if $gotcnt>0
14
!if $gotcnt>0
15
 gottype=search
15
  gottype=search
16
  Gotcnt=$[$Gotcnt + $gotcnt]
16
  Gotcnt=$[$Gotcnt + $gotcnt]
17
!else
17
!else
18
 gottype=fail
18
  gottype=fail
19
!endif
19
!endif