Rev 17538 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17538 | Rev 17539 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !endif |
14 | !endif |
15 | 15 | ||
16 | !if $user=$empty |
16 | !if $user=$empty |
17 | !exit |
17 | !exit |
18 | !endif |
18 | !endif |
19 | - | ||
20 | <div class="box_content"> |
19 | <div class="box_content"> |
21 | !if $wims_user=supervisor |
20 | !if $wims_user=supervisor |
22 | <div class="title_box"> |
21 | <div class="title_box"> |
23 |
|
22 | !let k=!positionof item $user in $ulist |
24 |
|
23 | !distribute item $(llist[$k]),$(flist[$k]) into lastname,fistname |
25 |
|
24 | <h2 class="wims_title">$(name_activityof) $name_studentname</h2> |
26 | </div> |
25 | </div> |
27 | !endif |
26 | !endif |
28 | - | ||
29 | !if $lt_month=$empty |
27 | !if $lt_month=$empty |
30 | <div class="wims_msg info"> |
28 | <div class="wims_msg info"> |
31 | !!<strong>$wims_name_Error:</strong> |
29 | !!<strong>$wims_name_Error:</strong> |
32 | !read msg.phtml noactivity |
30 | !read msg.phtml noactivity |
33 | </div> |
31 | </div> |
34 | !exit |
32 | !exit |
35 | !endif |
33 | !endif |
36 | - | ||
37 | !if $wims_class!=$statclass |
34 | !if $wims_class!=$statclass |
38 | !readproc date.phtml $newccsum,notime noprint |
35 | !readproc date.phtml $newccsum,notime noprint |
39 | <div class="wims_msg info"> |
36 | <div class="wims_msg info"> |
40 | $name_notsingleclass |
37 | $name_notsingleclass |
41 | </div> |
38 | </div> |
42 | !endif |
39 | !endif |
43 | - | ||
44 | <div class="table-scroll"> |
40 | <div class="table-scroll"> |
45 | <table class="wimstable border"> |
41 | <table class="wimstable border"> |
46 | <head> |
42 | <head> |
47 | <tr> |
43 | <tr> |
48 | <th></th> |
44 | <th></th> |
Line 75... | Line 71... | ||
75 | !next k |
71 | !next k |
76 | </body> |
72 | </body> |
77 | </table> |
73 | </table> |
78 | </div> |
74 | </div> |
79 | </div> |
75 | </div> |
80 | - | ||
81 | - | ||
82 | <div class="box_content"> |
76 | <div class="box_content"> |
83 | <div class="title_box"> |
77 | <div class="title_box"> |
84 | <h2 class="wims_title">$wims_name_legend</h2> |
78 | <h2 class="wims_title">$wims_name_legend</h2> |
85 | </div> |
79 | </div> |
86 | <div class="wims_score_bar"> |
80 | <div class="wims_score_bar"> |