Subversion Repositories wimsdev

Rev

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

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