Rev 2667 | Rev 5619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2667 | Rev 5601 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !if $compute=yes |
9 | !if $compute=yes |
10 | !if $error!=$empty |
10 | !if $error!=$empty |
11 | !if $mtype!=$empty |
11 | !if $mtype!=$empty |
12 | !read msg.phtml |
12 | !read msg.phtml |
13 | !endif |
13 | !endif |
- | 14 | <div class="contenu"> |
|
14 | !read menu.phtml |
15 | !read menu.phtml |
- | 16 | </div> |
|
15 | !goto end |
17 | !goto end |
16 | !else |
18 | !else |
17 | !if $transfert issametext or $transfert=yes |
19 | !if $transfert issametext or $transfert=yes |
18 | !set wims_form_method=file |
20 | !set wims_form_method=file |
19 | !read transfert.phtml |
21 | !read transfert.phtml |
20 | !else |
22 | !else |
- | 23 | <div class="contenu"> |
|
21 | !read menu.phtml |
24 | !read menu.phtml |
- | 25 | </div> |
|
22 | !endif |
26 | !endif |
23 | !endif |
27 | !endif |
24 | !else |
28 | !else |
- | 29 | <div class="contenu"> |
|
25 | !read menu.phtml |
30 | !read menu.phtml |
- | 31 | </div> |
|
26 | !endif compute=yes? |
32 | !endif compute=yes? |
27 | 33 | ||
28 | :end |
34 | :end |
29 | 35 | ||
30 | !if $type_exo!=$empty |
36 | !if $type_exo!=$empty |
Line 51... | Line 57... | ||
51 | !next |
57 | !next |
52 | !endif |
58 | !endif |
53 | !tail |
59 | !tail |
54 | 60 | ||
55 | !reset wims_exec_error wims_deposit |
61 | !reset wims_exec_error wims_deposit |
56 | - |