Rev 6645 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6645 | bpr | 1 | !read adm/language lang/names.phtml |
2 | |||
23 | reyssat | 3 | #-------------------------- |
4 | # accelerateur d'execution | |
||
5 | #-------------------------- |
||
6 | |||
7 | wims_multiexec= maxima pari yacas |
||
8 | wims_prefix=class user tmp toef |
||
9 | |||
10 | ########################################################### |
||
11 | |||
12 | !if $cmd=reply and $status!=waiting |
||
13 | error=double_reply |
||
14 | !exit |
||
15 | !endif |
||
16 | ########################################################### |
||
17 | !if $cmd=reply and $status=waiting |
||
18 | |||
19 | #--------------------- |
||
20 | # vidange des alertes | |
||
21 | #--------------------- |
||
22 | exalert= |
||
23 | |||
24 | #--------------------------------------- |
||
25 | # si on veut modifier des codes sources | |
||
26 | #--------------------------------------- |
||
27 | !if $chexo>1 |
||
28 | !if $fichsrc=$empty |
||
29 | exalert=$(alerts[6;]) |
||
30 | !exit |
||
31 | !endif |
||
32 | !read recupsrc |
||
33 | !exit |
||
34 | !endif |
||
35 | |||
36 | #----------------------------- |
||
37 | # sortir si retour en arrière | |
||
38 | #----------------------------- |
||
39 | !if $navig!=$etape |
||
40 | chronobs=0 |
||
41 | chronfoncs=0 |
||
42 | !if $ckchnb!=1 |
||
43 | fixchnb= |
||
44 | !endif |
||
45 | !if $ckchnb!=3 |
||
46 | borng= |
||
47 | bornd= |
||
48 | !endif |
||
49 | propsprep= |
||
50 | foncsrep= |
||
51 | multirep= |
||
52 | !read reinit |
||
53 | !endif |
||
54 | |||
55 | #------------------------------------ |
||
56 | # aller lire la procedure appropriée | |
||
57 | #------------------------------------ |
||
58 | !if $navig=$etapesnb |
||
3422 | bpr | 59 | exalert=<font color="red"><b>Cette étape est la dernière</b></font> |
23 | reyssat | 60 | !exit |
61 | !else |
||
62 | !read $prefixdir/proc$(navig) |
||
63 | !endif |
||
64 | |||
65 | !endif |
||
66 | ########################################################### |