|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<input type="text" class="fl task-form-100 task-height-40 panel-box-sizing" name="research_contents" placeholder="输入关键字进行搜索">
|
|
|
|
|
</div>
|
|
|
|
|
<li class="fl task-height-30 ml10" style="display: inline-block">
|
|
|
|
|
<input nhname="tag" autocomplete="off" maxlength="36" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" name="school" class="task-height-40 panel-box-sizing fl" type="text" placeholder="请输入单位名称关键字进行搜索" style="width: 240px" />
|
|
|
|
|
<input nhname="tag" autocomplete="off" maxlength="36" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" name="school" class="task-height-40 panel-box-sizing fl" type="text" placeholder="请输入单位名称关键字进行搜索" style="width: 200px" />
|
|
|
|
|
<input nhname="tag" nh_tag_5="true" class="fl" id="school_id" name="school_id" style="display:none;" type="text"/> <!-- 单位名称的test框选中下拉列表框的id -->
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
@ -36,7 +36,8 @@
|
|
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="import_student_accounts();" class="fl ml20 task-btn task-btn-orange mt5">账号生成</a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="import_course_members();" class="fl ml10 task-btn task-btn-orange mt5">课堂添加成员</a>
|
|
|
|
|
<% end %>
|
|
|
|
|
<a href="<%= cancel_ip_limit_managements_path %>" data-method="delete" data-remote="true" class="fl ml10 task-btn task-btn-orange mt5">解除ip限制</a>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="edu-con-bg01 mt15" id="managements_user_list">
|
|
|
|
|
<%= render :partial => "managements/user_list" %>
|
|
|
|
|