modify footer

This commit is contained in:
kg 2014-04-12 11:49:36 +08:00
parent 61c285ff10
commit 2cec3b0490
1 changed files with 25 additions and 4 deletions

View File

@ -1,10 +1,31 @@
<!--add by huang--> <!--add by huang-->
<div class="clearfix"></div> <div class="clearfix"></div>
<div id="footer" style="margin-left:-5px;padding-top: 50px;clear: both;"> <div id="footer" style="margin-left:-5px;padding-top: 50px;clear: both;font-size: 12px;">
<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 align="center"> <div class="base_footer">
<span> Trustie 研发团队 2007~2014 </span> <div align="center">
</div></div> <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>
<p>
核心技术团队
</p>
<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
</p>
</div>
</div>
</div> </div>
<%= debug(params) if Rails.env.development? %> <%= debug(params) if Rails.env.development? %>