Subversion Repositories wimsdev

Rev

Rev 5989 | Rev 9975 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- _widgets/supervisordoc.phtml -->
  2. !for i=1 to $doccnt
  3.  !set sh=!record $i of wimshome/log/classes/$wims_class/doc/.index
  4.  !distribute lines $sh into s_,t_,bidon,bidon,bidon,o_
  5.  $table_tr
  6.   <td>$wims_name_doc</td>
  7.   <td>
  8.    !href module=adm/doc&job=read&doc=$s_&block=main $t_
  9.   </td>
  10.   <td>
  11.    !item $[$o_ +1] of $wims_name_Docstatus
  12.   </td>
  13.   <td>
  14.    !set wims_ref_class=wims_button
  15.    !href module=adm/doc&job=prop&doc=$s_ $wims_name_change
  16.   </td>
  17.  </tr>
  18. !next i
  19. <!-- end _widgets/supervisordoc.phtml -->
  20.