Subversion Repositories wimsdev

Rev

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

Rev 6755 Rev 6961
Line 2... Line 2...
2
basedir=bases/sheet/index
2
basedir=bases/sheet/index
3
!if $srch!=$empty
3
!if $srch!=$empty
4
 suffix_dictionary=
4
 suffix_dictionary=bases/sys/suffix.$search_lang
5
 dictionary=$basedir/$search_lang
5
 dictionary=$basedir/$search_lang
6
 translator_unknown=
6
 translator_unknown=
7
 !read search.common
7
 !read search.common
8
!else
8
!else
9
 scnt=0
9
 scnt=0
Line 56... Line 56...
56
 gotm=!line $wims_sort_order of $gotm
56
 gotm=!line $wims_sort_order of $gotm
57
!endif
57
!endif
58
 
58
 
59
dictionary=$basedir/title.$search_lang
59
dictionary=$basedir/title.$search_lang
60
gott=!exec translator $gotm
60
gott=!exec translator $gotm
61
dictionary=$basedir/description.$search_lang
61
dictionary=$basedir/remark.$search_lang
62
gotd=!exec translator $gotm
62
goti=!exec translator $gotm
-
 
63
gotm_=!replace internal $ $ by $\
-
 
64
$ in $gotm
-
 
65
 
63
!if $gotcnt>0 and / notin $gotm
66
!if $gotcnt>0 and / notin $gotm
64
 dictionary=$basedir/addr.$search_lang
67
 dictionary=$basedir/addr.$search_lang
65
 gotm=!exec translator $gotm
68
 gotm=!exec translator $gotm
66
!endif
69
!endif
67
 
70