add logos and modify footer;footer position problem of some projects and courses

This commit is contained in:
kg 2014-04-12 16:41:29 +08:00
parent 2cec3b0490
commit 69dbd5a85e
8 changed files with 20 additions and 14 deletions

View File

@ -4,26 +4,28 @@
<div style="border-top:solid 1px #C6E9F1;width:940px;margin-left:auto;margin-right:auto;margin-bottom: 5px;margin-top: -10px;"></div> <div style="border-top:solid 1px #C6E9F1;width:940px;margin-left:auto;margin-right:auto;margin-bottom: 5px;margin-top: -10px;"></div>
<div class="base_footer"> <div class="base_footer">
<div align="center"> <div align="center">
<!--gcm-->
<p> <p>
主办单位 主办单位
</p> </p>
<p> <p style="">
<%= link_to image_tag('/images/footer_logo/pdl.jpg',:size=>'150x40',:alt=>"国防科学技术大学并行与分布处理国家重点实验室"),"http://www.nudt.edu.cn/ArticleShow.asp?ID=47"%> <%= link_to image_tag('/images/footer_logo/pdl.jpg',:size=>'150x40',:alt=>"国防科学技术大学并行与分布处理国家重点实验室",:style=>"border:1px solid"), "http://www.nudt.edu.cn/ArticleShow.asp?ID=47", :target=>"_blank"%>
<%= link_to "Trustie 开发团队","http://forge.trustie.net/projects/2/member"%> <%= link_to "Trustie 开发团队","http://forge.trustie.net/projects/2/member",:target=>"_blank"%>
</p> </p>
<p> <p>
核心技术团队 核心技术团队
</p> </p>
<div id="logo_link">
<%= link_to image_tag('/images/footer_logo/nudt.jpg',:size=>'150x40',:alt=>"国防科学技术大学计算机学院",:style=>"border:1px solid"),"http://www.nudt.edu.cn/special.asp?classid=12"%>
<%= link_to image_tag('/images/footer_logo/peking_eecs.jpg',:size=>'150x40',:alt=>"北京大学信息科学技术学院软件研究所",:style=>"border:1px solid"), "http://eecs.pku.edu.cn"%>
<%= link_to image_tag('/images/footer_logo/buaa_scse.jpg',:size=>'150x40',:alt=>"北京航空航天大学计算机学院",:style=>"border:1px solid"), "http://scse.buaa.edu.cn/iniAction.action"%>
<%= link_to image_tag('/images/footer_logo/iscas.jpg',:size=>'150x40',:alt=>"中国科学院软件研究所",:style=>"border:1px solid"), "http://www.iscas.ac.cn"%>
<%= link_to image_tag('/images/footer_logo/inforbus.jpg',:size=>'150x40',:alt=>"山东中创软件商用中间件股份有限公司",:style=>"border:1px solid"), "http://www.inforbus.com"%>
</div>
<p> <p>
<%= link_to image_tag('/images/footer_logo/nudt.jpg',:size=>'150x40',:alt=>"国防科学技术大学计算机学院"), "http://www.nudt.edu.cn/special.asp?classid=12"%> Trustie 2007~2014
<%= link_to image_tag('/images/footer_logo/peking_eecs.jpg',:size=>'150x40',:alt=>"北京大学信息科学技术学院软件研究所"), "http://eecs.pku.edu.cn"%>
<%= link_to image_tag('/images/footer_logo/buaa_scse.jpg',:size=>'150x40',:alt=>"北京航空航天大学计算机学院"), "http://scse.buaa.edu.cn/iniAction.action"%>
<%= link_to image_tag('/images/footer_logo/iscas.jpg',:size=>'150x40',:alt=>"中国科学院软件研究所"), "http://www.iscas.ac.cn"%>
<%= link_to image_tag('/images/footer_logo/inforbus.jpg',:size=>'150x40',:alt=>"山东中创软件商用中间件股份有限公司"), "http://www.inforbus.com"%>
</p>
<p>
2007~2014
</p> </p>
<!--gcm-->
</div> </div>
</div> </div>
</div> </div>

View File

@ -242,12 +242,14 @@
<div style="clear:both;"></div> <div style="clear:both;"></div>
</div> </div>
<%= render :partial => 'layouts/base_footer'%> <!--gcm move render down-->
</div> </div>
<div id="ajax-indicator" style="display:none;"> <div id="ajax-indicator" style="display:none;">
<span><%= l(:label_loading) %></span> <span><%= l(:label_loading) %></span>
</div> </div>
<!--gcm move render here-->
<%= render :partial => 'layouts/base_footer'%>
<div id="ajax-modal" style="display:none;"></div> <div id="ajax-modal" style="display:none;"></div>
</div> </div>
</div> </div>

View File

@ -175,12 +175,14 @@
<%= call_hook :view_layouts_base_content %> <%= call_hook :view_layouts_base_content %>
<div style="clear:both;"></div> <div style="clear:both;"></div>
</div> </div>
<%= render :partial => 'layouts/base_footer'%> <!--gcm move render down-->
</div> </div>
<div id="ajax-indicator" style="display:none;"> <div id="ajax-indicator" style="display:none;">
<span><%= l(:label_loading) %></span> <span><%= l(:label_loading) %></span>
</div> </div>
<!--gcm move render here-->
<%= render :partial => 'layouts/base_footer'%>
<div id="ajax-modal" style="display:none;"></div> <div id="ajax-modal" style="display:none;"></div>
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB