添加了序号显示

This commit is contained in:
Li Jianxuan 2013-10-10 02:32:43 +00:00
parent d978e0e8c7
commit e5172936f0
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
$autoindex++;?>
<li id="list_<?php echo $item['id'];?>">
<p>
<?= $autoindex ?>.
<a href="mailto:<?= $item['email']; ?>?subject=答复数据申请问题"><?= $item['username']; ?></a> |
申请时间:<?= date('Y-m-d',strtotime($item['ts_created'])); ?>
<?php if(!empty($item['ts_received'])) echo " | 收到时间:".date('Y-m-d',strtotime($item['ts_received']));?>