Rev 14297 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14297 | guerimand | 1 | <!-- _widgets/supervisorsfreework.phtml --> |
2 | !for i=1 to $freeworkcnt |
||
3 | !set sh=!record $i of wimshome/log/classes/$wims_class/freeworks/.freeworks |
||
14831 | guerimand | 4 | !distribute lines $sh into ac,t_,ti,d_,bl,ty_ |
14297 | guerimand | 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> |
||
14831 | guerimand | 12 | !read adm/freeworkaction.phtml freework,$i,$ac,1,$ty_ |
14297 | guerimand | 13 | </td> |
14 | </tr> |
||
15 | !next i |
||
16 | <!-- end _widgets/supervisorsfreework.phtml --> |