my_polls.htm
来自「Discuz_7.0.0 是一款社区程序源码!! 国内80 的站长使用此程序」· HTM 代码 · 共 40 行
HTM
40 行
<table cellspacing="0" cellpadding="0" summary="{lang my_polls}" class="datatable">
<thead class="colplural">
<tr>
<th> </th>
<td class="forum">{lang forum}</td>
<td class="nums">
<select onchange="window.location='my.php?item=polls&filter=' + this.value + '$fidadd'">
<option value="">{lang status}</option>
<option value="recyclebin"<!--{if $filter == 'recyclebin'}--> selected="selected"<!--{/if}-->>{lang forum_recyclebin}</option>
<option value="aduit"<!--{if $filter == 'aduit'}--> selected="selected"<!--{/if}-->>{lang my_threads_aduit}</option>
<option value="close"<!--{if $filter == 'close'}--> selected="selected"<!--{/if}-->>{lang my_threads_close}</option>
<option value="common"<!--{if $filter == 'common'}--> selected="selected"<!--{/if}-->>{lang my_threads_common}</option>
</option>
</td>
<td class="lastpost"><cite><!--{if $type == 'poll'}-->{lang lastpost}<!--{else}-->{lang poll_dateline}<!--{/if}--></cite></td>
</tr>
</thead>
<!--{if $polllist}-->
<tbody>
<!--{loop $polllist $key $poll}-->
<tr>
<th><a href="viewthread.php?tid=$poll[tid]" target="_blank">$poll[subject]</a></th>
<td class="forum"><a href="forumdisplay.php?fid=$poll[fid]" target="_blank">$poll[forumname]</a></td>
<td class="nums"><!--{if $poll[displayorder] == '-1'}-->{lang forum_recyclebin}<!--{elseif $poll[displayorder] == '-2'}-->{lang my_threads_aduit}<!--{elseif $poll[closed] == '1'}-->{lang my_threads_close}<!--{else}-->{lang my_threads_common}<!--{/if}--></td>
<td class="lastpost">
<!--{if $type == 'poll'}-->
<cite><!--{if $poll['lastposter']}--><a href="space.php?username=$poll[lastposterenc]" target="_blank">$poll[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
<em><a href="redirect.php?tid=$poll[tid]&goto=lastpost#lastpost" target="_blank">$poll[lastpost]</a></em>
<!--{else}-->
<cite>$poll[dateline]</cite>
<!--{/if}-->
</td>
</tr>
<!--{/loop}-->
</tbody>
<!--{else}-->
<tr><th colspan="4"><p class="nodata">{lang data_nonexistence}</p></th></tr>
<!--{/if}-->
</table>
<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?