📄 my_threads.htm
字号:
<table cellspacing="0" cellpadding="0" summary="{lang my_threads}" class="datatable">
<thead class="colplural">
<tr>
<th> </th>
<td class="forum">{lang forum}</td>
<td class="nums">
<select onchange="window.location='my.php?item=threads&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>{lang lastpost}</cite></td>
</tr>
</thead>
<!--{if $threadlist}-->
<tbody>
<!--{loop $threadlist $thread}-->
<tr>
<th><!--{if $thread['displayorder'] >= 0}--><a href="viewthread.php?tid=$thread[tid]" target="_blank">$thread[subject]</a><!--{else}-->$thread[subject]<!--{/if}--></th>
<td class="forum"><a href="forumdisplay.php?fid=$thread[fid]" target="_blank">$thread[forumname]</a></td>
<td class="nums"><!--{if $thread[displayorder] == '-1'}-->{lang forum_recyclebin}<!--{elseif $thread[displayorder] == '-2'}-->{lang my_threads_aduit}<!--{elseif $thread[closed] == '1'}-->{lang my_threads_close}<!--{else}-->{lang my_threads_common}<!--{/if}--></td>
<td class="lastpost">
<cite><!--{if $thread['lastposter']}--><a href="space.php?username=$thread[lastposterenc]" target="_blank">$thread[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
<em><a href="redirect.php?tid=$thread[tid]&goto=lastpost#lastpost">$thread[lastpost]</a></em>
</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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -