Rev 7867 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7867 | Rev 10176 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !if $wims_developer=$empty |
14 | !if $wims_developer=$empty |
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | :debut |
18 | :debut |
- | 19 | !set wims_ariane_self=no |
|
- | 20 | ||
19 |
|
21 | !default execut=0 |
20 | !if / isin $wims_deposit or .. isin $wims_deposit |
22 | !if / isin $wims_deposit or .. isin $wims_deposit |
21 | !exit |
23 | !exit |
22 | !endif |
24 | !endif |
23 | !sh cp modules/$module/fichier_test.tex $wims_home/$wims_sesdir/getfile/ ; \ |
25 | !sh cp modules/$module/fichier_test.tex $wims_home/$wims_sesdir/getfile/ ; \ |
24 | cp modules/$module/style.css $wims_home/$wims_sesdir/getfile/ ;\ |
26 | cp modules/$module/style.css $wims_home/$wims_sesdir/getfile/ ;\ |
Line 64... | Line 66... | ||
64 | execut=1 |
66 | execut=1 |
65 | !endif |
67 | !endif |
66 | 68 | ||
67 | !if $execut=2 and $principal=$empty |
69 | !if $execut=2 and $principal=$empty |
68 | error = $error principal |
70 | error = $error principal |
69 | execut=1 |
71 | execut=1 |
70 | !endif |
72 | !endif |
71 | !if $execut=2 and ($document=$empty or $document=$choix) |
73 | !if $execut=2 and ($document=$empty or $document=$choix) |
72 | error = $error document |
74 | error = $error document |
73 | execut=1 |
75 | execut=1 |
74 | !endif |
76 | !endif |
75 | 77 | ||
76 | !if $error!=$empty |
78 | !if $error!=$empty |
77 | !exit |
79 | !exit |
78 | !endif |
80 | !endif |
- | 81 | ||
79 | Document dans le compte Modtool |
82 | Document dans le compte Modtool |
80 | 83 | ||
81 | !if $wims_developer!=$empty |
84 | !if $wims_developer!=$empty |
82 | list_mod=!sh ls $wims_home/public_html/modules/devel/$wims_developer |
85 | list_mod=!sh ls $wims_home/public_html/modules/devel/$wims_developer |
83 | list_mod=!words2items $list_mod |
86 | list_mod=!words2items $list_mod |
Line 146... | Line 149... | ||
146 | !reset confirm |
149 | !reset confirm |
147 | !else |
150 | !else |
148 | execut=3 |
151 | execut=3 |
149 | !endif |
152 | !endif |
150 | !endif |
153 | !endif |
- | 154 | !endif |
|
- | 155 | ||
- | 156 | !set wims_ariane=!append line modtool,1,module=adm/modtool\ |
|
- | 157 | to $wims_ariane |
|
- | 158 | !if $execut>0 |
|
- | 159 | !set wims_ariane=!append line latex2wims,1,module=adm/latex2wims&execut=0\ |
|
- | 160 | to $wims_ariane |
|
- | 161 | !endif |
|
- | 162 | ||
- | 163 | !if $wims_theme=default |
|
- | 164 | !set wims_ariane=!append line $wims_ariane to $wims_menu_items |
|
- | 165 | !reset wims_ariane |
|
151 | !endif |
166 | !endif |
152 | 167 |