90 lines
3.7 KiB
Plaintext
90 lines
3.7 KiB
Plaintext
<div class="pro_new_setting_conbox fl " style="width:100%; border:none;">
|
|
<a href="javascript:void(0);" class="fl sy_btn_green mb10 ml15" onclick="add_contest_member();">添加成员</a>
|
|
<div class="cl"></div>
|
|
<div class=" sy_new_tchbox clear undis" style="margin-left:10px; margin-right:10px" id="add_contest_member">
|
|
<%= form_for(@member, {:as => :membership, :url => project_memberships_path(@contest), :remote => true, :method => :post}) do |f| %>
|
|
<div class="hw_search_box mb10">
|
|
<input class=" sy_new_search" placeholder="支持姓名、邮箱、登录名搜索" type="text">
|
|
</div>
|
|
<div class="clear mb10">
|
|
<ul class="pro_new_idlist fl">
|
|
<li class=" clear " ><input type="checkbox" class="mr5 fl" ><span class="fl pro_new_idname mt3">shashashashashashasshashashashashashshashashashashashshashashashashashshashashashashashhasha</span></li>
|
|
<li class=" clear "><input type="checkbox" class="mr5 fl" ><span class="fl mt3">shashashashashashashasha</span></li>
|
|
<li class=" clear "><input type="checkbox" class="mr5 fl" ><span class="fl mt3">shashashashashashashasha</span></li>
|
|
<li class=" clear "><input type="checkbox" class="mr5 fl" ><span class="fl mt3">shashashashashashashasha</span></li>
|
|
|
|
</ul>
|
|
<ul class="fl pro_new_idbox">
|
|
<li class="clear ">
|
|
<input type="checkbox" class="mt2 fl" >
|
|
<p class="fl ml5"> 管理员</p>
|
|
</li>
|
|
<li class="clear ">
|
|
<input type="checkbox" class="mt2 fl" >
|
|
<p class="fl ml5"> 评委</p>
|
|
</li>
|
|
<li class="clear ">
|
|
<input type="checkbox" class="mt2 fl" >
|
|
<p class="fl ml5"> 参赛者</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<a href="javascript:void(0);" class="fr sy_btn_grey ">取消</a><a href="javascript:void(0);" class="fr sy_btn_blue mr5">保存</a>
|
|
<% end %>
|
|
</div>
|
|
|
|
<div class=" clear ml10 mr10" >
|
|
<table class="sy_new_table clearfix mb15 " cellpadding="0" cellspacing="0">
|
|
<thead>
|
|
<tr>
|
|
<th>序号</th>
|
|
<th style="width:320px;">用户</th>
|
|
<th>角色</th>
|
|
<th class="sy_new_namebox">操作</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>shashasha</td>
|
|
<td>管理人员</td>
|
|
<td><a href="javascript:void(0);" class=" sy_btn_blue mr5 ">编辑</a><a href="javascript:void(0);" class=" sy_btn_grey mr5 ">删除</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>shashasha</td>
|
|
<td>主办人</td>
|
|
<td><a href="javascript:void(0);" class=" sy_btn_blue mr5 ">编辑</a><a href="javascript:void(0);" class=" sy_btn_grey mr5 ">删除</a></td>
|
|
</tr>
|
|
<tr>
|
|
<th>3</th>
|
|
<th ><span class="pro_new_idname">shashashashashashashashashahashashashashashashasha</span></th>
|
|
<th>
|
|
<ul class="clear ml15">
|
|
<li class="fl mr5">
|
|
<input type="checkbox" class="mt6 fl" >
|
|
<p class="fl ml5"> 管理员</p>
|
|
</li>
|
|
<li class="fl mr5">
|
|
<input type="checkbox" class="mt6 fl" >
|
|
<p class="fl ml5"> 评委</p>
|
|
</li>
|
|
<li class="fl mr5">
|
|
<input type="checkbox" class="mt6 fl" >
|
|
<p class="fl ml5"> 参赛者</p>
|
|
</li>
|
|
</ul>
|
|
|
|
</th>
|
|
<th><a href="javascript:void(0);" class=" sy_btn_blue mr5 ">保存</a><a href="javascript:void(0);" class=" sy_btn_grey mr5 ">删除</a></th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function add_contest_member(){
|
|
$("#add_contest_member").show();
|
|
}
|
|
</script> |