Rev 15569 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6042 | obado | 1 | |
7035 | bpr | 2 | !read themes/_widgets/user_varexam.phtml |
6042 | obado | 3 | |
5989 | bpr | 4 | !if $m>0 |
12384 | bpr | 5 | <!-- _widgets/userexam.phtml --> |
6 | <div class="wims_seq" id="wims_user_exam"> |
||
13175 | obado | 7 | !if $jquery_defined!=yes |
8 | <div class="wims_title_seq wims_exam_item">$wims_name_Examens</div> |
||
9 | !endif |
||
12004 | obado | 10 | <ul class="wims_work_list"> |
12384 | bpr | 11 | !for i=1 to $m |
12 | !set se=!item $i of $aelist |
||
18152 | czzmrn | 13 | !set e_$se=!record $se of wimshome/log/classes/$wims_class/exams/.exams |
12384 | bpr | 14 | !distribute lines $(e_$se) into ac,t_,s_,ti,de |
12004 | obado | 15 | <li class="wims_exam_item"> |
16 | <span class="wims_user_exam_type">$wims_name_Examen $se.</span> |
||
17 | <span class="wims_user_exam_desc"> |
||
12384 | bpr | 18 | !href module=adm/class/exam&job=student&exam=$se $ti |
12004 | obado | 19 | </span> |
20 | <span class="wims_user_exam_expire"> |
||
12384 | bpr | 21 | !if $ac>=2 |
12004 | obado | 22 | <span class="wims_status wims_status_3">$U_expired</span> |
12384 | bpr | 23 | !else |
24 | !if showexexpire iswordof $class_option |
||
25 | !read misc/expire.phtml.$lang $t_ |
||
26 | !else |
||
12004 | obado | 27 | |
12384 | bpr | 28 | !endif |
29 | !endif |
||
12004 | obado | 30 | </span> |
15569 | bpr | 31 | !read themes/_widgets/userexambar.phtml $se |
12004 | obado | 32 | </li> |
12384 | bpr | 33 | !next i |
12004 | obado | 34 | </ul> |
7927 | bpr | 35 | </div> |
6042 | obado | 36 | <!-- end _widgets/userexam.phtml --> |
5989 | bpr | 37 | !endif |