|
|
|
@ -29,10 +29,7 @@
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div class='top_bar'>
|
|
|
|
|
<div id="identifier-pannel" style="display:none">
|
|
|
|
|
<%= link_to image_tag('/images/qrweixin.jpg', size: '150x150', alt: 'trustie', class: "weixin" ), home_path %>
|
|
|
|
|
<div class="weixin-content">微信扫码</div>
|
|
|
|
|
</div>
|
|
|
|
|
<%#= render partial: 'wei_xin' %>
|
|
|
|
|
<div class="main-content-bar" id="main-content-bar">
|
|
|
|
|
<div style="float: left;padding-left:15px ">
|
|
|
|
|
<!-- <#%= image_tag(get_project_avatar(@first_page), size: "75x75") %> -->
|
|
|
|
@ -42,7 +39,7 @@
|
|
|
|
|
<%= image_tag '/images/transparent.png', width:@first_page.image_width,height: @first_page.image_height %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="welcome_left" id="welcome_left">
|
|
|
|
|
<% unless @first_page.nil? %>
|
|
|
|
|
<!-- <span class="font_welcome_trustie"><#%= @first_page.title %></span> <span class="font_welcome_tdescription">, <#%= @first_page.description %></span> -->
|
|
|
|
@ -50,7 +47,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="search-bar" id="search-bar">
|
|
|
|
|
<%= render :partial => "search_project", :locals => {:project_type => 0}%>
|
|
|
|
|
<%= render :partial => "search_project", :locals => {:project_type => 0}%>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|
|
</div>
|
|
|
|
|