Rev 5989 |
Rev 9646 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<!-- _widgets/supervisorsdocp.phtml -->
!set docpubliccnt
=!recordcnt wimshome
/log/classes
/$wims_class/doc
/.docindex
!for i=1 to $docpubliccnt
!set sh
=!record
$i of wimshome
/log/classes
/$wims_class/doc
/.docindex
!distribute lines $sh into s_,t_,ti,d_,o_
$table_tr
<td>$wims_name_doc</td>
<td>
!href module=$s_&$t_ $ti
</td>
<td>
!item $[$o_ +1] of $wims_name_status
</td>
<td>
!set wims_ref_class=wims_button
!href module=adm/class/adddoc&job=prop&doc=$i $wims_name_change
</td>
</tr>
<!-- end _widgets
/supervisorsdocp
.phtml
-->