| |
224 |
224 |
|
| |
225 |
225 |
# |
| |
226 |
226 |
# Display the list of proctored users for this object for whom |
| |
227 |
227 |
# artifacts exist |
| |
228 |
228 |
# |
| |
229 |
229 |
set bulk_actions [list] |
| |
230 |
230 |
if {$swa_p} { |
| |
231 |
231 |
lappend bulk_actions \ |
| |
232 |
232 |
"#acs-kernel.common_Delete#" [ad_conn url] "#acs-kernel.common_Delete#" |
| |
233 |
233 |
} |
| |
234 |
234 |
|
| |
235 |
235 |
template::list::create \ |
| |
236 |
236 |
-name users \ |
| |
237 |
237 |
-multirow users \ |
| |
238 |
238 |
-key user_id \ |
| |
239 |
239 |
-actions [list] \ |
| |
240 |
240 |
-bulk_actions $bulk_actions \ |
| |
241 |
241 |
-bulk_action_method post \ |
| |
242 |
242 |
-bulk_action_export_vars { |
| |
243 |
243 |
object_id {delete true} |
| |
|
244 |
{m "[ns_queryget m]"} |
| |
244 |
245 |
} \ |
| |
245 |
246 |
-elements { |
| |
246 |
247 |
filter { |
| |
247 |
248 |
label "" |
| |
248 |
249 |
display_template { |
| |
249 |
250 |
<span data-filter="@users.filter@"></span> |
| |
250 |
251 |
} |
| |
251 |
252 |
} |
| |
252 |
253 |
name { |
| |
253 |
254 |
label "[_ acs-admin.Name]" |
| |
254 |
255 |
link_url_col proctoring_url |
| |
255 |
256 |
} |
| |
256 |
257 |
student_id { |
| |
257 |
258 |
label "[_ proctoring-support.student_id_label]" |
| |
258 |
259 |
link_url_col proctoring_url |
| |
259 |
260 |
} |
| |
260 |
261 |
status { |
| |
261 |
262 |
label "[_ acs-subsite.Status]" |
| |
262 |
263 |
display_template { |
| |
263 |
264 |
<div class="review-status"> |