Subversion Repositories wimsdev

Rev

Rev 9970 | Rev 11868 | 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.   !if $seq_open=yes
  11.     !read themes/_procs/supervisorseq.proc c,$o_
  12.   !endif
  13.   <td>
  14.    !item $[$o_ +1] of $wims_name_Docstatus
  15.   </td><td>
  16.    !set wims_ref_class=wims_button
  17.    !href module=adm/doc&job=prop&doc=$s_ $wims_name_change
  18.   </td>
  19.  </tr>
  20. !next i
  21. <!-- end _widgets/supervisordoc.phtml -->
  22.