Example #1
0
			</thead>
			<tbody>
				<tr>
					<td>
						<table class="list_table2" width="100%">
							<colgroup>
								<col width="80px" />
								<col />
							</colgroup>

							<tbody>
								<tr><th>待回复评论</th><td><a href="<?php 
echo IUrl::creatUrl("/comment/comment_list");
?>
"><b class="red3 f14"><?php 
echo statistics::commentCount();
?>
</b></a> 个</td></tr>
								<tr><th>待回复建议</th><td><?php 
$query = new IQuery("suggestion");
$query->where = "re_time is null";
$query->fields = "count(*) as countNums";
$items = $query->find();
foreach ($items as $key => $item) {
    ?>
<a href='<?php 
    echo IUrl::creatUrl("/comment/suggestion_list");
    ?>
'><b class="red3 f14"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
Example #2
0
"><?php 
echo statistics::goodsCount($this->seller['seller_id']);
?>
 件</a></td>
					<td>待回复咨询:<a href="<?php 
echo IUrl::creatUrl("/seller/refer_list");
?>
"><?php 
echo statistics::referWaitCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>商品评论数:<a href="<?php 
echo IUrl::creatUrl("/seller/comment_list");
?>
"><?php 
echo statistics::commentCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>退款申请:<a href="<?php 
echo IUrl::creatUrl("/seller/refundment_list");
?>
"><?php 
echo statistics::refundsCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>总销售量:<?php 
echo statistics::sellCountSeller($this->seller['seller_id']);
?>
 件</td>
					<td>信用评分:<?php 
echo statistics::gradeSeller($this->seller['seller_id']);