Rev 5894 | Rev 9054 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4039 | bpr | 1 | !read adm/class/classname.phtml $wims_classname\ |
4019 | bpr | 2 | $wims_institutionname |
3 | |||
1383 | bpr | 4 | !read adm/title.phtml 1\ |
4019 | bpr | 5 | $classname\ |
1383 | bpr | 6 | $cdt_title |
23 | reyssat | 7 | |
8 | !if $cdt_description!=$empty |
||
6235 | bpr | 9 | <br />$cdt_description<br /> |
23 | reyssat | 10 | !endif |
11 | |||
6235 | bpr | 12 | <hr style="width:40%;" /> |
23 | reyssat | 13 | |
14 | !if $error!=$empty |
||
5894 | bpr | 15 | <div class="wims_alertmsg"> |
2240 | bpr | 16 | !read lang/msg.phtml.$moduclass_lang |
5861 | bpr | 17 | </div> |
23 | reyssat | 18 | !endif |
19 | |||
20 | !read form.phtml |
||
21 | |||
22 | !tail |
||
23 |