Rev 6646 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6646 | Rev 11143 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | error=double_reply |
13 | error=double_reply |
14 | !exit |
14 | !exit |
15 | !endif |
15 | !endif |
16 | ########################################################### |
16 | ########################################################### |
17 | !if $cmd=reply and $status=waiting |
17 | !if $cmd=reply and $status=waiting |
18 | 18 | ||
19 | #--------------------- |
19 | #--------------------- |
20 | # vidange des alertes | |
20 | # vidange des alertes | |
21 | #--------------------- |
21 | #--------------------- |
22 | exalert= |
22 | exalert= |
23 | 23 | ||
24 | #--------------------------------------- |
24 | #--------------------------------------- |
25 | # si on veut modifier des codes sources | |
25 | # si on veut modifier des codes sources | |
26 | #--------------------------------------- |
26 | #--------------------------------------- |
27 | !if $chexo>1 |
27 | !if $chexo>1 |
28 | !if $fichsrc=$empty |
28 | !if $fichsrc=$empty |
29 | exalert=$(alerts[6;]) |
29 | exalert=$(alerts[6;]) |
30 | !exit |
30 | !exit |
31 | !endif |
31 | !endif |
32 | !read recupsrc |
32 | !read recupsrc |
33 | !exit |
33 | !exit |
34 | !endif |
34 | !endif |
35 | 35 | ||
36 | #----------------------------- |
36 | #----------------------------- |
37 | # sortir si retour en arrière | |
37 | # sortir si retour en arrière | |
38 | #----------------------------- |
38 | #----------------------------- |
39 | !if $navig!=$etape |
39 | !if $navig!=$etape |
40 | chronobs=0 |
40 | chronobs=0 |
41 | chronfoncs=0 |
41 | chronfoncs=0 |
42 | !if $ckchnb!=1 |
42 | !if $ckchnb!=1 |
43 | fixchnb= |
43 | fixchnb= |
44 | !endif |
44 | !endif |
Line 47... | Line 47... | ||
47 | bornd= |
47 | bornd= |
48 | !endif |
48 | !endif |
49 | propsprep= |
49 | propsprep= |
50 | foncsrep= |
50 | foncsrep= |
51 | multirep= |
51 | multirep= |
52 | !read reinit |
52 | !read reinit |
53 | !endif |
53 | !endif |
54 | 54 | ||
55 | #------------------------------------ |
55 | #------------------------------------ |
56 | # aller lire la procedure appropriée | |
56 | # aller lire la procedure appropriée | |
57 | #------------------------------------ |
57 | #------------------------------------ |
58 | !if $navig=$etapesnb |
58 | !if $navig=$etapesnb |
59 | exalert=< |
59 | exalert=<div class="wims_msg info">Cette étape est la dernière.</div> |
60 | !exit |
60 | !exit |
61 | !else |
61 | !else |
62 | !read $prefixdir/proc$(navig) |
62 | !read $prefixdir/proc$(navig) |
63 | !endif |
63 | !endif |
64 | 64 |