|
|
|
@ -48,31 +48,48 @@
|
|
|
|
|
<ul>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--new-->
|
|
|
|
|
<% bids.each do |bid|%>
|
|
|
|
|
<table width="98%" border="0" style="padding-left: 20px; padding-top: 10px;">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" width="50px"><%= link_to(image_tag(url_to_avatar(bid.author), :class => 'avatar'), user_path(bid.author), :class => "avatar") %></td>
|
|
|
|
|
<td><table width="100%" border="0" class="font_description">
|
|
|
|
|
<td>
|
|
|
|
|
<table width="100%" border="0" class="font_description">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><strong><%= link_to(bid.author, user_path(bid.author)) %></strong> <spanclass="font_lighter"><%= l(:label_bid_publish) %></span> <strong><%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %></strong></td>
|
|
|
|
|
<td><strong><%= link_to(bid.author, user_path(bid.author)) %></strong>
|
|
|
|
|
<spanclass="font_lighter">
|
|
|
|
|
<%= l(:label_bid_publish) %></span> <strong><%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %></strong>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="font-family: 14px; font-family: 微软雅黑"><strong><%= l(:label_price) %></strong><span style="color: rgb(255, 0, 0);"><%= l(:label_RMB_sign) %><%= bid.budget%></span></td>
|
|
|
|
|
|
|
|
|
|
<% if bid.reward_type.nil? or bid.reward_type == 1%>
|
|
|
|
|
<td><strong>奖励方式:<span style="color: rgb(255, 0, 0);font-family: 14px; font-family: 微软雅黑">奖金 <%= bid.budget%><%= l(:label_RMB_sign) %></span></strong></td>
|
|
|
|
|
<% elsif bid.reward_type == 2%>
|
|
|
|
|
<td><strong>奖励方式:<span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong></td>
|
|
|
|
|
<% else %>
|
|
|
|
|
<td><strong>奖励方式:<span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑">学分 <%= bid.budget%>分</span></strong></td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="border-left: 1px solid rgb(225, 225, 225); border-bottom: 1px solid rgb(225, 225, 225); padding-left: 20px; padding-bottom: 20px; margin-bottom: 20px;">
|
|
|
|
|
<%= bid.description%>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="border-left: 1px solid rgb(225, 225, 225); border-bottom: 1px solid rgb(225, 225, 225); padding-left: 20px; padding-bottom: 20px; margin-bottom: 20px;"> <%= bid.description%> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
</table></td>
|
|
|
|
|
<td width="200px" valign="bottom" style="padding-bottom: 5px"><table>
|
|
|
|
|
<tr><td style="float: right"><span><%= l(:label_bid_project) %>(<%= link_to bid.biding_projects.count, project_for_bid_path(bid),:class=> "bids_user" %>)</span></td></tr>
|
|
|
|
|
<tr><td style="float: right"><span><%= l(:label_responses) %>(<%= link_to bid.commit, respond_path(bid),:class=> "bids_user" %>)</span></td></tr>
|
|
|
|
|
<tr><td style="float: right"><span><%= l(:label_followers) %>(<%= link_to bid.watcher_users.count, respond_path(bid),:class=> "bids_user" %>)</span> </td></tr>
|
|
|
|
|
<tr><td><span style="float: right"><%= l(:field_deadline) %><span class="font_lighter" ><%= format_time bid.created_on %></span></span></td></tr>
|
|
|
|
|
<td width="200px" valign="bottom" style="padding-bottom: 5px">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="float: right"><span><%= l(:label_bid_project) %>(<%= link_to bid.biding_projects.count, project_for_bid_path(bid),:class=> "bids_user" %>)</span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="float: right"><span><%= l(:label_responses) %>(<%= link_to bid.commit, respond_path(bid),:class=> "bids_user" %>)</span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="float: right"><span><%= l(:label_followers) %>(<%= link_to bid.watcher_users.count, respond_path(bid),:class=> "bids_user" %>)</span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><span style="float: right"><%= l(:field_deadline) %><span class="font_lighter" ><%= format_time bid.created_on %></span></span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
@ -81,3 +98,4 @@
|
|
|
|
|
<ul>
|
|
|
|
|
<%= pagination_links_full bid_pages %>
|
|
|
|
|
<ul>
|
|
|
|
|
</div>
|
|
|
|
|