change review button style
This commit is contained in:
parent
59736d36bd
commit
b440ec216e
|
@ -30,7 +30,7 @@ $this->headScript()->appendFile('/js/pubfunc.js');
|
|||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']); ?> </a>【接收时间:<?php echo date('Y-m-d',strtotime($md['ts_accepted'])); ?>】</h4>
|
||||
<?php if ($md['status']!=5) : ?>
|
||||
<a href="/review/review/uuid/<?php echo $md['uuid'];?>"><img src="/images/review.png" alt="查看评审页" title="进行数据评审"></a>
|
||||
<a class="btn btn-primary" href="/review/review/uuid/<?php echo $md['uuid'];?>">进行数据评审</a>
|
||||
<?php endif; ?>
|
||||
<p><?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?></p>
|
||||
</div>
|
||||
|
|
|
@ -29,7 +29,7 @@ $this->breadcrumb()->setSeparator(' > ');
|
|||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']); ?> </a> 【接收时间:<?php echo date('Y-m-d',strtotime($md['ts_accepted'])); ?>】</h4>
|
||||
<?php if ($md['status']!=5) : ?>
|
||||
<a href="/review/review/uuid/<?php echo $md['uuid'];?>"><img src="/images/review.png" alt="查看评审页" title="进行数据评审"></a>
|
||||
<a class="btn btn-primary" href="/review/review/uuid/<?php echo $md['uuid'];?>">进行数据评审</a>
|
||||
<?php endif; ?>
|
||||
<p><?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue