Rev 10177 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4612 | bpr | 1 | !header |
2 | |||
3 | !if $step=1 |
||
4 | !set wims_menu_items=!append line createxo,1,module=adm/createxo\ |
||
5 | to $wims_menu_items |
||
6 | !else |
||
7 | !set wims_name_renew1=$wims_name_renew |
||
8 | !set wims_name_renew=$name_empty |
||
10092 | bpr | 9 | !set wims_menu_items=!append line renew,1,cmd=renew\ |
4612 | bpr | 10 | to $wims_menu_items |
11 | !endif |
||
12 | |||
13 | !if $end!=0 and $end!=$empty |
||
14 | !if $error!=$empty |
||
10229 | bpr | 15 | <div class="wims_msg alert"> |
4612 | bpr | 16 | !read msg.phtml |
7229 | bpr | 17 | </div> |
4612 | bpr | 18 | !read menu.phtml |
19 | !goto end |
||
20 | !else |
||
21 | !read answer.phtml |
||
22 | !set wims_menu_items=!append line resume,1,cmd=resume\ |
||
23 | createxo,1,module=adm/createxo&rawinp=yes&+level=1\ |
||
24 | to $wims_menu_items |
||
25 | !reset end |
||
26 | !endif |
||
27 | !else |
||
28 | !! put some explanations here. |
||
29 | !read menu.phtml |
||
30 | !endif compute=yes? |
||
10177 | bpr | 31 | !if $wims_theme=default |
32 | !set wims_menu_items=!append line modtool,1,module=adm/modtool\ |
||
33 | to $wims_menu_items |
||
34 | !endif |
||
4612 | bpr | 35 | :end |
36 | !tail |