2013-08-05 22:47:01 +08:00
|
|
|
<!-- fq -->
|
|
|
|
|
2013-08-02 08:53:07 +08:00
|
|
|
<table width="200px" border="0" style="padding-left: 10px; margin-bottom: 15px;">
|
2013-08-09 11:24:42 +08:00
|
|
|
<td class="font_lighter" style="font-size: 18px;"><%= l(:label_requirement_list) %></td>
|
2013-08-02 08:53:07 +08:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<% for bid in @bid%>
|
|
|
|
|
2013-08-12 16:17:03 +08:00
|
|
|
<table width="90%" border="0" align="center" style="border-bottom: 1px dashed rgb(204, 204, 204); margin-bottom: 10px;">
|
2013-08-02 08:53:07 +08:00
|
|
|
<tr>
|
|
|
|
<td colspan="2" valign="top" width="50" ><%= link_to image_tag(url_to_avatar(bid.author), :class => 'avatar'), :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">
|
|
|
|
<tr>
|
2013-08-09 11:24:42 +08:00
|
|
|
<td style="color: rgb(255, 0, 0);"><strong><%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%></strong></td>
|
|
|
|
<td class="font_lighter">(<%= bid.biding_projects.count%>)<%= l(:label_competitive_bidding) %></td>
|
|
|
|
<td class="font_lighter">(<%= bid.commit %>)<%= l(:label_responses) %></td>
|
|
|
|
<td class="font_lighter">(<%= bid.watcher_users.count%>)<%= l(:label_followers) %></td>
|
2013-08-02 08:53:07 +08:00
|
|
|
</tr>
|
|
|
|
</table></td>
|
2013-08-05 22:47:01 +08:00
|
|
|
<td width="200" align="right" class="a"><a class="font_lighter"> <%= format_time bid.created_on %></a></td>
|
2013-08-02 08:53:07 +08:00
|
|
|
</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>
|
|
|
|
<tr>
|
|
|
|
<td> <%= bid.description%> </td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div></td>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2013-08-12 15:37:42 +08:00
|
|
|
<% end %>
|
|
|
|
<!-- fq -->
|
|
|
|
<div class="pagination" style="float:left;">
|
|
|
|
<ul>
|
|
|
|
<%= pagination_links_full @bid_pages %>
|
|
|
|
<ul>
|
|
|
|
</div>
|