Subversion Repositories wimsdev

Rev

Rev 13175 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read themes/_widgets/user_vardoc.phtml
  2. !read themes/_widgets/user_vardocp.phtml
  3. !if $dcnt + $dpcnt>0
  4.   <!-- _widgets/userdoc.phtml -->
  5.  
  6.   <div class="wims_seq" id="wims_user_doc">
  7.   !if $jquery_defined!=yes
  8.     <div class="wims_title_seq wims_doc_item">$wims_name_Docs</div>
  9.   !endif
  10.   <ul class="wims_work_list">
  11.   !for i=1 to $dcnt
  12.     !set s_=!line $i of $ds_list
  13.     !set t_=!line $i of $dt_list
  14.     <li class="wims_doc_item">
  15.      !!<span class="wims_user_doc_type">$wims_name_doc</span>
  16.     !href module=adm/doc&job=read&doc=$s_&block=main $t_
  17.     </li>
  18.   !next i
  19.   !for i=1 to $dpcnt
  20.     !set s_=!line $i of $dps_list
  21.     !set t_=!line $i of $dpt_list
  22.     !set w_=!line $i of $dpdw_list
  23.     <li class="wims_doc_item">
  24.      !!<span class="wims_user_doc_type">$wims_name_doc</span>
  25.     !href module=$s_&$t_&wksheet=$w_ $(dpti_list[$i;])
  26.     </li>
  27.   !next i
  28.   </ul>
  29.   </div>
  30.   <!-- end _widgets/userdoc.phtml -->
  31. !endif
  32.