Rev 12938 | Rev 12950 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12938 | Rev 12947 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if $error!=$empty |
- | |
3 | <div class="wims_msg alert"> |
- | |
4 | !read msg.phtml |
- | |
5 | </div><p> |
- | |
6 | !href module=home $wims_name_class_home |
- | |
7 | </p> |
- | |
8 | !goto end |
- | |
9 | !endif |
- | |
10 | !if $user!=$empty |
1 | !if $user!=$empty |
11 | !readdef wimshome/log/classes/$wims_class/.users/$user |
2 | !readdef wimshome/log/classes/$wims_class/.users/$user |
12 | !distribute item $user_lastname,$user_firstname into lastname,firstname |
3 | !distribute item $user_lastname,$user_firstname into lastname,firstname |
13 | !endif |
4 | !endif |
14 | !default name_student=!nosubst $lastname, $firstname |
5 | !default name_student=!nosubst $lastname, $firstname |
15 | !readproc var.activity.proc |
- | |
16 | !if $status!=OK |
6 | !if $status!=OK |
17 | !form reply |
7 | !form reply |
18 | <input type="hidden" name="job" value="select" /> |
8 | <input type="hidden" name="job" value="select" /> |
19 | <input type="hidden" name="status" value="OK" /> |
9 | <input type="hidden" name="status" value="OK" /> |
20 | <fieldset class="property_fields halfwidth blockcenter"> |
10 | <fieldset class="property_fields halfwidth blockcenter"> |
Line 30... | Line 20... | ||
30 | !formselect showsheet list $activlist prompt $(shs_title[$(activlist)]) |
20 | !formselect showsheet list $activlist prompt $(shs_title[$(activlist)]) |
31 | </div> |
21 | </div> |
32 | <div class="wimscenter wimsform"> |
22 | <div class="wimscenter wimsform"> |
33 | <input type="submit" value="$wims_name_Show" /> |
23 | <input type="submit" value="$wims_name_Show" /> |
34 | </div> |
24 | </div> |
35 | !read choix.phtml |
25 | !read script/choix.phtml |
36 | </fieldset> |
26 | </fieldset> |
37 | !formend |
27 | !formend |
38 | !else |
28 | !else |
39 | !if $usercnt==0 |
29 | !if $usercnt==0 |
40 | $name_noparticipant |
30 | $name_noparticipant |
Line 109... | Line 99... | ||
109 | !goto enduser |
99 | !goto enduser |
110 | !endif |
100 | !endif |
111 | !endif |
101 | !endif |
112 | !set getraw=$uu |
102 | !set getraw=$uu |
113 | !increase nbpart |
103 | !increase nbpart |
114 | !readproc raw.proc |
104 | !readproc script/raw.proc |
115 | $table_tr |
105 | $table_tr |
116 | <td> |
106 | <td> |
117 | !href module=adm/class/userscore&job=getuser&getuser=$uu#sheet$(showsheet[1]) $name_student |
107 | !href module=adm/class/userscore&job=getuser&getuser=$uu#sheet$(showsheet[1]) $name_student |
118 | </td> |
108 | </td> |
119 | !for h = 1 to 2*$sheetcnt + 4 |
109 | !for h = 1 to 2*$sheetcnt + 4 |
Line 150... | Line 140... | ||
150 | !next |
140 | !next |
151 | </tr> |
141 | </tr> |
152 | !if $graphics=1 |
142 | !if $graphics=1 |
153 | $table_tr |
143 | $table_tr |
154 | <td colspan="$[$nbth+1]" style="text-align:left;"> |
144 | <td colspan="$[$nbth+1]" style="text-align:left;"> |
155 | !read exobyday.phtml |
145 | !read script/exobyday.phtml |
156 | </td></tr> |
146 | </td></tr> |
157 | !endif |
147 | !endif |
158 | !endif |
148 | !endif |
159 | :enduser |
149 | :enduser |
160 | !next |
150 | !next |