Rev 14052 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !!!--- Ce fichier présente la question à résoudre. ---!!! |
2 | |||
3 | !!!--- si le type de l'exo est vide, on retourne à l'introduction ---!!! |
||
4 | !if $exo=$empty |
||
5 | !changeto intro.phtml |
||
6 | !exit |
||
7 | !endif |
||
8 | |||
9 | !!!--- présentation du module en mode récupération de fichier ---!!! |
||
10 | !if $chexo>1 |
||
11 | !read present$(chexo) |
||
12 | !endif |
||
13 | |||
14 | !!!--- présentation classique du module en mode création assistée ---!!! |
||
15 | !if $chexo=1 |
||
16 | |||
14052 | bpr | 17 | !if $etape=$etapesnb |
18 | !set wims_backslash_insmath=no |
||
19 | !else |
||
20 | !set wims_backslash_insmath=yes |
||
21 | !endif |
||
23 | reyssat | 22 | |
11160 | bpr | 23 | <h2 class="wimscenter"> |
14052 | bpr | 24 | !if $exo=demo |
25 | $(exosdesc[1;]) |
||
26 | !else |
||
27 | $(exosdesc[2;]) |
||
28 | !endif |
||
11160 | bpr | 29 | </h2> |
17231 | bpr | 30 | <hr class="wimscenter" size="5" width="80%"> |
23 | reyssat | 31 | |
14052 | bpr | 32 | !form reply |
23 | reyssat | 33 | !read $prefixdir/presetape$(etape) |
34 | !read comsDir/progress |
||
35 | |||
14052 | bpr | 36 | !formend |
37 | !endif |