|
|
|
@ -24,10 +24,13 @@
|
|
|
|
|
<%= render :partial => 'regested', locals: { :isregisted => false} %>
|
|
|
|
|
</div>
|
|
|
|
|
<%= form_tag('send_mail_to_member', :controller => 'projects',:action => 'send_mail_to_member', method: 'get',:remote=>true) do %>
|
|
|
|
|
<%= text_field_tag 'mail', '邮箱', :class => "fb_item fl" %>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<%= submit_tag '免费发送', :style => "display:block; width:80px; text-align:center; color:#fff; height:26px; padding-top:3px; margin-bottom:10px;" %>
|
|
|
|
|
<%= text_field_tag 'mail', '', :class => "fb_item fl", :placeholder => l(:label_input_email) %>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<a href="#" class="btn_free" onclick="$(this).parent().submit();">
|
|
|
|
|
<%= l(:label_send_email)%>
|
|
|
|
|
</a>
|
|
|
|
|
<%#= submit_tag '免费发送', :style => "display:block; width:80px; text-align:center; color:#fff; height:26px; padding-top:3px; margin-bottom:10px;" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|