Rev 10228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10228 | Rev 13620 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | !header |
8 | !header |
9 | 9 | ||
10 | !if no_auth iswordof $error |
10 | !if no_auth iswordof $error |
11 | <div class="wims_msg alert"> |
11 | <div class="wims_msg alert"> |
12 |
|
12 | !read msg.phtml |
13 | </div> |
13 | </div> |
14 | !exit |
14 | !exit |
15 | !endif |
15 | !endif |
16 | 16 | ||
17 | !if $compute=yes |
17 | !if $compute=yes |
Line 20... | Line 20... | ||
20 | !read msg.phtml |
20 | !read msg.phtml |
21 | !reset error |
21 | !reset error |
22 | </div> |
22 | </div> |
23 | !read menu.phtml |
23 | !read menu.phtml |
24 | !goto end |
24 | !goto end |
25 |
|
25 | !else |
26 |
|
26 | !read answer.phtml |
27 | !endif |
27 | !endif |
28 | !else |
28 | !else |
29 | !! put some explanations here. |
29 | !! put some explanations here. |
30 | !read menu.phtml |
30 | !read menu.phtml |
31 | !endif compute=yes? |
31 | !endif compute=yes? |
32 | !reset error |
32 | !reset error |
33 | :end |
33 | :end |
34 | 34 | ||
35 | !if $wims_theme=default |
35 | !if $wims_theme=default |
36 | !set wims_menu_items=!append line modtool,1,module=adm/modtool\ |
36 | !set wims_menu_items=!append line modtool,1,module=adm/modtool\ |
37 | to $wims_menu_items |
37 | to $wims_menu_items |
38 | !endif |
38 | !endif |
39 | !tail |
39 | !tail |