Rev 6646 | 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 |
||
11143 | bpr | 18 | |
23 | reyssat | 19 | #--------------------- |
20 | # vidange des alertes | |
||
11143 | bpr | 21 | #--------------------- |
23 | reyssat | 22 | exalert= |
11143 | bpr | 23 | |
23 | reyssat | 24 | #--------------------------------------- |
25 | # si on veut modifier des codes sources | |
||
26 | #--------------------------------------- |
||
11143 | bpr | 27 | !if $chexo>1 |
23 | reyssat | 28 | !if $fichsrc=$empty |
29 | exalert=$(alerts[6;]) |
||
30 | !exit |
||
31 | !endif |
||
32 | !read recupsrc |
||
33 | !exit |
||
34 | !endif |
||
11143 | bpr | 35 | |
23 | reyssat | 36 | #----------------------------- |
37 | # sortir si retour en arrière | |
||
38 | #----------------------------- |
||
11143 | bpr | 39 | !if $navig!=$etape |
23 | reyssat | 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= |
||
11143 | bpr | 52 | !read reinit |
23 | reyssat | 53 | !endif |
11143 | bpr | 54 | |
23 | reyssat | 55 | #------------------------------------ |
56 | # aller lire la procedure appropriée | |
||
57 | #------------------------------------ |
||
11143 | bpr | 58 | !if $navig=$etapesnb |
59 | exalert=<div class="wims_msg info">Cette étape est la dernière.</div> |
||
23 | reyssat | 60 | !exit |
61 | !else |
||
62 | !read $prefixdir/proc$(navig) |
||
63 | !endif |
||
64 | |||
65 | !endif |
||
66 | ########################################################### |