📄 viewthread_debate.htm
字号:
<div class="debatesquare"> <table summary="{lang debate_all_point}" cellspacing="0" cellpadding="0"> <tr> <td class="stand_1"> <div class="point_chart"> <label>$debate[affirmvotes]</label> <div class="chart" style="height: {echo $debate[affirmvoteswidth]}%;"> <label>$debate[affirmvotes]</label> </div> </div> <div class="point">{lang debate_square}</div> </td> <td class="piont_info"> <p>$debate[affirmpoint]</p> <p><button href="misc.php?action=debatevote&tid=$tid&stand=1" id="affirmbutton" onclick="ajaxmenu(event, this.id)">{lang debate_support_square}</button></p> </td> <th></th> <td class="stand_2"> <div class="point_chart"> <label>$debate[negavotes]</label> <div class="chart" style="height: {echo $debate[negavoteswidth]}%;"> <label>$debate[negavotes]</label> </div> </div> <div class="point">{lang debate_opponent}</div> </td> <td class="piont_info"> <p>$debate[negapoint]</p> <p><button href="misc.php?action=debatevote&tid=$tid&stand=2" id="negabutton" onclick="ajaxmenu(event, this.id)">{lang debate_support_opponent}</button></p> </td> </tr> </table> </div> <div class="debater"> <table summary="{lang debate_all_point}" cellspacing="0" cellpadding="0"> <tr class="button"> <td class="stand_1"> <h5><a href="post.php?infloat=yes&action=reply&fid=$fid&tid=$tid&stand=1" onclick="floatwin('open_reply', this.href, 600, 410, '600,0');return false;">{lang debater_square}</a>{lang debater}: $debate[affirmdebaters]</h5> <div class="debateuser">$debate[affirmavatars]</div> </td> <th></th> <td class="stand_2"> <h5><a href="post.php?infloat=yes&action=reply&fid=$fid&tid=$tid&stand=2" onclick="floatwin('open_reply', this.href, 600, 410, '600,0');return false;">{lang debater_opponent}</a>{lang debater}: $debate[negadebaters]</h5> <div class="debateuser">$debate[negaavatars]</div> </td> </tr> </table> </div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -