add myreview link
This commit is contained in:
parent
3ae7501320
commit
14ca43e49b
|
@ -9,7 +9,7 @@ $this->breadcrumb('<a href="/review">元数据评审</a>');
|
|||
$this->breadcrumb()->setSeparator(' > ');
|
||||
?>
|
||||
<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']; ?>次评审。</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>
|
||||
<div class="title"><a href="/review/received">元数据:最新收稿</a></div>
|
||||
<?php foreach($this->mdreceived as $md) : ?>
|
||||
|
|
Loading…
Reference in New Issue