Subversion Repositories wimsdev

Rev

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

  1. <!-- _widgets/supervisordoc.phtml -->
  2. !set listc=!filelist $wims_home/log/classes/$wims_class/doc
  3. !set listc=!replace internal c by in $listc
  4. !set listc=!lines2items $listc
  5. !set listc=!sort numeric items $listc
  6.  
  7. !for i=1 to $doccnt
  8.  !set sh=!record $(wims_sort_order[$i]) of wimshome/log/classes/$wims_class/doc/.index
  9.  !distribute lines $sh into s_,t_,bidon,bidon,bidon,o_
  10.  $table_tr
  11.   <td>$wims_name_doc</td>
  12.   <td>
  13.    !href module=adm/doc&job=read&doc=$s_&block=main $t_
  14.   </td>
  15.   !if $seq_open=yes
  16.     !read themes/_procs/supervisorseq.proc c,$o_
  17.   !endif
  18.   <td>
  19.    !item $[$o_ +1] of $wims_name_Docstatus
  20.   </td><td>
  21.    !set wims_ref_class=wims_button
  22.    !href module=adm/doc&job=prop&doc=$s_ $wims_name_change
  23.   </td>
  24.  </tr>
  25. !next i
  26. <!-- end _widgets/supervisordoc.phtml -->
  27.