📄 showpk.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
a{text-decoration: none;}
a:hover{color: #0099ff;}
a:link {color: #205064;}
a:visited {color: #006699;}
body{padding: 0px; margin: 0px;text-decoration: none;line-height: 150%;}
body,td,th,input,select,textarea
{font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
.border,input,textarea{border: 1px solid #cccccc;}
.title{background:#438EBC;height:25px;}
.title2{background:#9EC9E0;height:25px;}
.bottom{background:#f6f6f6;height:25px;}
.tdbg{height:25px;}
.showpage{text-align: right;}
</style>
<script language="JavaScript" type="text/javascript" src="{$webdir}Inc/Js/Ajax.js"></script>
<script language="JavaScript" type="text/javascript" src="{$webdir}Inc/Js/comment.js"></script>
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<tr class="title">
<td align="center"> <b><a href="[InstallDir]{$channeldir}/showinfo.asp?infoid={$infoid}"><font color="#FFFFFF">{$infotitle}</font></a></b></td>
<td align="right"><a href="List.asp?ChannelID={$channelid}&InfoID={$infoid}"><font color="#FFFFFF">[所有评论]</font></a> <a href="#reply"><font color="#FFFFFF">[快速回复]</font></a> </td>
</tr>
<tr>
<td colspan="2">
<table height="5"><tr><td></td></tr></table>
[Cl_Topic]
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #cccccc;">
<tr class="title2">
<td> (<font color="#009900">{$usergroupname}</font>) <a href="[InstallDir]User/Info.asp?UserName={$username}"><font color="blue">{$username}</font></a> 时间:{$commenttime} 来源IP:{$userip}</td>
</tr>
<tr class="tdbg">
<td align="center">我的辨题:{$commenttitle}</td>
</tr>
</table>
[/Cl_Topic]
<table height="5"><tr><td></td></tr></table>
<!-- 中部 -->
<table width="99%" align="center"><tr>
<!-- 支持Begin -->
<td width="49%" valign="top">
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #cccccc;">
<tr class="title">
<td align="center"><b><font color="#ffffff">正方观点</font></b></td>
</tr>
<tr class="tdbg">
<td align="left">{$agreecontent}</td>
</tr>
</table>
<table height="5"><tr><td></td></tr></table>
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #cccccc;">
<form action="Show.asp" method="post" name="formCommentA">
<tr class="tdbg">
<td align="center">
<textarea name="CommentContent" style="width:98%" rows="5"></textarea><br />
<input name="Action" type="hidden" value="Save" />
<input name="CommentID" type="hidden" value="{$commentid}" />
<input name="PKStatus" type="hidden" value="1" />
<span id="CodeCommentA"></span>
<input type="submit" name="Submit" value=" 发 表 " /></td>
</tr>
</form>
<tr><td height="5"></td></tr>
[Cl_Loop_A]
<tr class="title2">
<td> <font color="blue">{$username}</font> 时间:{$commenttime} 来源IP:{$userip}</td>
</tr>
<tr class="tdbg">
<td colspan="3"> {$commentcontent}</td>
</tr>
<tr class="bottom">
<td colspan="3" align="right">
<a href="javascript:comment_agree({$commentid})">支持</a>(<font color="red"><span id="agree_{$commentid}">{$agrees}</span></font>)
<a href="javascript:comment_disagree({$commentid})">反对</a>(<font color="red"><span id="disagree_{$commentid}">{$disagrees}</span></font>)
回复</a>(<font color="red">{$replycount}</font>)
</td>
</tr>
[/Cl_Loop_A]
</table>
</td>
<!-- 支持End -->
<td width="2%"></td>
<!-- 反对Begin -->
<td width="49%" valign="top">
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #cccccc;">
<tr class="title">
<td align="center"><b><font color="#ffffff">反方观点</font></b></td>
</tr>
<tr class="tdbg">
<td align="left">{$disagreecontent}</td>
</tr>
</table>
<table height="5"><tr><td></td></tr></table>
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #cccccc;">
<form action="Show.asp" method="post" name="formCommentB">
<tr class="tdbg">
<td align="center">
<textarea name="CommentContent" style="width:98%" rows="5"></textarea><br />
<input name="Action" type="hidden" value="Save" />
<input name="CommentID" type="hidden" value="{$commentid}" />
<input name="PKStatus" type="hidden" value="-1" />
<span id="CodeCommentB"></span>
<input type="submit" name="Submit" value=" 发 表 " /></td>
</tr>
</form>
<tr><td height="5"></td></tr>
[Cl_Loop_B]
<tr class="title2">
<td> <font color="blue">{$username}</font> 时间:{$commenttime} 来源IP:{$userip}</td>
</tr>
<tr class="tdbg">
<td colspan="3"> {$commentcontent}</td>
</tr>
<tr class="bottom">
<td colspan="3" align="right">
<a href="javascript:comment_agree({$commentid})">支持</a>(<font color="red"><span id="agree_{$commentid}">{$agrees}</span></font>)
<a href="javascript:comment_disagree({$commentid})">反对</a>(<font color="red"><span id="disagree_{$commentid}">{$disagrees}</span></font>)
回复</a>(<font color="red">{$replycount}</font>)
</td>
</tr>
[/Cl_Loop_B]
</table>
</td>
<!-- 反对End -->
</tr></table>
<!-- 中部END -->
<table height="5"><tr><td></td></tr></table>
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" class="border">
<tr class="title">
<td align="center"><b><font color="#ffffff">第三方发言</font></b></td>
</tr>
[Cl_Loop_C]
<tr class="title2">
<td> <font color="blue">{$username}</font> 时间:{$commenttime} 来源IP:{$userip}</td>
</tr>
<tr class="tdbg">
<td colspan="3"> {$commentcontent}</td>
</tr>
<tr class="bottom">
<td colspan="3" align="right">
<a href="javascript:comment_agree({$commentid})">支持</a>(<font color="red"><span id="agree_{$commentid}">{$agrees}</span></font>)
<a href="javascript:comment_disagree({$commentid})">反对</a>(<font color="red"><span id="disagree_{$commentid}">{$disagrees}</span></font>)
回复</a>(<font color="red">{$replycount}</font>)
</td>
</tr>
[/Cl_Loop_C]
<tr><td height="5"></td></tr>
<form action="Show.asp" method="post" name="formCommentC">
<tr class="tdbg">
<td align="center">
<textarea name="CommentContent" style="width:98%" rows="5"></textarea><br />
<input name="Action" type="hidden" value="Save" />
<input name="CommentID" type="hidden" value="{$commentid}" />
<input name="PKStatus" type="hidden" value="0" />
<span id="CodeCommentC"></span>
<input type="submit" name="Submit" value=" 发 表 " /></td>
</tr>
</form>
</table>
<table height="5"><tr><td></td></tr></table>
</td>
</tr>
</table>
<script type="text/javascript">
var UseValidCode="{$usevalidcode}";
if (UseValidCode=="1")
{
var tmp;
tmp="验证码:<input type='text' name='Comment_ValidCode' maxlength='4' size='6' value='' /> <img src='{$webdir}Inc/Cl_GetCode.asp?type=Comment_ValidCode' alt='' /> <font color='#009900'>*</font> ";
document.getElementById("CodeCommentA").innerHTML=tmp;
document.getElementById("CodeCommentB").innerHTML=tmp;
document.getElementById("CodeCommentC").innerHTML=tmp;
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -