fix link error.
This commit is contained in:
parent
e9701f7bbe
commit
472915b538
|
@ -11,7 +11,7 @@ $this->breadcrumb()->setSeparator(' > ');
|
||||||
<div id='rightPanel'>
|
<div id='rightPanel'>
|
||||||
<h3>目前系统中专家库为<?php echo $this->stat['experts']; ?>人,新投稿元数据<?php echo $this->stat['draft']; ?>条,已接收元数据<?php echo $this->stat['accept']; ?>条,有<?php echo $this->stat['inreview']; ?>条元数据正在评审中,已完成评审元数据<?php echo $this->stat['reviewed']; ?>条,有<?php echo $this->stat['openreviewuser']; ?>个用户参与了<?php echo $this->stat['openreview']; ?>次评审。 <a href="/review/myreview">我参审的元数据</a></h3>
|
<h3>目前系统中专家库为<?php echo $this->stat['experts']; ?>人,新投稿元数据<?php echo $this->stat['draft']; ?>条,已接收元数据<?php echo $this->stat['accept']; ?>条,有<?php echo $this->stat['inreview']; ?>条元数据正在评审中,已完成评审元数据<?php echo $this->stat['reviewed']; ?>条,有<?php echo $this->stat['openreviewuser']; ?>个用户参与了<?php echo $this->stat['openreview']; ?>次评审。 <a href="/review/myreview">我参审的元数据</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<div class="title"><a href="/review/received">元数据:最新收稿</a></div>
|
<div class="title"><a href="/review/draft">元数据:最新收稿</a></div>
|
||||||
<?php foreach($this->mdreceived as $md) : ?>
|
<?php foreach($this->mdreceived as $md) : ?>
|
||||||
<div class="mditem">
|
<div class="mditem">
|
||||||
<li> <img src="/images/westdc_20w.gif" /> <a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']);?></a> </li>
|
<li> <img src="/images/westdc_20w.gif" /> <a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']);?></a> </li>
|
||||||
|
|
Loading…
Reference in New Issue