Rev 6646 | Rev 11160 | 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 | |||
6536 | bpr | 23 | <hr class="wimscenter" size="5" width="75%" /> |
24 | <table class="wimscenter" style="background-color:wheat"> |
||
25 | <tr><th> |
||
23 | reyssat | 26 | !if $demo=oui |
27 | $(exosdesc[$[$exo+3];]) |
||
28 | !else |
||
29 | $(exosdesc[$exo;]) |
||
30 | !endif |
||
10280 | bpr | 31 | </tr> |
23 | reyssat | 32 | </table> |
6536 | bpr | 33 | <hr class="wimscenter" size="5" width="80%" /> |
23 | reyssat | 34 | |
35 | !form reply |
||
36 | !read $prefixdir/presetape$(etape) |
||
37 | !read comsDir/progress |
||
38 | |||
5927 | bpr | 39 | !formend |
40 | |||
23 | reyssat | 41 | !!!!!!!!!!!!!!!!! aide a la saisie !!!!!!!!!!!!!!!! |
6235 | bpr | 42 | !!<hr align="center" size="5" width="50%" /> |
23 | reyssat | 43 | !!<center> |
44 | !! <table bgcolor="aqua" border=4> |
||
45 | !! <tr><th align="center"> |
||
10280 | bpr | 46 | !! !href target=wims_mhelp cmd=help&special_parm=saisie <b>Aide à la saisie</b> |
47 | !! </tr> |
||
23 | reyssat | 48 | !! </table> |
49 | !!</center> |
||
50 | |||
51 | !!!!TESTS |
||
52 | |||
53 | !endif |