add logos and modify footer;footer position problem of some projects and courses
This commit is contained in:
parent
2cec3b0490
commit
69dbd5a85e
|
@ -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 class="base_footer">
|
||||
<div align="center">
|
||||
<!--gcm-->
|
||||
<p>
|
||||
主办单位
|
||||
</p>
|
||||
<p>
|
||||
<%= link_to image_tag('/images/footer_logo/pdl.jpg',:size=>'150x40',:alt=>"国防科学技术大学并行与分布处理国家重点实验室"),"http://www.nudt.edu.cn/ArticleShow.asp?ID=47"%>
|
||||
<%= link_to "Trustie 开发团队","http://forge.trustie.net/projects/2/member"%>
|
||||
<p style="">
|
||||
<%= 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",:target=>"_blank"%>
|
||||
</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>
|
||||
<%= link_to image_tag('/images/footer_logo/nudt.jpg',:size=>'150x40',:alt=>"国防科学技术大学计算机学院"), "http://www.nudt.edu.cn/special.asp?classid=12"%>
|
||||
<%= 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
|
||||
Trustie 2007~2014
|
||||
</p>
|
||||
<!--gcm-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -242,12 +242,14 @@
|
|||
<div style="clear:both;"></div>
|
||||
|
||||
</div>
|
||||
<%= render :partial => 'layouts/base_footer'%>
|
||||
<!--gcm move render down-->
|
||||
</div>
|
||||
|
||||
|
||||
<div id="ajax-indicator" style="display:none;">
|
||||
<span><%= l(:label_loading) %></span>
|
||||
</div>
|
||||
<!--gcm move render here-->
|
||||
<%= render :partial => 'layouts/base_footer'%>
|
||||
<div id="ajax-modal" style="display:none;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -175,12 +175,14 @@
|
|||
<%= call_hook :view_layouts_base_content %>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
<%= render :partial => 'layouts/base_footer'%>
|
||||
<!--gcm move render down-->
|
||||
</div>
|
||||
|
||||
<div id="ajax-indicator" style="display:none;">
|
||||
<span><%= l(:label_loading) %></span>
|
||||
</div>
|
||||
<!--gcm move render here-->
|
||||
<%= render :partial => 'layouts/base_footer'%>
|
||||
<div id="ajax-modal" style="display:none;"></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 |
Loading…
Reference in New Issue