viewthread_poll_voter.htm
1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!--{template common/header}-->
<!--{if empty($_GET['inajax'])}-->
<div id="pt" class="bm cl">
<div class="z"><a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>›</em> $navigation</div>
</div>
<div id="ct" class="wp cl">
<div class="mn">
<div class="bm bw0">
<!--{/if}-->
<h3 class="flb">
<em id="return_$_GET['handlekey']">{lang poll_voters}</em>
<!--{if !empty($_GET['inajax'])}--><span><a href="javascript:;" class="flbc" onclick="hideWindow('$_GET['handlekey']')" title="{lang close}">{lang close}</a></span><!--{/if}-->
</h3>
<div class="c voterlist">
<p>
<select class="ps" onchange="{if !empty($_GET['inajax'])}showWindow('viewvote', 'forum.php?mod=misc&action=viewvote&tid=$_G[tid]&polloptionid=' + this.value){else}location.href = 'forum.php?mod=misc&action=viewvote&tid=$_G[tid]&polloptionid=' + this.value;{/if}">
<!--{loop $polloptions $options}-->
<option value="$options[polloptionid]"{if $options[polloptionid] == $polloptionid} selected="selected"{/if}>$options[polloption]</option>
<!--{/loop}-->
</select>
</p>
<ul class="ml mtm cl voterl">
<!--{if !$voterlist}-->
<li>{lang none}</li>
<!--{else}-->
<!--{loop $voterlist $voter}-->
<li><p><a href="home.php?mod=space&uid=$voter[uid]" target="_blank">$voter[username]</a></p></li>
<!--{/loop}-->
<!--{/if}-->
</ul>
</div>
<div class="c cl mbn">$multipage</div>
<!--{if !$_GET['inajax']}-->
</div>
</div>
</div>
<!--{/if}-->
<!--{template common/footer}-->