Rev 2291 | Rev 5181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2291 | Rev 2302 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
- | 5 | !if $wims_class= |
|
- | 6 | !read adm/language names.phtml |
|
- | 7 | !else |
|
- | 8 | !read adm/class/classlang names.phtml |
|
- | 9 | !set modu_lang=$moduclass_lang |
|
5 | ! |
10 | !endif |
- | 11 | ||
- | 12 | !if $(module_title_$modu_lang)!= |
|
- | 13 | !set module_title=$(module_title_$modu_lang) |
|
- | 14 | !endif |
|
- | 15 | !read lang/names.phtml.$modu_lang |
|
- | 16 | ||
6 | !header |
17 | !header |
7 | 18 | ||
8 | <center><h3>--- $(n_$type) ---</h3></center> |
19 | <center><h3>--- $(n_$type) ---</h3></center> |
9 | !if $error!=$empty |
20 | !if $error!=$empty |
10 | !read msg. |
21 | !read lang/msg.phtml.$modu_lang |
11 | !else |
22 | !else |
12 | !read $type.phtml |
23 | !read $type.phtml |
13 | !endif |
24 | !endif |
14 | <p><center> |
25 | <p><center> |
15 | !for t in list |
26 | !for t in list |