|
|
@ -1,10 +1,13 @@
|
|
|
|
|
|
|
|
<div class="project_r_h">
|
|
|
|
|
|
|
|
<h2 class="project_h2">邀请加入</h2>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="floatbox" style="margin:100px;">
|
|
|
|
<div class="floatbox" style="margin:100px;">
|
|
|
|
<div ><a href="#" class="box_close"></a></div>
|
|
|
|
<div ><a href="#" class="box_close"></a></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="box_main">
|
|
|
|
<div class="box_main">
|
|
|
|
<h3 class="box_h3">发送邮件邀请新用户</h3>
|
|
|
|
<h3 class="box_h3">发送邮件邀请新用户</h3>
|
|
|
|
<p class="box_p">输入好友邮箱地址,Trustie帮您免费发送!</p>
|
|
|
|
<p class="box_p">输入好友邮箱地址,Trustie帮您免费发送!</p>
|
|
|
|
<%= form_tag('send_mail_to_member', :controller => 'projects',:action => 'send_mail_to_member', method: 'get',:remote=>true) do %>
|
|
|
|
<p style="padding-lef:20px;"><%= form_tag('send_mail_to_member', :controller => 'projects',:action => 'send_mail_to_member', method: 'get',:remote=>true) do %></p>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li >
|
|
|
|
<li >
|
|
|
|
<%= text_field_tag 'mail', '邮箱', :class => "fb_item fl" %>
|
|
|
|
<%= text_field_tag 'mail', '邮箱', :class => "fb_item fl" %>
|
|
|
|