Rev 14874 | Rev 14947 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14874 | Rev 14907 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !read adm/css.phtml |
4 | !read adm/css.phtml |
- | 5 | ||
- | 6 | !set wims_html_header = !append line <style>\ |
|
- | 7 | .freeworkdesczone{font-size: 10pt;color:#666;}\ |
|
- | 8 | .list_zones{display:flex;flex-wrap:wrap}\ |
|
- | 9 | .list_zones>.wims_widget_box{flex-grow:1}\ |
|
- | 10 | </style>\ |
|
- | 11 | to $wims_html_header |
|
5 | 12 | ||
6 | !header1 |
13 | !header1 |
7 | !read adm/class/classname.phtml $wims_classname\ |
14 | !read adm/class/classname.phtml $wims_classname\ |
8 | $wims_institutionname |
15 | $wims_institutionname |
9 | 16 | ||
10 | !read adm/title.phtml 1\ |
17 | !read adm/title.phtml 1\ |
11 | $classname\ |
18 | $classname\ |
12 | $name_title $name_title2 |
19 | $name_title $name_title2 |
13 | - | ||
14 | !! -------- this css style have to be placed at the right place of the wims structure |
- | |
15 | <style> |
- | |
16 | .freeworkdesczone{ |
- | |
17 | font-size: 10pt; |
- | |
18 | color:#666; |
- | |
19 | } |
- | |
20 | </style> |
- | |
21 | !! ------- end css |
- | |
22 | 20 | ||
23 | !if $wims_user=supervisor |
21 | !if $wims_user=supervisor |
24 | <div class="wims_msg warning">$name_develmessage</div> |
22 | <div class="wims_msg warning">$name_develmessage</div> |
25 | !endif |
23 | !endif |
26 | !if $error!=$empty |
24 | !if $error!=$empty |
27 | <div class="wims_msg alert"> |
25 | <div class="wims_msg alert"> |
28 | < |
26 | <strong>$wims_name_Error:</strong> |
29 | !read msg.phtml |
27 | !read msg.phtml |
30 | !reset error |
28 | !reset error |
31 | </div> |
29 | </div> |
32 | !if $notallowed=1 |
30 | !if $notallowed=1 |
33 | !exit |
31 | !exit |
34 | !endif |
32 | !endif |
35 | !else |
33 | !else |
36 | !if $success!=$empty |
34 | !if $success!=$empty |
37 | <div class="wims_msg success"> |
35 | <div class="wims_msg success"> |
38 | !read msg.phtml $success |
36 | !read msg.phtml $success |
39 | !reset success |
37 | !reset success |