修改了底部分页导航位置错乱的问题

This commit is contained in:
Li Jianxuan 2011-11-01 02:51:51 +00:00
parent 60d4626c5b
commit 509a59dcb8
6 changed files with 216 additions and 216 deletions

View File

@ -36,7 +36,6 @@ $this->headScript()->appendFile('/js/pubfunc.js');
</div>
<?php endforeach; ?>
</div>
<hr class="clear"/>
<?php echo $this->page->getNavigation();
else :
@ -45,3 +44,4 @@ else :
<p>当前没有对应元数据。</p>
</div>
<?php endif; ?>
</div>

View File

@ -33,7 +33,6 @@ $this->headScript()->appendFile('/js/pubfunc.js');
</div>
<?php endforeach; ?>
</div>
<hr class="clear"/>
<?php echo $this->page->getNavigation();
else :
@ -42,3 +41,4 @@ else :
<p>当前没有对应元数据。</p>
</div>
<?php endif; ?>
</div>

View File

@ -36,7 +36,6 @@ $this->headScript()->appendFile('/js/pubfunc.js');
</div>
<?php endforeach; ?>
</div>
<hr class="clear"/>
<?php echo $this->page->getNavigation();
else :
@ -45,3 +44,4 @@ else :
<p>当前没有对应元数据。</p>
</div>
<?php endif; ?>
</div>

View File

@ -74,7 +74,7 @@
</p>
<p>
评审附件:<br/>
<input type="file" name="Filedata" class="half" /><br />
<input type="file" name="Filedata" class="half" autocomplete="on" /><br />
<a href="javascript:void(0);" onclick="$('#showexts').toggle()">查看可上传的附件类型</a>
<div id='showexts' style="display:none;">'doc', 'docx', 'xls', 'xlsx', 'ppt', 'htm', 'html', 'txt', 'zip', 'rar', 'gz', 'bz2','gif', 'jpg', 'jpeg', 'png', 'bmp', 'pdf'</div>
</p>

View File

@ -36,7 +36,6 @@ $this->headScript()->appendFile('/js/pubfunc.js');
</div>
<?php endforeach; ?>
</div>
<hr class="clear"/>
<?php echo $this->page->getNavigation();
else :
@ -45,3 +44,4 @@ else :
<p>当前没有对应元数据。</p>
</div>
<?php endif; ?>
</div>

View File

@ -36,7 +36,6 @@ $this->headScript()->appendFile('/js/pubfunc.js');
</div>
<?php endforeach; ?>
</div>
<hr class="clear"/>
<?php echo $this->page->getNavigation();
else :
@ -45,3 +44,4 @@ else :
<p>您的搜索结果为空,请尝试其他关键词进行查询。</p>
</div>
<?php endif; ?>
</div>