📄 pw_index_html.htm
字号:
<!--<?php
$tpc_topped=0;
$td_id=$a_id='';
foreach($threaddb as $key => $thread){
if($db_ajaxsubject && $ajaxcheck && $thread[fid]==$fid){
$td_id="td_s_".$thread[tid];
$a_id="a_ajax_".$thread[tid];
}
print <<<EOT
-->
<div class="topic">
$thread[status]
$thread[useriocn]
<!--
EOT;
if($forumset['addtpctype'] && $t_typedb[$thread['type']]){print <<<EOT
-->
[{$t_typedb[$thread[type]]}]
<!--
EOT;
}print <<<EOT
-->
<a href='$thread[tpcurl]' id='$a_id' target=_blank class='threadtxt'>$thread[subject]</a> $thread[ifmark] $thread[titleadd]
<!--
EOT;
if($thread[toolinfo]){print <<<EOT
-->
<span class="tool">[$thread[toolinfo]]</span>
<!--
EOT;
}print <<<EOT
-->
<span class="threadmei">【</span><span class='thusername'>$thread[author]</span><span class="threadmei">】</span>
点击:<span class="num_hit">$thread[hits]</span>
<span class="posttime"> $thread[postdate] </span>
<!--
EOT;
if($thread[replies] < $db_rethreadpage){
foreach($posts[$thread['tid']] as $key1 => $post){
!$post['subject'] && $post['subject']="RE:$thread[subject]";
print <<<EOT
-->
<div class="reply"><img src="$imgpath/$stylepath/index/repaly.gif">
<a href="read.php?tid=$thread[tid]&pid=$post[pid]" class="replytxt" target="_blank">$post[subject]</a>
<span class="rethreadmei">【</span><span class='reusername'>$post[author]</span><span class="rethreadmei">】</span> <span class="posttime"> <I>$post[postdate]</I> </span></div>
<!--
EOT;
}}else{print <<<EOT
-->
<div class="reply">$thread[ispage]</div>
<!--
EOT;
}print <<<EOT
-->
</div><table><tr><td align=center height=7></tr></table>
<!--
EOT;
}print <<<EOT
-->
<table width="$tablewidth" border="0" align="center" cellpadding="0" cellspacing="0" class="thread_table">
<tr><td> {$pages} [<a href="search.php" target="_blank">高级搜索</a>]
[<a href="index.php?fid=$fid&search=my">我的帖子</a>]</td>
<td align="right">
<form action='search.php?' method=post onSubmit="this.submit.disabled=true;">
<input type="hidden" name="step" value="2">按用户名搜索:
<input type=text name="pwuser" size=15>
<input name="searchbutton" type="image" src="image/wind/index/search_submit.gif" alt="搜索" width="53" height="20"></form>
</td></tr></table>
<table cellspacing=0 cellpadding=0 width='100%' align=center>
<tr><td align=center>$db_mmcatvadv1</td></tr></table>
<!--
EOT;
if($foruminfo[aid]){print <<<EOT
-->
<script language="JavaScript" src="$imgpath/Deploy.js"></script>
<!--
EOT;
}$head_pop && require_once PrintEot($head_pop);
?>-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -