viewthread_debate.htm

来自「Discuz_7.0.0 是一款社区程序源码!! 国内80 的站长使用此程序」· HTM 代码 · 共 50 行

HTM
50
字号
	<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 + =
减小字号Ctrl + -
显示快捷键?