Rev 1541 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1532 | guerimand | 1 | !! ------------------------------------------ ce fichier est une partie du fichier search.proc du module home |
2 | !! il est nécessaire à la définition des mots utilisés dans la form html permettant de définir les mots clés de recherche |
||
3 | |||
4 | rel_A=D,S |
||
5 | rel_T=X,D,R |
||
6 | rel_D=X,T,S,R |
||
7 | rel_X=T,D,S,R |
||
8 | rel_R=X,T,D,S |
||
9 | rel_P=T,X,D |
||
10 | rel_O=X,S,T,D,R |
||
11 | rel_S=X,R,T,D |
||
12 | |||
13 | slist=A D T X R P O S |
||
14 | module_P=wimshome/public_html/modules/tool/popup |
||
15 | wims_trustfile=$module_P.$lang/search.phtml $module_P.$lang/search.proc |
||
16 | test=!record 0 of $module_P.$lang/.test |
||
17 | !if yes notin $test |
||
18 | slist=!translate P to $ $ in $slist |
||
19 | !endif |
||
20 | cnt=!record 0 of wimshome/public_html/bases/sheet/index/count.$lang |
||
21 | !if $cnt<=0 |
||
22 | slist=!translate S to $ $ in $slist |
||
23 | !endif |
||
24 | slist=!words2items $slist |
||
25 | plist= |
||
26 | !for i in $slist |
||
27 | plist=!append item $(C_$i) to $plist |
||
28 | !next i |
||
29 |