Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
15453 | guerimand | 1 | !read adm/css.phtml |
2 | |||
3 | !header |
||
4 | !read adm/class/classname.phtml $wims_classname\ |
||
5 | $wims_institutionname |
||
6 | |||
7 | !read adm/title.phtml 1\ |
||
8 | $classname\ |
||
9 | $name_title |
||
10 | |||
11 | !if $error!=$empty |
||
12 | <div class="wims_msg alert"> |
||
13 | <b>$wims_name_Error:</b> |
||
14 | !read msg.phtml |
||
15 | </div> |
||
16 | !else |
||
17 | !if $success!=$empty |
||
18 | <div class="wims_msg success"> |
||
19 | !read msg.phtml $success |
||
20 | </div> |
||
21 | !endif |
||
22 | !if $warning!=$empty |
||
23 | <div class="wims_msg warning"> |
||
24 | !read msg.phtml $warning |
||
25 | </div> |
||
26 | !endif |
||
27 | !endif |
||
28 | |||
29 | !if $notallowed=1 |
||
30 | !exit |
||
31 | !endif |
||
32 | |||
33 | !read $job.phtml |
||
34 | |||
35 | !reset job |
||
36 | |||
37 | !tail |