| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 | <?phpif(!defined('InEmpireCMS')){	exit();}?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title><?=$pagetitle?> 信息评论 - Powered by EmpireCMS</title><meta name="keywords" content="<?=$pagetitle?> 信息评论" /><meta name="description" content="<?=$pagetitle?> 信息评论" /><style type="text/css"><!--body,Table{ color: #222; font-size: 12px; }a { color: #222; text-decoration: none; }a:hover { color: #f00; text-decoration: underline; }h1 { font-size:32px; font-weight: bold; }h2 { color: #1e3a9e; font-size: 25px; font-weight: bold;  }.you { color: #1f3a87; font-size: 14px; }.text { font-size: 14px; padding-left: 5px; padding-right: 5px; line-height: 20px}.re a { color: #1f3a87; }.name { color: #1f3a87; }.name a { color: #1f3a87; text-decoration: underline;}.retext { background-color: #f3f3f3; width: 100%; float: left; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid #ccc; }.retext textarea { width: 535px; height: 130px; float: left; margin-left: 60px; border-top-style: inset; border-top-width: 2px; border-left-style: inset; border-left-width: 2px; }.hrLine{BORDER-BOTTOM: #807d76 1px dotted;}.ecomment {margin:0;padding:0;}.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}.ecommentauthor {float:left; color:#F96; font-weight:bold;}.ecommenttext {clear:left;margin:0;padding:0;}--></style><script src="/e/data/js/ajax.js"></script></head><body topmargin="0"><table width="766" border="0" align="center" cellpadding="3" cellspacing="1">  <tr>    <td width="210"><a href="/"><img src="/skin/default/images/logo.gif" border="0" /></a></td>    <td><h1>网友评论</h1></td>    <td><div align="right"><a href="#tosaypl"><strong><font color="#FF0000">我也评两句</font></strong></a></div></td>  </tr></table><table width="766" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#222">  <tr>    <td height="2"></td>  </tr></table><table width="766" border="0" align="center" cellpadding="3" cellspacing="1">  <tr>     <td height="42">       <h2>评论:<a href="<?=$titleurl?>" target="_blank"><font color="#1e3a9e"><?=$title?></font></a></h2></td>    <td><div align="right"><a href="<?=$titleurl?>" target="_blank">查看原文</a></div></td>  </tr></table><hr align="center" width="766" size=1 class=hrline><table width="766" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#384EA3">  <form action="../enews/index.php" method="post" name="infopfenform">    <input type="hidden" name="enews" value="AddInfoPfen" />    <input type="hidden" name="classid" value="<?=$classid?>" />    <input type="hidden" name="id" value="<?=$id?>" />    <tr>       <td width="50%" height="27" valign="middle"><font color="#FFFFFF"> 评分:         <input type="radio" name="fen" value="1">        1分         <input type="radio" name="fen" value="2">        2分         <input name="fen" type="radio" value="3" checked>        3分         <input type="radio" name="fen" value="4">        4分         <input type="radio" name="fen" value="5">        5分         <input type="submit" name="Submit" value="提交">        </font></td>      <td width="50%" valign="middle"><div align="center"><font color="#FFFFFF">平均得分:           <strong><span id="pfendiv"><?=$pinfopfen?></span></strong> 分,共有 <strong><?=$infopfennum?></strong>           人参与评分</font></div></td>    </tr>  </form></table><table width="766" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">  <tr>     <td height="30" bgcolor="#FFFFFF">       <table width="100%" border="0" cellspacing="1" cellpadding="3">        <tr>           <td width="17%">   网友评论</td>          <td width="83%"><div align="right"><?=$listpage?>   </div></td>        </tr>      </table></td>  </tr>  <tr>     <td bgcolor="#f8fcff"> <?phpwhile($r=$empire->fetch($sql)){	$plusername=$r[username];	if(empty($r[username]))	{		$plusername=$fun_r['nomember'];	}	if($r[userid])	{		$plusername="<a href='$public_r[newsurl]e/space/?userid=$r[userid]' target='_blank'>$r[username]</a>";	}	$saytime=date('Y-m-d H:i:s',$r['saytime']);	//ip	$sayip=ToReturnXhIp($r[sayip]);	$saytext=RepPltextFace(stripSlashes($r['saytext']));//替换表情	$includelink=" onclick=\"javascript:document.saypl.repid.value='".$r[plid]."';document.saypl.saytext.focus();\"";?>       <table width="96%" border="0" align="center" cellpadding="3" cellspacing="1" style="word-break:break-all; word-wrap:break-all;">        <tr>           <td height="30"><span class="name">本站网友 <?=$plusername?></span> <font color="#666666">ip:<?=$sayip?></font></td>          <td><div align="right"><font color="#666666"><?=$saytime?> 发表</font></div></td>        </tr>        <tr valign="top">           <td height="50" colspan="2" class="text"><?=$saytext?></td>        </tr>        <tr>           <td height="30"> </td>          <td><div align="right" class="re"><a href="#tosaypl"<?=$includelink?>>回复</a>                <a href="JavaScript:makeRequest('../pl/doaction.php?enews=DoForPl&plid=<?=$r[plid]?>&classid=<?=$classid?>&id=<?=$id?>&dopl=1&doajax=1&ajaxarea=zcpldiv<?=$r[plid]?>','EchoReturnedText','GET','');">支持</a>[<span id="zcpldiv<?=$r[plid]?>"><?=$r[zcnum]?></span>]                <a href="JavaScript:makeRequest('../pl/doaction.php?enews=DoForPl&plid=<?=$r[plid]?>&classid=<?=$classid?>&id=<?=$id?>&dopl=0&doajax=1&ajaxarea=fdpldiv<?=$r[plid]?>','EchoReturnedText','GET','');">反对</a>[<span id="fdpldiv<?=$r[plid]?>"><?=$r[fdnum]?></span>]            </div></td>        </tr>      </table>      <table width="100%" border="0" cellspacing="1" cellpadding="3">        <tr>          <td background="/skin/default/images/plhrbg.gif"></td>        </tr>      </table>      <?}?>       <div align="right"><br />        <?=$listpage?>   <br />        <br />        <font color="#FF0000">网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述   </font><br><br> </div></td>  </tr>  <script>  function CheckPl(obj)  {  	if(obj.saytext.value=="")  	{  		alert("错误,评论不能为空");  		obj.saytext.focus();  		return false;  	}  	return true;  }  </script>  <form action="../pl/doaction.php" method="post" name="saypl" id="saypl" onsubmit="return CheckPl(document.saypl)">  <tr id="tosaypl">     <td bgcolor="#f8fcff"> <table width="100%" border="0" cellspacing="1" cellpadding="3">        <tr>             <td width="13%" height="28">   <span class="you">我也评两句</span></td>            <td valign="middle">用户名:               <input name="username" type="text" id="username" size="12" value="<?=$lusername?>" />            密码:             <input name="password" type="password" id="password" size="12" value="<?=$lpassword?>" />            验证码:             <input name="key" type="text" id="key" size="6" />              <img src="/e/ShowKey/?v=pl" align="middle" name="plKeyImg" id="plKeyImg" onclick="plKeyImg.src='/e/ShowKey/?v=pl&t='+Math.random()" title="看不清楚,点击刷新" />          <a href="/e/member/register/" target="_blank">还没有注册?</a></td>        </tr>      </table></td>  </tr>  <tr>     <td bgcolor="#f8fcff"> <table width="100%" border="0" cellspacing="1" cellpadding="3" class="retext">        <tr>           <td width="78%"><div align="center">               <textarea name="saytext" cols="58" rows="6" id="saytext"></textarea>            </div></td>          <td width="22%" rowspan="2"> <div align="center">              <input name="nomember" type="checkbox" id="nomember" value="1" checked="checked" />                匿名发表<br>                <br />              <input name="imageField" type="submit" id="imageField" value=" 提 交 " />            </div></td>        </tr>        <tr>           <td><div align="center">               <script src="/d/js/js/plface.js"></script>            </div></td>        </tr>      </table> </td>  </tr>  <input name="id" type="hidden" id="id" value="<?=$id?>" />  <input name="classid" type="hidden" id="classid" value="<?=$classid?>" />  <input name="enews" type="hidden" id="enews" value="AddPl" />  <input name="repid" type="hidden" id="repid" value="0" />  </form></table><div class="footer_wrap">    <ul class="footer_wrap_con clearfix">        <li>            <p>足球直播:</p>            <div>                <a href="/zuqiuzhuanti/yingchao.html">英超直播</a>                <a href="/zuqiuzhuanti/yijia.html">意甲直播</a>                <a href="/zuqiuzhuanti/dejia.html">德甲直播</a>                <a href="/zuqiuzhuanti/fajia.html">法甲直播</a>                <a href="/zuqiuzhuanti/zhongchao.html">中超直播</a>            </div>        </li>        <li>            <p>篮球直播:</p>            <div>                <a href="/lanqiuzhuanti/nba.html">NBA直播</a>                <a href="/lanqiuluxiang/nba.html">NBA录像</a>                <a href="/lanqiuzhuanti/cba.html">CBA直播</a>            </div>        </li>        <li>            <p>体育直播:</p>            <div>                <a href="/tiyuzhuanti/f1.html">F1直播</a>                <a href="/tiyuzhuanti/sinuoke.html">斯诺克</a>            </div>        </li>    </ul>    <div class="footer_wrap_b">        <img src="/~static/wap/img/zx_logo_f.png">        <p> | 最专业的体育直播平台</p>    </div></div><div class="fandign">    <p></p>    <span>顶部</span></div><div style="display:none"><?=$public_r['add_www.92game.net.tongji']?></div></body></html>
 |