删除测试代码
This commit is contained in:
parent
00bcc25b1e
commit
bbd1b35ec5
|
@ -21,19 +21,6 @@
|
||||||
<a href="/admin/data/md/att/1/uuid/<?php echo $this->uuid;?>">返回元数据附件列表</a>
|
<a href="/admin/data/md/att/1/uuid/<?php echo $this->uuid;?>">返回元数据附件列表</a>
|
||||||
<a href="/data/<?php echo $this->uuid; ?>">查看元数据</a>
|
<a href="/data/<?php echo $this->uuid; ?>">查看元数据</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$auth = Zend_Auth::getInstance();
|
|
||||||
if($auth->hasIdentity())
|
|
||||||
{
|
|
||||||
$user = $auth->getIdentity();
|
|
||||||
$userid = $user->id;
|
|
||||||
echo $user->usertype;
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
||||||
<form action="#" method="POST" enctype='multipart/form-data'>
|
<form action="#" method="POST" enctype='multipart/form-data'>
|
||||||
<input type="hidden" name="add" value="1" />
|
<input type="hidden" name="add" value="1" />
|
||||||
|
|
Loading…
Reference in New Issue