Subversion Repositories wimsdev

Rev

Rev 13175 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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