Rev 11978 | Rev 14300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11978 | Rev 14043 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! nomore in use (to be certified) |
1 | !! nomore in use (to be certified) |
2 | - | ||
3 | 2 | ||
4 | !read adm/class/classname.phtml $wims_classname\ |
3 | !read adm/class/classname.phtml $wims_classname\ |
5 | $wims_institutionname |
4 | $wims_institutionname |
6 | 5 | ||
7 | !read adm/title.phtml 1\ |
6 | !read adm/title.phtml 1\ |
8 | $classname\ |
7 | $classname\ |
9 | $cdt_title |
8 | $cdt_title |
10 | 9 | ||
11 | <div class="wims_content"> |
10 | <div class="wims_content"> |
12 |
|
11 | !if $cdt_description!=$empty |
13 | <p>$cdt_description</p> |
12 | <p>$cdt_description</p> |
14 |
|
13 | !endif |
15 | 14 | ||
16 | <hr style="width:40%;" /> |
15 | <hr style="width:40%;" /> |
17 | 16 | ||
18 |
|
17 | !if $error!=$empty |
19 | <div class="wims_msg alert"> |
18 | <div class="wims_msg alert"> |
20 | !read lang/msg.phtml.$moduclass_lang |
19 | !read lang/msg.phtml.$moduclass_lang |
21 | </div> |
20 | </div> |
22 |
|
21 | !endif |
23 | 22 | ||
24 | !read form.phtml |
23 | !read form.phtml |
25 | </div> |
24 | </div> |
26 | 25 | ||
27 | !tail |
26 | !tail |