Rev 14441 | Rev 16937 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14441 | Rev 15427 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | <!-- adm/sheet/main.phtml START --> |
- | |
2 | - | ||
3 | !if $job=print |
1 | !if $job=print |
4 | !changeto print.phtml |
2 | !changeto print.phtml |
5 | !endif |
3 | !endif |
6 | 4 | ||
7 | !if $public!=P and $error=$empty |
5 | !if $public!=P and $error=$empty |
8 | !changeto class.phtml |
6 | !changeto class.phtml |
9 | !endif |
7 | !endif |
10 | !if $(module_title_$modu_lang)!= |
8 | !if $(module_title_$modu_lang)!= |
11 | !set module_title=$(module_title_$modu_lang) |
9 | !set module_title=$(module_title_$modu_lang) |
12 | !endif |
10 | !endif |
13 | 11 | ||
14 | !header |
12 | !header |
15 | - | ||
- | 13 | <!-- adm/sheet/main.phtml START --> |
|
16 | !if $error!=$empty |
14 | !if $error!=$empty |
17 | <div class="wims_msg alert"> |
15 | <div class="wims_msg alert"> |
18 | !read lang/msg.phtml.$modu_lang |
16 | !read lang/msg.phtml.$modu_lang |
19 | </div> |
17 | </div> |
20 | !tail |
18 | !tail |