HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/discuz/templates/default/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(this);doane(event);">{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(this);doane(event);">{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?action=reply&fid=$fid&tid=$tid&stand=1" onclick="showWindow('reply', this.href);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?action=reply&fid=$fid&tid=$tid&stand=2" onclick="showWindow('reply', this.href);return false;">{lang debater_opponent}</a>{lang debater}: $debate[negadebaters]</h5>
					<div class="debateuser">$debate[negaavatars]</div>
				</td>
			</tr>
		</table>
	</div>