This commit is contained in:
parent
4494d11d13
commit
a074203e2d
|
@ -55,13 +55,13 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
</div>
|
||||
<div class="newRight">
|
||||
<div class="newTopTitle">
|
||||
<span><a href="data/<?php echo $md['uuid']; ?>"><?php echo $this->escape($md['title']); ?></a></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>
|
||||
<?= $this->escape($md['description']) ?>
|
||||
</p>
|
||||
<a class="more" href="/data/<?php echo $md['uuid']; ?>">查看详情</a>
|
||||
<a class="more" href="/data<?php echo $md['uuid']; ?>">查看详情</a>
|
||||
</div>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
|
|
Loading…
Reference in New Issue