Rev 17118 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17118 | Rev 17170 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | :normal |
25 | :normal |
26 | !read classlogo.phtml |
26 | !read classlogo.phtml |
27 | !if $class_logo!=$empty |
27 | !if $class_logo!=$empty |
28 | <img src="$class_logo" alt="logo" style="border:0px" |
28 | <img src="$class_logo" alt="logo" style="border:0px">. |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | 31 | ||
32 | !endif |
32 | !endif |
33 | <div class="wimscenter"> |
33 | <div class="wimscenter"> |
34 | <span style="font-weight:bold;font-size:large;">$wims_classname</span> |
34 | <span style="font-weight:bold;font-size:large;">$wims_classname</span> |
35 | <br |
35 | <br> |
36 | !if $wims_superclass=$empty or $wims_superclass=$wims_class |
36 | !if $wims_superclass=$empty or $wims_superclass=$wims_class |
37 | $wims_institutionname |
37 | $wims_institutionname |
38 | !else |
38 | !else |
39 | <span class="wims_classes_direct_portal"> |
39 | <span class="wims_classes_direct_portal"> |
40 | !href module=adm/class/classes&type=authparticipant&class=$wims_superclass&auth_user=$wims_user_ext $wims_institutionname |
40 | !href module=adm/class/classes&type=authparticipant&class=$wims_superclass&auth_user=$wims_user_ext $wims_institutionname |
Line 46... | Line 46... | ||
46 | !href module=adm/class/classes&type=authparticipant&class=$class_parent&auth_user=$wims_user_ext $pname |
46 | !href module=adm/class/classes&type=authparticipant&class=$class_parent&auth_user=$wims_user_ext $pname |
47 | </span> |
47 | </span> |
48 | !endif |
48 | !endif |
49 | !endif |
49 | !endif |
50 | </div> |
50 | </div> |
51 | <br style="clear:both;" |
51 | <br style="clear:both;"></div> |
52 | <div class="wimsbody"> |
52 | <div class="wimsbody"> |
53 | 53 | ||
54 | !if _tool isin $wims_session |
54 | !if _tool isin $wims_session |
55 | !read ./tools.phtml |
55 | !read ./tools.phtml |
56 | !goto end |
56 | !goto end |
Line 128... | Line 128... | ||
128 | :endbar |
128 | :endbar |
129 | <table class="wims_table" style="width:90%"> |
129 | <table class="wims_table" style="width:90%"> |
130 | <tr> |
130 | <tr> |
131 | <td style="text-align:left"> |
131 | <td style="text-align:left"> |
132 | !href module=adm/class/classes&type=participant $wims_name_U_oclass |
132 | !href module=adm/class/classes&type=participant $wims_name_U_oclass |
133 | <br |
133 | <br> |
134 | !href cmd=close&module=home $wims_name_visitor |
134 | !href cmd=close&module=home $wims_name_visitor |
135 | 135 | ||
136 | !read themes/_widgets/extlink.phtml |
136 | !read themes/_widgets/extlink.phtml |
137 | </td> |
137 | </td> |
138 | <td style="text-align:center"> |
138 | <td style="text-align:center"> |
139 | !if $exist_cdt=yes |
139 | !if $exist_cdt=yes |
140 | !href module=adm/class/cdt $wims_name_cdt |
140 | !href module=adm/class/cdt $wims_name_cdt |
141 | / |
141 | / |
142 | !endif |
142 | !endif |
143 | !href module=adm/forum/mboard $wims_name_forum |
143 | !href module=adm/forum/mboard $wims_name_forum |
144 | <br |
144 | <br> |
145 | !mailurl $wims_supervisormail $wims_name_mail |
145 | !mailurl $wims_supervisormail $wims_name_mail |
146 | </td> |
146 | </td> |
147 | <td style="text-align:right"> |
147 | <td style="text-align:right"> |
148 | !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref |
148 | !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref |
149 | <br |
149 | <br> |
150 | !href module=adm/class/passwd $wims_name_passwd |
150 | !href module=adm/class/passwd $wims_name_passwd |
151 | </td> |
151 | </td> |
152 | </tr> |
152 | </tr> |
153 | </table> |
153 | </table> |
154 | <p style="text-align:center"><small>WIMS-$wims_version@$httpd_HTTP_HOST</small></p> |
154 | <p style="text-align:center"><small>WIMS-$wims_version@$httpd_HTTP_HOST</small></p> |