Subversion Repositories wimsdev

Rev

Rev 12004 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5989 bpr 1
<!-- _widgets/supervisorvote.phtml -->
2
!for i=1 to $votecnt
12338 bpr 3
  !set sh=!record $i of wimshome/log/classes/$wims_class/vote/.votes
4
  !distribute lines $sh into st_,ti_,op_,re_
5
  $table_tr
6
   <td class="wims_vote_item">$wims_name_Vote $i</td>
7
   <td>
8
  !href module=adm/vote&job=read&vote=$i $ti_
9
   </td>
9970 bpr 10
  !if $seq_open=yes
11
    !read themes/_procs/supervisorseq.proc vote,$st_
12
  !endif
12338 bpr 13
   <td class="wims_status_$st_">$(wims_name_shstatus[$[$st_+1]])</td>
14
   <td>
15
  !set wims_ref_class=wims_button
16
  !href module=adm/vote&job=edit&gstep=0&vote=$i $wims_name_change
17
   </td>
18
  </tr>
6042 obado 19
!next i
5989 bpr 20
<!-- end _widgets/supervisorvote.phtml -->