|
|
@ -1,8 +1,12 @@
|
|
|
|
<div id="share_new" style = "width: 431px; center" >
|
|
|
|
<div id="share_new" style = "width: 500px; margin:0 auto" >
|
|
|
|
<%= form_for(@share) do |f| %>
|
|
|
|
<%= form_for(@share) do |f| %>
|
|
|
|
|
|
|
|
<div style="width=100%; padding-top: 20px; vertical-align:baseline; text-align: right; ">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
分享到项目:
|
|
|
|
<strong style="height:25px; line-height:25px; " id="share_label" >分享到:</strong>
|
|
|
|
<%= f.select 'project_id', options_from_collection_for_select(@ps, "id", "name") %></div>
|
|
|
|
<%= f.select 'project_id', options_from_collection_for_select(@ps, "id", "name") %>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<div class="field">
|
|
|
|
<div class="field">
|
|
|
|
<%= f.text_field :title, :style => 'width: 399px;display: none;' %>
|
|
|
|
<%= f.text_field :title, :style => 'width: 399px;display: none;' %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -16,7 +20,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="actions" style=" padding-top: 10px; float:right">
|
|
|
|
<div class="actions" style=" padding-top: 10px; float:right">
|
|
|
|
<%= f.submit :value=>"分享"%>
|
|
|
|
<%= f.submit :value=>"分享" ,:class => 'whiteButton', :style => 'font-size: 14px; padding: 3px' %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|