remove useless link in myReview list

This commit is contained in:
JianxuanLi 2017-03-30 16:03:56 +08:00
parent 7abdbcd4d5
commit d9b182eb5d
1 changed files with 1 additions and 4 deletions

View File

@ -42,10 +42,7 @@
<tr>
<td>
<?= $item['title']?>
[ <a href="/data/<?= $item['uuid'] ?>" target="_blank">前台查看</a> |
<a href="/service/geonetwork?url=metadata.edit?id=<?= $item['gid'] ?>" target="_blank">编辑</a> |
<a href="javascript:void(0);" rel="<?= $item['uuid']?>" class="version">版本</a> |
<a href="/admin/data/md?search=1&keyword=<?= $item['title'] ?>">后台管理</a> ]
[<a href="/data/<?= $item['uuid'] ?>" target="_blank">前台查看</a>]
</td>
<td><?php
if($item['status'] == 0) echo "初始";