水文水资源分平台

This commit is contained in:
Li Heng 2014-07-23 03:38:30 +00:00
parent f5f8149532
commit c91db374a7
1 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
<div class="box">
<h4 class="box-title">本站统计</h4>
<ul>
<li>数据集: <?= $this->metanum ?> </li>
<li>数据集 <?= $this->metanum ?></li>
<li>在线数据: <?= $this->onlinesize ?>MB</li>
<li>离线数据: <?= $this->offlinesize ?>MB</li>
<li>共有注册用户:<?= $this->usernum ?></li>
@ -47,7 +47,7 @@
<ul>
<?php foreach($this->list_news as $k=>$v){ ?>
<li>
[<?= date('Y-m-d',strtotime($v['ts_published'])) ?>]<a href="<?= $v['url'] ?>" title="<?= $v['title'] ?>"><i class=" icon-ok-sign"> </i><?= $v['title'] ?></a>
<a href="<?= $v['url'] ?>" title="<?= $v['title'] ?>"><i class=" icon-ok-sign"> </i><?= $v['title'] ?></a>&nbsp;&nbsp;<span class="small"><?= date('Y-m-d',strtotime($v['ts_published'])) ?></span>
</li>
<?php } ?>
<span class="pull-right"><a href="/archives/" target="_blank" class="more">更多>></a></span>