Rev 12004 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10006 | bpr | 1 | !read themes/_widgets/user_varvote.phtml |
6042 | obado | 2 | |
3 | !if $v>0 |
||
4 | <!-- _widgets/uservote.phtml --> |
||
9813 | bpr | 5 | <div class="wims_seq" id="wims_user_vote"> |
13668 | bpr | 6 | !!<div class="wims_title_seq wims_vote_item" >$wims_name_Votes</div> |
7759 | bpr | 7 | <ul class="wims_work_list"> |
6042 | obado | 8 | !for i=1 to $v |
9 | !set sv=!item $i of $avlist |
||
10 | !distribute lines $(v_$sv) into ac,ti |
||
7759 | bpr | 11 | <li class="wims_vote_item"> |
7753 | bpr | 12 | <span class="wims_user_vote_type">$wims_name_Vote $i</span> |
13 | <span class="wims_user_vote_desc"> |
||
6042 | obado | 14 | !href module=adm/vote&job=read&vote=$sv $ti |
7753 | bpr | 15 | </span> |
16 | <span class="wims_user_vote_expire"> |
||
12004 | obado | 17 | !if $ac>=2 |
18 | <span class="wims_status wims_status_3">$U_expired</span> |
||
19 | !else |
||
20 | |
||
21 | !endif |
||
7753 | bpr | 22 | </span> |
23 | </li> |
||
6042 | obado | 24 | !next i |
7753 | bpr | 25 | </ul> |
7927 | bpr | 26 | </div> |
6042 | obado | 27 | <!-- end _widgets/uservote.phtml --> |
5989 | bpr | 28 | !endif |