Rev 9975 | Go to most recent revision | 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 |
||
6042 | obado | 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 |
||
12004 | obado | 6 | <td class="wims_vote_item">$wims_name_Vote $i</td> |
5989 | bpr | 7 | <td> |
6042 | obado | 8 | !href module=adm/vote&job=read&vote=$i $ti_ |
5989 | bpr | 9 | </td> |
9970 | bpr | 10 | !if $seq_open=yes |
11 | !read themes/_procs/supervisorseq.proc vote,$st_ |
||
12 | !endif |
||
12004 | obado | 13 | <td class="wims_status_$st_">$(wims_name_shstatus[$[$st_+1]])</td> |
5989 | bpr | 14 | <td> |
6042 | obado | 15 | !set wims_ref_class=wims_button |
16 | !href module=adm/vote&job=edit&gstep=0&vote=$i $wims_name_change |
||
5989 | bpr | 17 | </td> |
6042 | obado | 18 | </tr> |
19 | !next i |
||
5989 | bpr | 20 | <!-- end _widgets/supervisorvote.phtml --> |