修改了底部分页导航位置错乱的问题
This commit is contained in:
parent
60d4626c5b
commit
509a59dcb8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue