This commit is contained in:
avene 2018-06-23 17:47:16 +08:00
parent eca1a6b52a
commit a7cabd22e9
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
<?php foreach ($this->metadata as $md) : ?>
<li>
<div class="newsImgBox">
<img src="/service/thumb/id/<?php echo $md['id']; ?>">
<a href="/data/<?php echo $md['uuid']; ?>"><img src="/service/thumb/id/<?php echo $md['id']; ?>"></a>
</div>
<div class="newRight">
<div class="newTopTitle">
<span><?php echo $this->escape($md['title']); ?></span>
<span><a href="data/<?php echo $md['uuid']; ?>"><?php echo $this->escape($md['title']); ?></a></span>
<i><?php echo date("Y-m-d", strtotime($md['ts_published'])); ?></i>
</div>
<p>