Subversion Repositories wimsdev

Rev

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

  1. !read themes/_widgets/user_vartool.phtml
  2. !read themes/_widgets/user_varglossary.phtml
  3.  
  4. !if $tcnt+$gcnt>0
  5.  <!-- _widgets/usertool.phtml -->
  6. <div class="wims_seq" id="wims_user_tool">
  7.  !!<div class="wims_title_seq wims_tool_item">$wims_name_tools</div>
  8.  <ul class="wims_work_list">
  9.   !if $tcnt>0
  10.     !for i=1 to $tcnt
  11.       !set s_=!line $i of $ts_list
  12.       !set t_=!line $i of $ti_list
  13.       !set w_=!line $i of $tdw_list
  14.       !set tt_=!line $i of $tt_list
  15.       <li class="wims_tool_item">
  16.       !!<span class="wims_user_tool_type">$wims_name_tool</span>
  17.       !href module=$s_&$tt_ $t_
  18.       </li>
  19.     !next i
  20.   !endif
  21.   !if $gcnt>0
  22.     !for i=1 to $gcnt
  23.       !set t_=!line $i of $gt_list
  24.       <li class="wims_glossary_item">
  25.       !!<span class="wims_user_glossary_type">$wims_name_tool</span>
  26.       !href module=adm/tool/glossary&gl=$i $t_
  27.       </li>
  28.     !next i
  29.   !endif
  30.  </ul>
  31. </div>
  32.  <!-- end _widgets/usertool.phtml -->
  33. !endif
  34.