2013-08-20 22:05:11 +08:00
|
|
|
<!-- fq -->
|
2013-08-09 16:26:26 +08:00
|
|
|
|
2013-08-21 09:46:22 +08:00
|
|
|
<% bids.each do |bid|%>
|
2013-08-04 10:11:38 +08:00
|
|
|
|
2013-08-12 20:43:18 +08:00
|
|
|
<table width="95%" border="0" style="padding-left: 10px; padding-top: 10px;">
|
2013-08-20 22:05:11 +08:00
|
|
|
<tr>
|
|
|
|
<td colspan="2" valign="top" width="50" ><%= link_to(image_tag(url_to_avatar(bid.author), :class => 'avatar'), user_path(bid.author), :class => "avatar") %></td>
|
|
|
|
<td>
|
|
|
|
<table width="100%" border="0">
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" valign="top"><strong><%= link_to(bid.author, user_path(bid.author), :class => 'bid_user') %>: <%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %></strong></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td width="500">
|
|
|
|
<table border="0">
|
2013-09-12 10:41:15 +08:00
|
|
|
<tr><td>
|
|
|
|
<% if bid.reward_type.nil? or bid.reward_type == 1%>
|
2013-08-22 20:26:56 +08:00
|
|
|
<strong><%= l(:label_bids_reward_method) %><span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑"><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= bid.budget%></span></strong>
|
2013-08-21 09:46:22 +08:00
|
|
|
<% elsif bid.reward_type == 2%>
|
2013-08-21 16:53:40 +08:00
|
|
|
<strong><%= l(:label_bids_reward_method) %><span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong>
|
2013-08-21 09:46:22 +08:00
|
|
|
<% else %>
|
2013-09-13 21:52:24 +08:00
|
|
|
<!-- <strong><%= l(:label_bids_reward_method) %><span style="color: #00aa83;font-family: 14px; font-family: 微软雅黑"><%= l(:label_bids_credit) %> <%= bid.budget%> <%= l(:label_bids_credit_number) %></span></strong> -->
|
2013-08-21 09:46:22 +08:00
|
|
|
<% end %>
|
2013-09-12 10:41:15 +08:00
|
|
|
|
|
|
|
<!-- <td style="color: rgb(255, 0, 0);"><strong><%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%></strong></td> -->
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr><td>
|
|
|
|
<span class="font_lighter"><%= l(:label_x_biding_project, :count => bid.biding_projects.count) %>(<strong><%=link_to bid.biding_projects.count, project_for_bid_path(bid) %></strong>)</span>
|
|
|
|
<span class="font_lighter"><%= l(:label_x_responses, :count => bid.commit) %>(<strong><%=link_to bid.commit, respond_path(bid) %></strong>)</span>
|
|
|
|
<span class="font_lighter"><%= l(:label_x_followers, :count => bid.watcher_users.count) %>(<strong><%=link_to bid.watcher_users.count, respond_path(bid) %></strong>)</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
2013-08-20 22:05:11 +08:00
|
|
|
<td width="200" align="right" class="a"><span class="font_lighter"> <%= format_time bid.created_on %></span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<div class="bid-description" style="border-left: 1px solid rgb(225, 225, 225); border-bottom: 1px solid rgb(225, 225, 225); padding-left: 20px; padding-bottom: 10px; margin-bottom: 20px;">
|
|
|
|
<table width="100%">
|
|
|
|
<tr>
|
|
|
|
<td> <%= bid.description%> </td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div></td>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<% end %>
|
|
|
|
<div class="pagination">
|
|
|
|
<ul>
|
|
|
|
<%= pagination_links_full bid_pages %>
|
|
|
|
<ul>
|
2013-08-21 09:46:22 +08:00
|
|
|
</div>
|
2013-08-20 22:05:11 +08:00
|
|
|
|
|
|
|
<!--new-->
|
2013-08-21 09:46:22 +08:00
|
|
|
<!-- <% bids.each do |bid|%>
|
2013-08-20 22:05:11 +08:00
|
|
|
<table width="98%" border="0" style="padding-left: 20px; padding-top: 10px;">
|
2013-08-04 10:11:38 +08:00
|
|
|
<tr>
|
2013-08-20 22:05:11 +08:00
|
|
|
<td valign="top" width="50px"><%= link_to(image_tag(url_to_avatar(bid.author), :class => 'avatar'), user_path(bid.author), :class => "avatar") %></td>
|
2013-08-04 10:11:38 +08:00
|
|
|
<td>
|
2013-08-20 22:05:11 +08:00
|
|
|
<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>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<% if bid.reward_type.nil? or bid.reward_type == 1%>
|
2013-08-21 16:53:40 +08:00
|
|
|
<td><strong><%= l(:label_bids_reward_method) %><span style="color: rgb(255, 0, 0);font-family: 14px; font-family: 微软雅黑"><%= l(:label_call_bonus) %> <%= bid.budget%><%= l(:label_RMB_sign) %></span></strong></td>
|
2013-08-20 22:05:11 +08:00
|
|
|
<% elsif bid.reward_type == 2%>
|
2013-08-21 16:53:40 +08:00
|
|
|
<td><strong><%= l(:label_bids_reward_method) %><span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong></td>
|
2013-08-20 22:05:11 +08:00
|
|
|
<% else %>
|
2013-08-21 16:53:40 +08:00
|
|
|
<td><strong><%= l(:label_bids_reward_method) %><span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑">学分 <%= bid.budget%>分</span></strong></td>
|
2013-08-20 22:05:11 +08:00
|
|
|
<% 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>
|
|
|
|
</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>
|
2013-08-04 10:11:38 +08:00
|
|
|
<tr>
|
2013-08-20 22:05:11 +08:00
|
|
|
<td style="float: right"><span><%= l(:label_responses) %>(<%= link_to bid.commit, respond_path(bid),:class=> "bids_user" %>)</span></td>
|
2013-08-04 10:11:38 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2013-08-20 22:05:11 +08:00
|
|
|
<td style="float: right"><span><%= l(:label_followers) %>(<%= link_to bid.watcher_users.count, respond_path(bid),:class=> "bids_user" %>)</span></td>
|
2013-08-04 10:11:38 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2013-08-20 22:05:11 +08:00
|
|
|
<td><span style="float: right"><%= l(:field_deadline) %><span class="font_lighter" ><%= format_time bid.created_on %></span></span></td>
|
2013-08-04 10:11:38 +08:00
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<% end %>
|
|
|
|
<div class="pagination">
|
|
|
|
<ul>
|
|
|
|
<%= pagination_links_full bid_pages %>
|
|
|
|
<ul>
|
2013-08-21 16:53:40 +08:00
|
|
|
</div> -->
|