2014-10-23 11:30:34 +08:00
|
|
|
<!--add by huang-->
|
|
|
|
<div class="clearfix"></div>
|
2015-04-23 09:47:49 +08:00
|
|
|
<div id="footer" style="padding-top: 20px;clear: both;font-size: 12px;">
|
2014-10-23 11:30:34 +08:00
|
|
|
<div style="border-top:solid 1px #C6E9F1;"></div>
|
|
|
|
<div class="base_footer">
|
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
<!--gcm-->
|
|
|
|
<p>
|
2014-10-23 15:56:59 +08:00
|
|
|
<% if @organizer.nil? %>
|
|
|
|
<p>
|
2015-01-30 10:26:26 +08:00
|
|
|
<span><%= l(:label_hosted_organization) %></span>
|
|
|
|
<span class="footer_text_link"><a target="_blank" href="http://www.nudt.edu.cn/ArticleShow.asp?ID=47"><%= l(:label_hosted_by) %></a></span>
|
|
|
|
<span class="footer_text_link"><a target="_blank" href="http://www.nudt.edu.cn/ArticleShow.asp?ID=41"><%= l(:label_sponsor) %></a></span>
|
|
|
|
<span id="copyright"><%= l(:label_rights_reserved)%></span>
|
|
|
|
<span class="footer_text_link" id="contact_us"><a target="_blank" href="http://forge.trustie.net/projects/2/member"><%= l(:label_contact_us) %></a></span>
|
|
|
|
<span class="footer_text_link" id="record"><a target="_blank" href="http://www.miibeian.gov.cn/"><%= l(:label_license) %></a></span>
|
2014-10-23 15:56:59 +08:00
|
|
|
</p>
|
|
|
|
<% else %>
|
|
|
|
<%= @organizer.description.html_safe %>
|
|
|
|
<% end %>
|
2014-10-23 11:30:34 +08:00
|
|
|
</p>
|
|
|
|
<div id="logo_link">
|
2014-10-23 15:56:59 +08:00
|
|
|
<% if @companies.nil? || @companies.count == 0 %>
|
2015-03-17 17:04:18 +08:00
|
|
|
<span class="footer_logo_link">
|
|
|
|
<%= link_to image_tag('/images/footer_logo/nudt.png',:size=>'100x30',:alt=>l(:label_co_organizer_NUDT)),"http://www.nudt.edu.cn/special.asp?classid=12", :target => "_blank" %>
|
|
|
|
</span>
|
|
|
|
<span class="footer_logo_link">
|
|
|
|
<%= link_to image_tag('/images/footer_logo/peking_eecs.png',:size=>'100x30',:alt=>l(:label_co_organizer_EECS)), "http://eecs.pku.edu.cn", :target => "_blank" %>
|
|
|
|
</span>
|
|
|
|
<span class="footer_logo_link">
|
|
|
|
<%= link_to image_tag('/images/footer_logo/buaa_scse.png',:size=>'100x30',:alt=>l(:label_co_organizer_BHU)), "http://scse.buaa.edu.cn/", :target => "_blank" %>
|
|
|
|
</span>
|
|
|
|
<span class="footer_logo_link">
|
|
|
|
<%= link_to image_tag('/images/footer_logo/iscas.png',:size=>'100x30',:alt=>l(:label_co_organizer_CAS)), "http://www.iscas.ac.cn", :target => "_blank" %>
|
|
|
|
</span>
|
|
|
|
<span class="footer_logo_link">
|
|
|
|
<%= link_to image_tag('/images/footer_logo/inforbus.png',:size=>'100x30',:alt=>l(:label_co_organizer_InforS)), "http://www.inforbus.com", :target => "_blank" %>
|
|
|
|
</span>
|
2014-10-23 15:56:59 +08:00
|
|
|
<% else %>
|
2014-10-23 11:30:34 +08:00
|
|
|
<% @companies && @companies.each do |company| %>
|
2015-03-17 17:04:18 +08:00
|
|
|
<span class="footer_logo_link">
|
|
|
|
<%= link_to image_tag(url_to_avatar(company),:size=>"100x30",:alt=>company.name),company.url, :target => "_blank" %>
|
|
|
|
</span>
|
2014-10-23 11:30:34 +08:00
|
|
|
<% end %>
|
2014-10-23 15:56:59 +08:00
|
|
|
<% end %>
|
2014-10-23 11:30:34 +08:00
|
|
|
</div>
|
|
|
|
<!--gcm-->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="debug">
|
|
|
|
<%= debug(params) if Rails.env.development? %>
|
2015-02-06 10:15:18 +08:00
|
|
|
<script>
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
(function() {
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
hm.src = "//hm.baidu.com/hm.js?67e9738474be83f55f1233001a6ac34e";
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
</div>
|
2014-10-23 11:30:34 +08:00
|
|
|
</div>
|
|
|
|
|