123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- var userid;
- function exit(){
-
- $.cookie('userid', null);
- $.cookie('userAuth', null);
- $.cookie('userEmail', null);
- $.cookie('userMobilePhone', null);
- $.cookie('userName', null);
- $.cookie('userType', null);
- location.href="index.html"
- }
- function valUser(){
- var userid = $.cookie('userid');
- var userAuth = $.cookie('userAuth');
- if(userid == undefined || userid.length==0 || userid == "null" || userAuth == false){
- location.href="login.html";
- }
- }
- function GetQueryString(name) {
- var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
- var r = window.location.search.substr(1).match(reg);
-
- var context = "";
- if (r != null)
- context = r[2];
- reg = null;
- r = null;
- return context == null || context == "" || context == "undefined" ? "" : decodeURI(context);
- }
- var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
- var r = window.location.search.substr(1).match(reg); //��ȡurl��"?"�����ַ�����ƥ��
- var context = "";
- if (r != null)
- context = r[2];
- reg = null;
- r = null;
- return context == null || context == "" || context == "undefined" ? "" : context;
- }*/
- function loginStatus(){
- userid = $.cookie('userid');
- if(userid && userid != "null" && userid!=null){
- $(".onlogin").show();
- $(".unlogin").hide();
- $(".portrait-p").attr("src","/images/head/"+userid+"_m.jpg");
- $(".portrait-p").load(function(){
- })
- .error(function(){
- $(".portrait-p").attr("src","/images/default-photo.jpg");
- });
- }else{
- $(".onlogin").hide();
- $(".unlogin").show();
- }
-
-
- }
- function changeTime(dealtime){
- var s = dealtime;
-
- if(dealtime.length==8){
- var y = s.substr(0,4);
- var m = s.substr(4,2);
- var d = s.substr(6,2);
- var formatTime = y+"-"+m+"-"+d;
- return formatTime;
- }
- else
- {
- var y = s.substr(0,4);
- var m = s.substr(4,2);
- var d = s.substr(6,2);
- var h = s.substr(8,2);
- var minute = s.substr(10,2);
- var formatTime = y+"-"+m+"-"+d+" "+h+":"+minute;
- return formatTime;
- }
-
- }
- function replaceStr(s)
- {
- var pattern = new RegExp("-");
- var rs = "";
- for (var i = 0; i < s.length; i++) {
- rs = rs+s.substr(i, 1).replace(pattern, '');
- }
- return rs;
- }
- function limitHeight(){
- var Length = $(".limitBox").length;
- for(var i=0; i<Length;i++){
- var limitheight = $(".limitwords").eq(i).height();
- console.log(limitheight);
- $(".limitBox").eq(i).css("height",limitheight);
- }
-
- }
- var hash={
- 'qq.com': 'http://mail.qq.com',
- 'gmail.com': 'http://mail.google.com',
- 'sina.com': 'http://mail.sina.com.cn',
- '163.com': 'http://mail.163.com',
- '126.com': 'http://mail.126.com',
- 'yeah.net': 'http://www.yeah.net/',
- 'sohu.com': 'http://mail.sohu.com/',
- 'tom.com': 'http://mail.tom.com/',
- 'sogou.com': 'http://mail.sogou.com/',
- '139.com': 'http://mail.10086.cn/',
- 'hotmail.com': 'http://www.hotmail.com',
- 'live.com': 'http://login.live.com/',
- 'live.cn': 'http://login.live.cn/',
- 'live.com.cn': 'http://login.live.com.cn',
- '189.com': 'http://webmail16.189.cn/webmail/',
- 'yahoo.com.cn': 'http://mail.cn.yahoo.com/',
- 'yahoo.cn': 'http://mail.cn.yahoo.com/',
- 'eyou.com': 'http://www.eyou.com/',
- '21cn.com': 'http://mail.21cn.com/',
- '188.com': 'http://www.188.com/',
- 'foxmail.coom': 'http://www.foxmail.com'
- };
- function Carousel(inde, num,show, childcount, obj, next, prev) {
- var tapnum=0;
- if( childcount > num ){
- next.css("display","block");
- }
- next.click(function() {
- if (!obj.is(":animated")) {
- if (num < childcount) {
- tapnum++;
- prev.css("display","block");
- if(tapnum == childcount-show){
- next.css("display","none");
-
- }
- num++;
- obj.animate({
- left: "-=212px"
- }, 600);
- }
- }
- });
- prev.click(function() {
-
- if (!obj.is(":animated")) {
- if (num > inde) {
- tapnum--;
- next.css("display","block");
- if(tapnum == 0){
- prev.css("display","none");
- }
- num--;
- obj.animate({
- left: "+=212px"
- }, 600);
- }
- }
- });
- }
- function limitTextCountFn(TextAreaId,countContainerId,count){
- var curLength=$(TextAreaId).val().length;
- if(curLength > count){
- var num=$(TextAreaId).val().substr(0,count);
- $(TextAreaId).val(num);
-
- }
- else {
- $(countContainerId).text(count - $(TextAreaId).val().length);
- }
- };
- function titleLimitFontCountFn(){
- var curLength= $("#consultTitle").val().length;
- if(curLength>20){
- var num = $("#consultTitle").val().substr(0,20);
- $("#consultTitle").val(num);
- }
-
- };
- function selectThis(value){
- $("#div_select").text(value);
- $("#li_show").css("display","none");
- }
- function showmenu(){
- $("#li_show").css("display","block");
- }
- function concultProInfo(professorId){
- $.ajax({
- url:"/ajax/professor/editBaseInfo/"+professorId,
- type:"get",
- data : {"id":professorId},
- contentType : "application/x-www-form-urlencoded",
- success:function(response){
- console.log(response);
- var myData = response["data"];
-
- $("#professorName").html(myData["name"]);
- $("#professorTitle").html(myData["title"]);
- $("#profDepartment").html(myData["department"]);
- $("#profOrganization").html(myData["orgName"]);
- $("#profAdress").html(myData["address"]);
- $("#byConsultConut").html(myData["consultCount"]);
- $("#sendConsultBtn").attr("proId",myData["id"]);
-
-
- var startConut = myData["starLevel"];
- for(var i = 0; i < startConut; i ++){
- $("#starLevel .evastar2").eq(i).addClass("addStar");
- }
-
-
- if(myData["authentication"] == true){
- $("#proModify").removeClass("displayNone");
- }
-
-
- if(myData["hasHeadImage"] == 0){
- $("#prohead").attr("src","images/default-photo.jpg");
- }
-
- else {
- $("#prohead").attr("src","images/head/"+myData["id"]+"_m.jpg");
- }
-
-
- },
- error:function(error){
- $.MsgBox.Alert("message","请求数据失败");
- }
- });
- };
- function sendConsultHandler(professorId){
- var professorId = professorId;
- var consult_type = $(".clicknow").text();
- var consult_title = $("#consultTitle").val();
- var consult_content = $("#consultcontent").val();
- var consultStr = {
- "consultType":consult_type,
- "consultTitle":consult_title,
- "consultContant":consult_content,
- "professorId":professorId,
- "consultantId":userid
- };
-
- if(consult_type == '' || consult_title == '' || consult_content == ''){
- $.MsgBox.Alert("message","请填写完整");
- };
- if(consult_type == ''){
- $.MsgBox.Alert("消息","请选择联系目的");
- }
- if(consult_title == ''){
- $.MsgBox.Alert("消息","请填写咨询目的");
- }
- if(consult_content == ''){
- $.MsgBox.Alert("消息","请填写咨询内容");
- }
-
- if(userid && userid != null && userid != "null" && consult_type != '' &&
- consult_title != '' && consult_content != ''
- ){
-
- $.ajax({
- "url" :"/ajax/consult",
- "type" : "post",
-
- "data" : consultStr,
- "contentType" : "application/x-www-form-urlencoded",
- "dataType" : "json",
- "success" : function(response) {
- console.log(response);
- },
- "error":function (){
- $.MsgBox.Alert("消息","咨询申请失败");
- },
-
- "complete":function(){
-
- $(".blackcover").remove();
- $("body").css("position","static");
- $.MsgBox.Alert("消息","咨询申请成功");
- },
- });
- }
- };
|