|
|
|
@ -10,11 +10,11 @@
|
|
|
|
|
background: url("/images/button/bg104.jpg") no-repeat scroll left top transparent;
|
|
|
|
|
padding: 0px 0px 4px 0px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
/*margin-right: -4px;*/
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
/*margin-right: -4px;*/
|
|
|
|
|
}
|
|
|
|
|
input[type="button"].bid_btn {
|
|
|
|
|
width: 60px;
|
|
|
|
@ -25,11 +25,11 @@
|
|
|
|
|
background: url("/images/button/bg104.jpg") no-repeat scroll left top transparent;
|
|
|
|
|
padding: 0px 0px 4px 0px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
margin-right: -2px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
margin-right: -2px;
|
|
|
|
|
}
|
|
|
|
|
textarea:focus {
|
|
|
|
|
border: #d5dee9 1px solid;
|
|
|
|
@ -55,12 +55,9 @@
|
|
|
|
|
$("#put-bid-form").hide();
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
|
<div class="contextual">
|
|
|
|
|
<div class='icon icon-add' style="margin-right: 30px;">
|
|
|
|
|
<%= toggle_link l(:button_bidding), 'put-bid-form' %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id = 'flash' style="float:left; width: 100%; display: none" ></div>
|
|
|
|
|
<div id="put-bid-form" style="display: none">
|
|
|
|
|
<%= form_for "bid_for_save", :remote=>true, :url => {:controller => 'bids', :action => 'add'},
|
|
|
|
|
:update => "bidding_project_list",
|
|
|
|
@ -74,11 +71,11 @@
|
|
|
|
|
:onfocus => "clearInfo('bid_message')", :onblur => "showInfo('bid_message')",
|
|
|
|
|
:value => "请输入应标理由", :style => "resize: none;", :class => 'noline'%></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="right"><%= submit_tag l(:button_add), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'"%>
|
|
|
|
|
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "cancel();", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'",
|
|
|
|
|
:onmouseover => "this.style.backgroundPosition = 'left -30px'" %> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="right"><%= submit_tag l(:button_add), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'"%>
|
|
|
|
|
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "cancel();", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'",
|
|
|
|
|
:onmouseover => "this.style.backgroundPosition = 'left -30px'" %> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|