Rev 5181 | Rev 5874 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5181 | Rev 5764 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !if $error!=$empty |
20 | !if $error!=$empty |
21 | !read lang/msg.phtml.$modu_lang |
21 | !read lang/msg.phtml.$modu_lang |
22 | !else |
22 | !else |
23 | !read $type.phtml |
23 | !read $type.phtml |
24 | !endif |
24 | !endif |
25 | < |
25 | <div class="wimscenter"> |
26 | !for t in list |
26 | !for t in list |
27 | !if $t!=$type |
27 | !if $t!=$type |
28 | !href module=$module&type=$t $(n_$t) |
28 | !href module=$module&type=$t $(n_$t) |
29 | |
29 | |
30 | !endif |
30 | !endif |
31 | !next t |
31 | !next t |
32 | !!href target=wims_help module=help/main&chapter=3 $wims_name_Explanations |
32 | !!href target=wims_help module=help/main&chapter=3 $wims_name_Explanations |
33 | </ |
33 | </div> |
34 | 34 | ||
35 | !tail |
35 | !tail |
36 | 36 |