视图调整

This commit is contained in:
Li Jianxuan 2011-10-19 07:43:24 +00:00
parent 2ae2fdb51b
commit 0c03498dec
1 changed files with 7 additions and 3 deletions

View File

@ -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 />