Subversion Repositories wimsdev

Rev

Rev 14297 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- _widgets/supervisorsfreework.phtml -->
  2. !for i=1 to $freeworkcnt
  3.   !set sh=!record $i of wimshome/log/classes/$wims_class/freeworks/.freeworks
  4.   !distribute lines $sh into ac,t_,ti,d_,bl,ty_
  5.   $table_tr
  6.    <td class="wims_freework_item">$wims_name_Freework $i</td>
  7.    <td>
  8.      !href module=adm/class/freework&freework=$i $ti
  9.    </td>
  10.    <td class="wims_status_$ac">$(wims_name_shstatus[$[$ac+1]])</td>
  11.    <td>
  12.     !read adm/freeworkaction.phtml freework,$i,$ac,1,$ty_
  13.    </td>
  14.   </tr>
  15. !next i
  16. <!-- end _widgets/supervisorsfreework.phtml -->
  17.