Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
7759 bpr 1
!read themes/_widgets/user_vardoc.phtml
2
!read themes/_widgets/user_vardocp.phtml
3
!if $dcnt + $dpcnt>0
13261 bpr 4
  <!-- _widgets/userdoc.phtml -->
7921 obado 5
 
13261 bpr 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">
5989 bpr 11
  !for i=1 to $dcnt
13261 bpr 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>
5989 bpr 18
  !next i
7759 bpr 19
  !for i=1 to $dpcnt
13261 bpr 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>
7759 bpr 27
  !next i
13261 bpr 28
  </ul>
29
  </div>
30
  <!-- end _widgets/userdoc.phtml -->
6042 obado 31
!endif