修改页面代码
This commit is contained in:
parent
c2ac26ed61
commit
851ef240c1
|
@ -36,8 +36,14 @@
|
|||
<div class="top-content">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="info_font" style="width: 240px; color: #15bccf"">企业众包社区</td>
|
||||
<td style="width: 430px; color: #15bccf""><strong><%= l(:label_user_location) %> : </strong></td>
|
||||
<td class="info_font" style="width: 240px; color: #15bccf">
|
||||
企业众包社区
|
||||
</td>
|
||||
<td style="width: 430px; color: #15bccf">
|
||||
<strong>
|
||||
<%= l(:label_user_location) %> :
|
||||
</strong
|
||||
></td>
|
||||
<td rowspan="2" width="250px">
|
||||
<div class="project-search">
|
||||
<%= form_tag(calls_path, :method => :get) do %>
|
||||
|
@ -50,9 +56,18 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-left: 8px"><a><%= link_to request.host()+"/calls", :controller => 'bids', :action => 'index' %> </a></td>
|
||||
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> >
|
||||
<span><%=link_to @bid.name ,bid_path %></span></td>
|
||||
<td style="padding-left: 8px">
|
||||
<a>
|
||||
|
||||
</a>
|
||||
</td>
|
||||
<td >
|
||||
<%=link_to l(:field_homepage), home_path %> >
|
||||
<%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> >
|
||||
<span>
|
||||
<%=link_to @bid.name ,bid_path %>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -70,45 +85,93 @@
|
|||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="info_font" style=" word-wrap: break-word; word-break: break-all"><%= link_to @bid.name,bid_path %></td>
|
||||
<td class="info_font" style=" word-wrap: break-word; word-break: break-all">
|
||||
<%= link_to @bid.name,bid_path %>
|
||||
</td>
|
||||
</tr>
|
||||
<% if User.current.login? %>
|
||||
<tr>
|
||||
<td align="center"> <%= link_to(l(:label_fork_homework_new), fork_path(@bid)) %></td>
|
||||
<td align="center">
|
||||
<%= link_to(l(:label_fork_homework_new), fork_path(@bid)) %>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"> <span style="margin-right:10px;"><span class="icon-fav icon"></span><%= watcher_link(@bid, User.current) %></span></td>
|
||||
<td align="center">
|
||||
<span style="margin-right:10px;">
|
||||
<span class="icon-fav icon"></span>
|
||||
<%= watcher_link(@bid, User.current) %>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</table></td>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td><%= l(:label_investor) %><%= link_to(@user, user_path(@user))%></td>
|
||||
<td>
|
||||
<%= l(:label_investor) %>
|
||||
<%= link_to(@user, user_path(@user))%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<% if @bid.reward_type.nil? or @bid.reward_type == 1%>
|
||||
<td><%= l(:label_bids_reward_method) %><span style="color: #ed8924; font-weight: bold"><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= @bid.budget%></span></td>
|
||||
<td>
|
||||
<%= l(:label_bids_reward_method) %>
|
||||
<span style="color: #ed8924; font-weight: bold">
|
||||
<%= l(:label_call_bonus) %>
|
||||
<%= l(:label_RMB_sign) %>
|
||||
<%= @bid.budget%>
|
||||
</span>
|
||||
</td>
|
||||
<% elsif @bid.reward_type == 2%>
|
||||
<td><%= l(:label_bids_reward_method) %><%= @bid.budget%></td>
|
||||
<td>
|
||||
<%= l(:label_bids_reward_method) %>
|
||||
<%= @bid.budget%>
|
||||
</td>
|
||||
<% else %>
|
||||
<td><%= l(:label_bids_reward_method) %><%= l(:label_bids_credit) %> <%= @bid.budget%> <%= l(:label_bids_credit_number) %></td>
|
||||
<td>
|
||||
<%= l(:label_bids_reward_method) %>
|
||||
<%= l(:label_bids_credit) %>
|
||||
<%= @bid.budget%>
|
||||
<%= l(:label_bids_credit_number) %>
|
||||
</td>
|
||||
<% end %>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><%= l(:label_investment_time_limit) %><%= @bid.deadline%></td>
|
||||
<td>
|
||||
<%= l(:label_investment_time_limit) %>
|
||||
<%= @bid.deadline%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color:#ed8924 ; font-size: 14px">被 <strong><%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid)) %></strong>
|
||||
个高校课程引用为作业!</div></td>
|
||||
<td>
|
||||
<div style="color:#ed8924 ; font-size: 14px">被
|
||||
<strong>
|
||||
<%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid)) %>
|
||||
</strong>
|
||||
个高校课程引用为作业!
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color:#ed8924 ; font-size: 14px">有 <strong><%= link_to(count_bid_project, show_bid_project_path(@bid)) %></strong>
|
||||
个项目正在实现该需求!</div></td>
|
||||
<td>
|
||||
<div style="color:#ed8924 ; font-size: 14px">
|
||||
有
|
||||
<strong><%= link_to(count_bid_project, show_bid_project_path(@bid)) %></strong>
|
||||
个项目正在实现该需求!
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<td><div style="color: #ed8924; font-size: 14px">有 <strong><%= link_to(count_bid_user, show_bid_user_path(@bid)) %></strong>
|
||||
个高校用户正在努力完成此需求!</div></td>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="color: #ed8924; font-size: 14px">
|
||||
有
|
||||
<strong><%= link_to(count_bid_user, show_bid_user_path(@bid)) %></strong>
|
||||
个高校用户正在努力完成此需求!
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div>
|
||||
|
@ -121,10 +184,12 @@
|
|||
<!--tags-->
|
||||
<div class="user_fans">
|
||||
<div class="font_title_left">
|
||||
<strong><%= l(:label_tag) %></strong>
|
||||
<strong>
|
||||
<%= l(:label_tag) %>
|
||||
</strong>
|
||||
</div>
|
||||
<div class="user_underline"></div>
|
||||
<table style="font-family:微软雅黑">
|
||||
<table style="font-family:'微软雅黑'">
|
||||
<tr>
|
||||
<td><!-- added by william -for tag -->
|
||||
<%= render :partial => 'tags/tag', :locals => {:obj => @bid, :object_flag => "4"}%>
|
||||
|
@ -144,11 +209,12 @@
|
|||
<td style="padding-top: 5px">
|
||||
<% if @bid.watcher_users.size>0 %>
|
||||
<% for user in @bid.watcher_users%>
|
||||
|
||||
<%= link_to image_tag(url_to_avatar(user), :class => "avatar", :title => user.name ),user_path(user) %>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<p class="font_lighter"><%= l(:label_project_no_follow) %></p>
|
||||
<p class="font_lighter">
|
||||
<%= l(:label_project_no_follow) %>
|
||||
</p>
|
||||
<% end%>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -177,10 +243,7 @@
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- end -->
|
||||
</div>
|
||||
|
@ -190,7 +253,6 @@
|
|||
<%= render_menu :bid_menu %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<%= call_hook :view_layouts_base_content %>
|
||||
<div style="clear:both;"></div>
|
||||
|
@ -199,12 +261,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ajax-indicator" style="display:none;">
|
||||
<span><%= l(:label_loading) %></span>
|
||||
</div>
|
||||
<div id="ajax-modal" style="display:none;"></div>
|
||||
|
||||
</div>
|
||||
<%= call_hook :view_layouts_base_body_bottom %>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue