Rev 7229 | Rev 10177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7229 | Rev 10092 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !header |
1 | !header |
2 | - | ||
3 | !! Contenu du module par ici. Ce qui suit est un modele d'organisation de ce |
- | |
4 | !! fichier. |
- | |
5 | 2 | ||
6 | !if $step=1 |
3 | !if $step=1 |
7 | !set wims_menu_items=!append line createxo,1,module=adm/createxo\ |
4 | !set wims_menu_items=!append line createxo,1,module=adm/createxo\ |
8 | to $wims_menu_items |
5 | to $wims_menu_items |
9 |
|
6 | !else |
10 | !set wims_name_renew1=$wims_name_renew |
7 | !set wims_name_renew1=$wims_name_renew |
11 | !set wims_name_renew=$name_empty |
8 | !set wims_name_renew=$name_empty |
12 |
|
9 | !set wims_menu_items=!append line renew,1,cmd=renew\ |
13 | to $wims_menu_items |
10 | to $wims_menu_items |
14 | - | ||
15 | !endif |
11 | !endif |
16 | - | ||
17 | 12 | ||
18 | !if $end!=0 and $end!=$empty |
13 | !if $end!=0 and $end!=$empty |
19 | !if $error!=$empty |
14 | !if $error!=$empty |
20 | <div class="wims_alertmsg"> |
15 | <div class="wims_alertmsg"> |
21 | !read msg.phtml |
16 | !read msg.phtml |
Line 31... | Line 26... | ||
31 | !endif |
26 | !endif |
32 | !else |
27 | !else |
33 | !! put some explanations here. |
28 | !! put some explanations here. |
34 | !read menu.phtml |
29 | !read menu.phtml |
35 | !endif compute=yes? |
30 | !endif compute=yes? |
36 | 31 | ||
- | 32 | !set wims_menu_items=!append line modtool,1,module=adm/modtool\ |
|
- | 33 | to $wims_menu_items |
|
37 | 34 | ||
38 | :end |
35 | :end |
39 | !tail |
36 | !tail |
40 | - |