Rev 5601 | Rev 7217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5601 | Rev 5619 | ||
---|---|---|---|
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=" |
14 | <div class="wims_content"> |
15 | !read menu.phtml |
15 | !read menu.phtml |
16 | </div> |
16 | </div> |
17 | !goto end |
17 | !goto end |
18 | !else |
18 | !else |
19 | !if $transfert issametext or $transfert=yes |
19 | !if $transfert issametext or $transfert=yes |
20 | !set wims_form_method=file |
20 | !set wims_form_method=file |
21 | !read transfert.phtml |
21 | !read transfert.phtml |
22 | !else |
22 | !else |
23 | <div class=" |
23 | <div class="wims_content"> |
24 | !read menu.phtml |
24 | !read menu.phtml |
25 | </div> |
25 | </div> |
26 | !endif |
26 | !endif |
27 | !endif |
27 | !endif |
28 | !else |
28 | !else |
29 | <div class=" |
29 | <div class="wims_content"> |
30 | !read menu.phtml |
30 | !read menu.phtml |
31 | </div> |
31 | </div> |
32 | !endif compute=yes? |
32 | !endif compute=yes? |
33 | 33 | ||
34 | :end |
34 | :end |