添加服务记录说明

This commit is contained in:
wlx 2011-11-26 11:04:39 +00:00
parent b431fa7f10
commit 02a03b911a
1 changed files with 8 additions and 3 deletions

View File

@ -258,13 +258,18 @@ endforeach;
</ul>
</div>
<div id="service">
<?php if ($this->downhistory) : ?>
<p>最近10条服务记录如下</p>
<ol start="1">
<?php
foreach($this->downhistory as $v){
echo '<li>'.date("Y-m-d H:i",strtotime($v->ts_created))." ".$v->unit." ".$v->realname.'</li>';
echo '<li>'.date("Y-m-d",strtotime($v->ts_created))." ".$v->unit." ".$v->realname.'</li>';
}
?>
</ol>
<?php else : ?>
暂时没有服务记录,欢迎您下载使用!
<?php endif; ?>
</div>
<div id="recommend">
<p>申请了本条数据的用户,通常他们还申请了:</p>