视图调整
This commit is contained in:
parent
2ae2fdb51b
commit
0c03498dec
|
@ -25,6 +25,10 @@
|
|||
<div class="form">
|
||||
<form>
|
||||
<p>
|
||||
<label>元数据名称:</label>
|
||||
<?php echo $this->info['title'];?>
|
||||
</p>
|
||||
<p>
|
||||
<label>评审人:</label>
|
||||
<?php echo $this->info['realname'];?>
|
||||
</p>
|
||||
|
@ -34,15 +38,15 @@
|
|||
</p>
|
||||
<p>
|
||||
<label>元数据意见</label><br />
|
||||
<textarea id="mdcomment" class="medium half" name="mdcomment"><?php echo $this->info['mdcomment'];?></textarea>
|
||||
<textarea id="mdcomment" class="medium half" name="mdcomment" readonly="readonly"><?php echo $this->info['mdcomment'];?></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<label>对数据的意见</label><br />
|
||||
<textarea id="datacomment" class="small half" name="datacomment"><?php echo $this->info['datacomment'];?></textarea>
|
||||
<textarea id="datacomment" class="small half" name="datacomment" readonly="readonly"><?php echo $this->info['datacomment'];?></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<label>给数据中心的意见</label><br />
|
||||
<textarea id="editorcomment" class="small half" name="editorcomment"><?php echo $this->info['editorcomment'];?></textarea>
|
||||
<textarea id="editorcomment" class="small half" name="editorcomment" readonly="readonly"><?php echo $this->info['editorcomment'];?></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<label>附件</label><br />
|
||||
|
|
Loading…
Reference in New Issue