Subversion Repositories wimsdev

Rev

Rev 9970 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- _widgets/supervisorvote.phtml -->
  2. !for i=1 to $votecnt
  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>$wims_name_Vote</td>
  7.   <td>
  8.    !href module=adm/vote&job=read&vote=$i $ti_
  9.   </td>
  10.   !if $seq_open=yes
  11.     !read themes/_procs/supervisorseq.proc vote,$st_
  12.   !endif
  13.   <td>$(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>
  19. !next i
  20. <!-- end _widgets/supervisorvote.phtml -->
  21.