Subversion Repositories wimsdev

Rev

Rev 12004 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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