Rev 23 | Rev 5794 | Go to most recent revision | 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 | |||
17 | !if $etape=$etapesnb |
||
18 | !set wims_backslash_insmath=no |
||
19 | !else |
||
20 | !set wims_backslash_insmath=yes |
||
21 | !endif |
||
22 | |||
5764 | bpr | 23 | <hr align="center" size="5" width="75%"/> |
23 | reyssat | 24 | <center> |
25 | <table bgcolor="wheat" border= cellpadding=4> |
||
26 | <tr><th align="center"> |
||
27 | !if $exo=demo |
||
28 | $(exosdesc[1;]) |
||
29 | !else |
||
30 | $(exosdesc[2;]) |
||
31 | !endif |
||
32 | </tr> |
||
33 | </table> |
||
34 | </center> |
||
5764 | bpr | 35 | <hr align="center" size="5" width="80%"/> |
23 | reyssat | 36 | |
37 | !form reply |
||
38 | !read $prefixdir/presetape$(etape) |
||
39 | !read comsDir/progress |
||
40 | </form> |
||
41 |