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