Rev 14334 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14334 | Rev 18630 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | !! adresse d'un module public ou modtool |
55 | !! adresse d'un module public ou modtool |
56 | dir_header=wimshome/public_html/modules/$smodule |
56 | dir_header=wimshome/public_html/modules/$smodule |
57 | !endif |
57 | !endif |
58 | exolist=!defof exolist in $dir_header/Exindex |
58 | exolist=!defof exolist in $dir_header/Exindex |
59 | exolist=!char 17 to -2 of $exolist |
59 | exolist=!char 17 to -2 of $exolist |
60 | exotitle=!defof |
60 | exotitle=!defof titlelist_$lang in $dir_header/Exindex |
- | 61 | !default exotitle=!defof titlelist in $dir_header/Exindex |
|
61 | exotitle=!char 17 to -2 of $exotitle |
62 | exotitle=!char 17 to -2 of $exotitle |
62 | exocnt=!itemcnt $exolist |
63 | exocnt=!itemcnt $exolist |
63 | 64 | ||
64 | !if $step=2 |
65 | !if $step=2 |
65 | !! vérification des données de feuille. |
66 | !! vérification des données de feuille. |
Line 167... | Line 168... | ||
167 | !next i |
168 | !next i |
168 | !if $lerror=1 |
169 | !if $lerror=1 |
169 | listalready=!append item $ex to $listalready |
170 | listalready=!append item $ex to $listalready |
170 | !else |
171 | !else |
171 | !reset desc |
172 | !reset desc |
- | 173 | !! Descindex is only available in the main language of the module |
|
172 | desc_=!lookup $ex in wimshome/public_html/modules/$smodule/Descindex |
174 | desc_=!lookup $ex in wimshome/public_html/modules/$smodule/Descindex |
173 | !if $desc_!=$empty |
175 | !if $desc_!=$empty |
174 | desc=$desc_ |
176 | desc=$desc_ |
175 | !endif |
177 | !endif |
176 | !default desc=$desc_module |
178 | !default desc=$desc_module |