Rev 10228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10228 | Rev 13680 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if robot isin $session |
1 | !if robot isin $session |
2 | !exit |
2 | !exit |
3 | !endif |
3 | !endif |
4 | 4 | ||
5 | !if $wims_class= |
5 | !if $wims_class= |
6 | !read adm/language lang/names.phtml |
6 | !read adm/language lang/names.phtml |
7 | !else |
7 | !else |
Line 24... | Line 24... | ||
24 | !else |
24 | !else |
25 | !read $type.phtml |
25 | !read $type.phtml |
26 | !endif |
26 | !endif |
27 | <div class="wimscenter"> |
27 | <div class="wimscenter"> |
28 | !for t in list |
28 | !for t in list |
29 | !if $t!=$type |
29 | !if $t!=$type |
30 | !href module=$module&type=$t $(n_$t) |
30 | !href module=$module&type=$t $(n_$t) |
31 |
|
31 | $ $ |
32 | !endif |
32 | !endif |
33 | !next t |
33 | !next t |
34 | !!href target=wims_help module=help/main&chapter=3 $wims_name_Explanations |
34 | !!href target=wims_help module=help/main&chapter=3 $wims_name_Explanations |
35 | </div> |
35 | </div> |
36 | 36 | ||
37 | !tail |
37 | !tail |