|
|
|
@ -18,8 +18,8 @@
|
|
|
|
|
<li>登录名 : <span style="color:red;">*</span></li>
|
|
|
|
|
<li>邮箱 : <span style="color:red;">*</span></li>
|
|
|
|
|
<li>身份 : </li>
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">姓氏 : <span style="color:red;">*</span></li>
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">名字 : <span style="color:red;">*</span></li>
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">姓(First Name) : <span style="color:red;">*</span></li>
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">名(Last Name) : <span style="color:red;">*</span></li>
|
|
|
|
|
<li nhname="tag" nh_tag_2="true" style="display:none;">组织名 : <span style="color:red;">*</span></li>
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">性别 : </li>
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">工作单位 : </li>
|
|
|
|
@ -72,21 +72,25 @@
|
|
|
|
|
|
|
|
|
|
<li nhname="tag" nh_tag_0="true" nh_tag_1="true" nh_tag_3="true" style="display:none;">
|
|
|
|
|
<% if User.current.user_extensions.nil? %>
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" value=<%= l(:field_occupation_click) %> readonly>
|
|
|
|
|
<input nhname="tag" autocomplete="off" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" >
|
|
|
|
|
<input nhname="tag" nh_tag_3="true" id="occupation" name="occupation" style="display: none;" class="w210" type="text" value="" />
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" readonly/>
|
|
|
|
|
<span id="hint" style="color: #7f7f7f;display: none">平台找到了<a id="school_num" href="javascript:void(0)" style="color: red" >0</a>个包含<a id="search_condition" href="javascript:void(0)">"国防"</a>的高校</span>
|
|
|
|
|
<!--<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" readonly/>-->
|
|
|
|
|
<% elsif User.current.user_extensions.identity == 3 || User.current.user_extensions.identity == 2 %>
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" value=<%= l(:field_occupation_click) %> readonly>
|
|
|
|
|
<input nhname="tag" autocomplete="off" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" >
|
|
|
|
|
<input nhname="tag" nh_tag_3="true" id="occupation" name="occupation" style="display: none;" class="w210" type="text" value="<%= @user.user_extensions.occupation %>" />
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" readonly/>
|
|
|
|
|
<span id="hint" style="color: #7f7f7f;display: none">平台找到了<a id="school_num" href="javascript:void(0)" style="color: red" >0</a>个包含<a id="search_condition" href="javascript:void(0)">"国防"</a>的高校</span>
|
|
|
|
|
<!--<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" readonly/>-->
|
|
|
|
|
<% elsif User.current.user_extensions.school.nil? %>
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" value=<%= l(:field_occupation_click) %> readonly>
|
|
|
|
|
<input nhname="tag" autocomplete="off" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" >
|
|
|
|
|
<input nhname="tag" nh_tag_3="true" id="occupation" name="occupation" style="display: none;" class="w210" type="text" />
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" readonly/>
|
|
|
|
|
<span id="hint" style="color: #7f7f7f;display: none">平台找到了<a id="school_num" href="javascript:void(0)" style="color: red" >0</a>个包含<a id="search_condition" href="javascript:void(0)">"国防"</a>的高校</span>
|
|
|
|
|
<!--<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" readonly/>-->
|
|
|
|
|
<% else %>
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" value="<%= User.current.user_extensions.school.province %>" readonly/>
|
|
|
|
|
<input nhname="tag" autocomplete="off" nh_tag_0="true" nh_tag_1="true" id="province" name="province" style="display: none;width:130px;" class="w70" type="text" value="<%= User.current.user_extensions.school %>" />
|
|
|
|
|
<input nhname="tag" nh_tag_3="true" id="occupation" name="occupation" type="text" style="display: none;" class="w210" value="<%= User.current.user_extensions.school.id %>"/>
|
|
|
|
|
<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" value="<%= User.current.user_extensions.school.name %>" readonly="true" style="background-color: #E2E2E2;"/>
|
|
|
|
|
<span id="hint" style="color: #7f7f7f;display: none" >平台找到了<a id="school_num" href="javascript:void(0)" style="color: red" >0</a>个包含<a id="search_condition" href="javascript:void(0)">"国防"</a>的高校</span>
|
|
|
|
|
<!--<input nhname="tag" nh_tag_0="true" nh_tag_1="true" id="occupation_name" type="text" style="display: none;width:117px;" value="<%#= User.current.user_extensions.school.name %>" readonly="true" style="background-color: #E2E2E2;"/>-->
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
@ -180,7 +184,9 @@
|
|
|
|
|
</div><!--users_setting end-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="search_school_result_list"
|
|
|
|
|
style="width: 135px;line-height: 1.5;min-height:20px; max-height: 200px; height: auto!; !important;display: none;background: white;overflow: scroll;border: solid 1px #cccccc; overflow-x: hidden; overflow-y: auto;">
|
|
|
|
|
</div>
|
|
|
|
|
<div id="WOpenWindow">
|
|
|
|
|
<a class="modal_close" href="#"></a>
|
|
|
|
|
<h2 style="margin: 10px"><%= l(:lable_school_list)%></h2>
|
|
|
|
@ -202,6 +208,7 @@
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<%= stylesheet_link_tag 'nyan' %>
|
|
|
|
@ -518,10 +525,77 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$(function(){
|
|
|
|
|
//学校
|
|
|
|
|
$("#province").attr("href", "#WOpenWindow")
|
|
|
|
|
$("#province").leanModal({top: 100, closeButton: ".modal_close"});
|
|
|
|
|
function changeValue(value,data){
|
|
|
|
|
//console.log(value+","+data)
|
|
|
|
|
$("input[name='province']").val(value);
|
|
|
|
|
$("input[name='occupation']").val(data);
|
|
|
|
|
$("#search_school_result_list").hide();
|
|
|
|
|
$("#hint").hide();
|
|
|
|
|
}
|
|
|
|
|
var lastSearchCondition = '';
|
|
|
|
|
$(function() {
|
|
|
|
|
//查询学校
|
|
|
|
|
$("input[name='province']").on('input', function (e) {
|
|
|
|
|
$("input[name='occupation']").val(''); //一旦有输入就清空id。
|
|
|
|
|
if($(e.target).val().trim() == lastSearchCondition){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
lastSearchCondition = $(e.target).val().trim();
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: '<%= url_for(:controller => 'school',:action => 'on_search') %>' + '?name=' + e.target.value,
|
|
|
|
|
type: 'post',
|
|
|
|
|
success: function (data) {
|
|
|
|
|
if(data.lengh != 0) {
|
|
|
|
|
var i = 0;
|
|
|
|
|
$("#search_school_result_list").html('');
|
|
|
|
|
for (; i < data.length; i++) {
|
|
|
|
|
link = '<a onclick="window.changeValue(\'' + data[i].school.name + '\',\'' + data[i].school.id + '\')" href="javascript:void(0)">' + data[i].school.name + '</a><br/>';
|
|
|
|
|
$("#search_school_result_list").append(link);
|
|
|
|
|
}
|
|
|
|
|
$("#search_school_result_list").css('left', $(e.target).offset().left);
|
|
|
|
|
$("#search_school_result_list").css('top', $(e.target).offset().top + 28);
|
|
|
|
|
$("#search_school_result_list").css("position", "absolute");
|
|
|
|
|
$("#search_school_result_list").show();
|
|
|
|
|
if($(e.target).val().trim() != '') {
|
|
|
|
|
$("#hint").html('平台找到了' + data.length + '个包含"' + e.target.value + '"的高校');
|
|
|
|
|
$("#hint").show();
|
|
|
|
|
}else{
|
|
|
|
|
$("#hint").hide();
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
$("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校。');
|
|
|
|
|
$("#hint").show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
$(document.body).click(function(e){
|
|
|
|
|
if($(e.target).attr("id") != 'search_school_result_list')
|
|
|
|
|
{
|
|
|
|
|
$("#search_school_result_list").hide();
|
|
|
|
|
$("#hint").hide();
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
$("input[name='province']").on('focus', function (e) {
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: '<%= url_for(:controller => 'school',:action => 'on_search') %>' + '?name=' + e.target.value,
|
|
|
|
|
type: 'post',
|
|
|
|
|
success: function (data) {
|
|
|
|
|
var i = 0;
|
|
|
|
|
$("#search_school_result_list").html('');
|
|
|
|
|
for ( ;i<data.length;i++){
|
|
|
|
|
link = '<a onclick="window.changeValue(\''+data[i].school.name+'\',\''+data[i].school.id+'\')" href="javascript:void(0)">' +data[i].school.name+'</a><br/>';
|
|
|
|
|
$("#search_school_result_list").append(link);
|
|
|
|
|
}
|
|
|
|
|
$("#search_school_result_list").css('left',$(e.target).offset().left);
|
|
|
|
|
$("#search_school_result_list").css('top',$(e.target).offset().top + 28);
|
|
|
|
|
$("#search_school_result_list").css("position", "absolute");
|
|
|
|
|
$("#search_school_result_list").show();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// $("#province").leanModal({top: 100, closeButton: ".modal_close"});
|
|
|
|
|
|
|
|
|
|
//地区
|
|
|
|
|
var province = "<%= "#{province}" %>"
|
|
|
|
@ -544,6 +618,9 @@
|
|
|
|
|
$("#users_tb_2").click();
|
|
|
|
|
<% end %>
|
|
|
|
|
$('#my_account_form_link').click(function(){
|
|
|
|
|
if( $("input[name='province']").val().trim() != '' && $("input[name='occupation']").val().trim() == ''){ //学校名字和id不对的话
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
$('#my_account_form_btn').click();
|
|
|
|
|
});
|
|
|
|
|
$('#my_password_form_link').click(function(){
|
|
|
|
|