Subversion Repositories wimsdev

Rev

Rev 12004 | 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_,w_
  6.   $table_tr
  7.   <td class="wims_doc_item">$wims_name_doc $i</td>
  8.   <td>
  9.   !href module=$s_&$t_&wksheet=$w_ $ti
  10.   </td>
  11.   !if $seq_open=yes
  12.     !read themes/_procs/supervisorseq.proc doc,$o_
  13.   !endif
  14.   <td class="wims_doc_status_$o_">
  15.   !item $[$o_ +1] of $wims_name_status
  16.   </td><td>
  17.   !set wims_ref_class=wims_button
  18.   !href module=adm/class/adddoc&job=prop&doc=$i $wims_name_change
  19.  
  20.   !set wims_ref_class=wims_button
  21.   !href module=adm/class/adddoc&job=chstatus&doc=$i $(wims_name_actionlist[5-$o_])
  22.  
  23.   !set wims_ref_class=wims_button wims_warning
  24.   !href module=adm/class/adddoc&job=deldoc&doc=$i $(wims_name_actionlist[6])
  25.  
  26.   </td>
  27.  </tr>
  28. !next i
  29. <!-- end _widgets/supervisorsdocp.phtml -->
  30.