change button style

This commit is contained in:
wlx 2013-05-03 01:20:15 +00:00
parent 0e884a6ca6
commit 59736d36bd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $this->headLink()->appendStylesheet('/css/mdreview.css');
<div class="media-body">
<h4 class="media-heading"><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']); ?> </a>【状态:<?php echo $md['statustext']; ?></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 else : ?>
【接收时间:<?php echo date('Y-m-d',strtotime($md['ts_accepted'])); ?>
审结时间:<?php echo date('Y-m-d',strtotime($md['ts_finished'])); ?>