本帖最后由 不被谁所认识 于 2009-6-29 12:23 编辑
<!--{if !$post['status']}-->
<!--{if $post['first'] && $fid == '1012'}-->
<a href="javascript:;" class="covervote" id="vote_btn" onclick="postvote2('$post['pid']', '$tid', 'vote_txt');">
<span id="vote_txt">支持你上封面</span>(<b id="vote_num">$post[support]</b>)</a>
<!--{else}-->
<!--{if !$post['first'] && $fid <> '1088'}-->
<a class="support" href="javascript:;" onclick="postvote('$post['pid']', '$tid', 'support', 'support$post['pid']');"><span id="support$post['pid']" title="好评或赞成5次增加5个名望">赞成</span>(<span id="support{$post['pid']}num">$post[support]</span>)</a>
<a class="oppose" href="post.php?action=reply&fid=$fid&tid=$tid&repquote=$post[pid]&extra=$extra&page=$page" onclick="floatwin2('open_reply', this.href, 600, 410, '600,0');return false;"><span id="oppose$post['pid']">反对</span></a>
<!--{/if}-->
<!--{/if}-->
<!--{/if}-->
相关代码,具体怎么整我也不知道,不清楚该功能的构造,不过个人觉得似乎只要加入代码即可,不知道是不是有高手赐教 |