コード例 #1
0
ファイル: default.php プロジェクト: xzdesk/iwebshop.com
    ?>
<a href='<?php 
    echo IUrl::creatUrl("/comment/suggestion_list");
    ?>
'><b class="red3 f14"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
</b></a><?php 
}
?>
 个</td></tr>
								<tr><th>待回复咨询</th><td><a href="<?php 
echo IUrl::creatUrl("/comment/refer_list/status/0");
?>
"><b class="red3 f14"><?php 
echo statistics::referWaitCount();
?>
</b></a> 个</td></tr>
								<tr><th>未发货订单</th><td><?php 
$query = new IQuery("order");
$query->fields = "count(id) as countNums";
$query->where = "distribution_status = 0 and if_del = 0";
$items = $query->find();
foreach ($items as $key => $item) {
    ?>
<a href="<?php 
    echo IUrl::creatUrl("/order/order_list/distribution_status/0");
    ?>
"><b class="f14 red3"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
コード例 #2
0
ファイル: index.php プロジェクト: yongge666/sunupedu
		<table class="tablesorter" cellspacing="0">
			<thead></thead>
			<tbody>
				<tr>
					<td>商品总数量:<a href="<?php 
echo IUrl::creatUrl("/seller/goods_list");
?>
"><?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']);
?>