socialforge/app/views/layouts/_bootstrap_base_footer.html...

20 lines
761 B
Plaintext

<div class="clearfix"></div>
<div id="footer" class="muted ">
<div style="border-top:solid 1px #C6E9F1;"></div>
<div class="desc center block-inline">
主办单位:
<%= link_to "国防科学技术大学并行与分布处理国家重点实验室","http://www.nudt.edu.cn/ArticleShow.asp?ID=47"%>
<%= link_to "计算机科学与技术系", "http://www.nudt.edu.cn/ArticleShow.asp?ID=41"%>
<%= link_to "联系我们","http://" + Setting.host_name + "/projects/2/member"%>
<%= link_to "湘ICP备09019772","http://www.miibeian.gov.cn/"%>
</div>
<div class="center">
2007~2014
</div>
<%= footer_logo("center ul-style-none", "float-left") %>
<div class="debug">
<%= debug(params) if Rails.env.development? %>
</div>
</div>