发布v2.5.5版本
This commit is contained in:
@@ -176,7 +176,7 @@ if($stype!=''){
|
||||
<img align="absmiddle" height="16" width="16" src="images/xiangyou1.png"> <a temp="clo" href="javascript:;" onclick="$('#recordss').remove();">×</a>
|
||||
<?php }?>
|
||||
</div>
|
||||
<div id="showrecord0" style="display:none">
|
||||
<div id="showrecord0" style="display:<?php if(getconfig('xiangrecord')!='1')echo 'none';?>">
|
||||
<table border="0" class="tabled2" style="border-collapse:collapse;" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr bgcolor="#E1F4F0">
|
||||
<td>序号</td>
|
||||
|
||||
@@ -324,7 +324,7 @@ if($da['arr']['isplview']=='1'){
|
||||
$logcount= count($logarr);
|
||||
?>
|
||||
<div onclick="c.changeshow(0)" class="r-subtitle"> 处理记录(<?=$logcount?>) <img align="absmiddle" height="16" width="16" src="images/xiangyou1.png"> </div>
|
||||
<div id="showrecord0" class="pinglun r-border-t" style="background:white;display:none">
|
||||
<div id="showrecord0" class="pinglun r-border-t" style="background:white;display:<?php if(getconfig('xiangrecord')!='1')echo 'none';?>">
|
||||
<table width="100%">
|
||||
<?php
|
||||
foreach($logarr as $k=>$rs){
|
||||
|
||||
Reference in New Issue
Block a user