Rev 14733 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12378 | bpr | 1 | !read themes/_widgets/user_vartool.phtml |
12790 | bpr | 2 | !read themes/_widgets/user_varglossary.phtml |
3 | |||
12569 | bpr | 4 | !if $tcnt+$gcnt>0 |
12378 | bpr | 5 | <!-- _widgets/usertool.phtml --> |
6 | <div class="wims_seq" id="wims_user_tool"> |
||
13668 | bpr | 7 | !!<div class="wims_title_seq wims_tool_item">$wims_name_tools</div> |
12378 | bpr | 8 | <ul class="wims_work_list"> |
12569 | bpr | 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 |
||
14733 | bpr | 14 | !set tt_=!line $i of $tt_list |
12569 | bpr | 15 | <li class="wims_tool_item"> |
16 | !!<span class="wims_user_tool_type">$wims_name_tool</span> |
||
15807 | bpr | 17 | !href module=$s_&$tt_ $t_ |
12569 | bpr | 18 | </li> |
19 | !next i |
||
20 | !endif |
||
21 | !if $gcnt>0 |
||
22 | !for i=1 to $gcnt |
||
12790 | bpr | 23 | !set t_=!line $i of $gt_list |
12569 | bpr | 24 | <li class="wims_glossary_item"> |
25 | !!<span class="wims_user_glossary_type">$wims_name_tool</span> |
||
12790 | bpr | 26 | !href module=adm/tool/glossary&gl=$i $t_ |
12569 | bpr | 27 | </li> |
28 | !next i |
||
29 | !endif |
||
12378 | bpr | 30 | </ul> |
31 | </div> |
||
32 | <!-- end _widgets/usertool.phtml --> |
||
33 | !endif |