📄 digest.htm
字号:
{template header}
<div class="subtable nav" style="width: {TABLEWIDTH}">
<div class="right"> <a href="#bottom"><img src="{IMGDIR}/arrow_dw.gif" border="0" alt="" /></a>
</div>
<a href="discuz.php">$bbname</a> » {lang digest}
</div><br>
<div class="subtable" style="width: {TABLEWIDTH}">
$multipage
</div>
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder" style="table-layout: fixed; word-wrap: break-word">
<tr class="header">
<td align="center" width="43%">{lang subject}</td>
<td align="center" width="16%">{lang forum}</td>
<td align="center" width="12%">{lang author}</td>
<td align="center" width="7%" nowrap>{lang replies}</td>
<td align="center" width="7%" nowrap>{lang views}</td>
<td align="center" width="15%">{lang lastpost}</td>
</tr>
<!--{loop $threadlist $thread}-->
<tr>
<td class="altbg2" onMouseOver="this.className='altbg1'" onMouseOut="this.className='altbg2'">
[ <b>{echo substr('III', - $thread['digest'])}</b> ]
<!--{if $thread['displayorder']}--><img src="{IMGDIR}/pin.gif" alt="" /> {lang thread_sticky}<b>{echo substr('III', - $thread['displayorder'])}</b>:
<!--{elseif $thread['special'] == 1}--><img src="{IMGDIR}/pollsmall.gif" alt="" /> {lang thread_poll}:
<!--{/if}-->$thread['attachment']<a href="viewthread.php?tid=$thread[tid]&fpage=1&highlight=$index[keywords]" target="_blank" $thread[highlight]>$thread[subject]</a>$thread[multipage]</td>
<td class="altbg1" align="center"><a href="forumdisplay.php?fid=$thread[fid]">$thread[forumname]</a></td>
<td class="altbg2" align="center">
<!--{if $thread['authorid']}--><a href="viewpro.php?uid=$thread[authorid]">$thread[author]</a><!--{else}-->{lang guest}<!--{/if}-->
<br><span class="smalltxt">$thread[dateline]</span></td>
<td class="altbg1" align="center">$thread[replies]</td>
<td class="altbg2" align="center">$thread[views]</td>
<td class="altbg1" align="center">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr align="right">
<td nowrap><font class="smalltxt">$thread[lastpost]<br>
{lang forum_lastpost_by} <!--{if $thread['lastposter']}--><a href="viewpro.php?username=$thread[lastposterenc]">$thread[lastposter]</a><!--{else}-->{lang guest}<!--{/if}-->
</font></td><td nowrap> <a href="redirect.php?tid=$thread[tid]&goto=lastpost&highlight=$index[keywords]#lastpost"><img src="{IMGDIR}/lastpost.gif" border="0" alt="" /></a>
</td></tr></table>
</td>
</tr>
<!--{/loop}-->
<form method="post" action="digest.php">
<input type="hidden" name="formhash" value="{FORMHASH}">
<tr>
<td class="altbg2" colspan="6">{lang keyword}: <input type="text" size="15" name="keyword" value="$keyword">
{lang author}: <input type="text" size="15" name="author" value="$author">
{lang orderby}: <select name="order">
<option value="digest" $ordercheck[digest]>{lang level}</option>
<option value="replies" $ordercheck[replies]>{lang replies}</option>
<option value="views" $ordercheck[views]>{lang views}</option>
<option value="dateline" $ordercheck[dateline]>{lang dateline}</option>
<option value="lastpost" $ordercheck[lastpost]>{lang lastpost}</option>
</select>
<input type="submit" value="{lang submit}"></td>
</tr>
<tr>
<td class="altbg2" colspan="6">{lang digest_forum}:<br>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<!--{loop $forumlist $key $forum}-->
<!--{if $key % 4 == 0}--></td></tr><tr><td width="25%" nowrap><!--{else}--></td><td width="25%" nowrap><!--{/if}-->
<input type="checkbox" name="forums[]" value="$forum[fid]" $forumcheck[$forum[fid]]> $forum[name]
<!--{/loop}-->
</tr></table>
</form></td></tr></table>
<div class="subtable" style="width: {TABLEWIDTH}">
$multipage
</div>
{template footer}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -