CINXE.COM

erDataBases

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="爱如生典海数字平台由北京爱如生数字化技术研究中心研发,采用当代最先进的大数据和网络技术,贴近学术研究实际需求,创新设计多种功能,使爱如生数字产品在检索、阅读、管理和适用等方面功效倍增,为广大用户利用数字资源进行学术研究开辟更为广阔的前景。爱如生典海数字平台在中国北京和美国加州设置专用中央服务器,全球用户均可远程登录使用。" > <title>erDataBases</title> <link rel="stylesheet" type="text/css" href="/js/jquery-easyui-1.4.1/themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="/js/jquery-easyui-1.4.1/themes/icon.css"> <script type="text/javascript" src="/js/jquery-1.12.4.min.js"></script> <script type="text/javascript" src="/js/jquery-easyui-1.4.1/jquery.easyui.min.js"></script> <script language="JavaScript"> function login_user(){ var temp = document.getElementsByName("selectdb"); var selec = null; for (i=0;i<temp.length;i++){ if(temp[i].checked){ selec = temp[i].value; document.getElementById("gopage").value = temp[i].value; } } if(selec == null){ alert("请先选择产品!"); return; } //alert(document.getElementById("gopage").value); var u_id = "user id"; var u_pw = "password"; var _id = document.getElementById('memberEnterName').value; if(_id == null || _id.length < 1){ $("#memberEnterName").attr("value", u_id); $("#memberEnterName").css("color", "gray"); alert('請輸入用戶名 !'); return; } if(_id == u_id){ $("#memberEnterName").css("color","gray"); alert('請輸入用戶名 !'); return; } var _pw = document.getElementById('memberPassword').value; if(_pw == null || _pw.length < 1){ document.getElementById("memberPassword").style.display = 'none'; document.getElementById("pwd").style.display = ''; $("#pwd").attr("value", u_pw); $("#pwd").css("color","gray"); alert('請輸入密碼 !'); return; } if(_pw == u_pw){ document.getElementById("memberPassword").style.display = 'none'; document.getElementById("pwd").style.display = ''; $("#pwd").attr("value", u_pw); $("#pwd").css("color","gray"); alert('請輸入密碼 !'); return; } document.form.submit(); return(true); } function changeImg(imguri){ document.getElementById("img_src").src = "/image/" + imguri; } function PageClose(){ sendOutInfo(); setTimeout(closeWebPage,700); } function closeWebPage(){ if (navigator.userAgent.indexOf("MSIE") > 0) { if (navigator.userAgent.indexOf("MSIE 6.0") > 0) { window.opener = null; window.close(); } else { window.open('', '_top'); window.top.close(); } } else if (navigator.userAgent.indexOf("Firefox") > 0) { window.location.href = 'about:blank '; } else { window.location.href = 'about:blank '; return; } } function closewindow(){ var browserName=navigator.appName; if (browserName=="Netscape") { window.opener=null; window.open('','_self'); window.close(); } else if (browserName=="Microsoft Internet Explorer") { window.opener=null; window.open('','_self'); window.close(); } else{ window.opener=null; window.open('','_self'); window.close(); } } function sendOutInfo(){ //alert('准备连接'); $.ajax({ url: "/sypt/logout.jsp", type: "get", data:"?sun=" + Math.random(), dataType:'text/xml', success:function(value){ alert(""); }, error: function(XMLHttpRequest, textStatus, errorThrown) { //alert(XMLHttpRequest.status); //alert(XMLHttpRequest.readyState); //alert(textStatus); } }); } function jumptoLogin(id){ window.location.href="/spring/user/autoin?uid="+id; } function showInfo(){ $.messager.show({ title:'通知', msg:'今日下午3点整将对服务器进行调整,服务中断50分钟!带来的不便,敬请谅解! ', timeout:100000, showType:'show' //'slide' }); } // $(function(){ // showInfo(); // }); function clickLoginInput(){ var nn= $("#memberEnterName").val(); $("#memberEnterName").attr("value",""); $("#memberEnterName").css("border","1px solid #000"); $("#memberEnterName").css("color","#000000"); } function clickPassInput(){ //var nn= $("#memberPassword").val(); $("#memberPassword").attr("value",""); $("#memberPassword").css("border","1px solid #000"); $("#memberPassword").css("color","#000000"); document.getElementById("pwd").style.display = 'none'; document.getElementById("memberPassword").style.display = ''; document.getElementById("memberPassword").focus(); //$("#pwd").hide(); //$("#memberPassword").show(); //$("#memberPassword").focus(); } function doSelect(va){ var temp = document.getElementsByName("selectdb"); var selec = null; for (i=0;i<temp.length;i++){ if(temp[i].value == va){ temp[i].checked = true; break; } } } function godblist(){ var temp = document.getElementsByName("selectdb"); var selec = null; for (i=0;i<temp.length;i++){ if(temp[i].checked){ selec = temp[i].value; } } if(selec == null){ var m_msg = "请先选择产品!"; //layer.alert(m_msg); layer.msg(m_msg); return; } var url = "/spring/user/alogin?jumppage=hello_gd"; if(selec == "jindai"){ url = "/spring/user/alogin?jumppage=hello_jd"; } window.open(url,"_self"); //document.getElementById('jumppage').value = selec; //document.goform.submit(); //return(true); } var currShow = 1; //古代典籍 function changeShowPan(){ if(currShow == 1){ currShow = 2; $("#chbn").attr("src","/images/bk.png"); $("#gj_pan").hide(); $("#bk_pan").show(); } else{ currShow = 1; $("#chbn").attr("src","/images/gj.png"); $("#bk_pan").hide(); $("#gj_pan").show(); } } </script> <style type="text/css"> body{ font-family:Arial, Helvetica, sans-serif; } *{ box-sizing: border-box; } a {text-decoration:none; color:#00F; } a:hover { color:#C00; position:relative; top:1px;} #exit a:hover { color:#993300; font-weight:bold;} .d_en { color: #000000; font-size: 12px; } .d_er { color: #000000; font-size: 13px; font-weight:bold; } .d_name { color: #000000; font-size: 14px; } .selc_p{ cursor:pointer; display:inline-block; } .tit{ cursor:pointer; font-size:22px; font-family:Arial, Helvetica, sans-serif; display:inline-block; height:30px; border:solid 0px #903; /* position:relative; top:17px; top:17px\0; */ } .checkin{ display:inline-block; height:20px; width:30px; } .pmark{ display:inline-block; width: 90px; color: #999; font-size: 20px; font-weight: 500; text-align: center; line-height: 40px; font-family: fangsong; position:relative; left:8px; } .pmark{ cursor:pointer; } .tit_1{ cursor:pointer; font-size:13px;} .chbn{ cursor:pointer;} table{ text-align:left;} .myinput{ font: 16px/26px arial; line-height:26px; height:26px; border:1px solid #000; border-radius: 5px; width:470px; padding-left:7px; background-color:#fff; -webkit-box-shadow: 0 0 0px 1000px white inset; } .myinput_no{ font: 16px/26px arial; line-height:26px; height:26px; border:1px solid #000; border-radius: 5px; padding-left:7px; background-color:#fff; -webkit-box-shadow: 0 0 0px 1000px white inset; width:470px; } .infobox { width:430px; height:250px; border:1px solid #BFBFBF; border-radius:5px; -moz-border-radius:5px; /* background-color:#F7F7F7; Old Firefox */ /*box-shadow: -6px 5px 5px #888888;*/ /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=220, Strength= 10);*/ /*for ie6,7,8*/ behavior: url(/js/PIE.htc); } .changeTable{ width:62px; height:30px; font-size:13px; color:#666; } #uName{ font-family:Arial, Helvetica, sans-serif; font-size:16px; } #ipinfo{ font-size:16px; font-family:Arial, Helvetica, sans-serif; } #gj_pan{ } #bk_pan{ height:135px;} .spanbox{ display:inline-block; line-height:30px; } .tabbox{ margin-left:40px; margin-right:40px; } #wpan{ width:540px; margin-left:auto; margin-right:auto; background-color:#fff; height:250px; margin-top:0px; } #infopan3{ float:left; clear:both; width:100%; text-align:right; height:30px; } #wp_row1{ width:100%; /* height:80px; overflow:hidden; */ border:solid 0px #000; } #wp_row2{ overflow:hidden; border:solid 0px #000; float:left; clear:both; width:100%; height:185px; margin-top:0px; } .login_row_div1{ width:100%; height:60px; padding-top: 23px; } .login_row_div{ width:100%; height:40px; } .login_row_div input{ width:480px; height:33px; line-height:30px; border-radius:8px; padding-left:20px; } /* 清除自动填充输入框的背景色 */ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { box-shadow: inset 0 0 0 1000px #fff; } .infopan2{ float:left; width:100%; clear:both; height:34px; text-align:center; font-size:20px; color:#FF0000; font:"Times New Roman", Times, serif; margin-top:5px; } </style> </head> <body style="overflow:auto; margin:0px; " leftmargin=0 topmargin=0> <table style="height:20px; width:100%; " width="100%" border="0" cellpadding="0" cellspacing="0" id="minfo"> <tr> <td align="right" style="padding-right:50px; color:#996633; font-size:16px;"><span style="position:relative; top:20px; "><s:property value="#session.enmsg"/></span></td> </tr> </table> <table id="main" width="100%" border="0" cellpadding="0" cellspacing="0" style="width:100%; height:100%; "> <tr> <td valign="middle"> <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img height="126" src="/images/3gate/head.png" width="1024"></td> </tr> </table> <form id="logoform" action="/spring/user/mlogin;jsessionid=9D16095ED252F1C0ED4F38064912C777" name="form" method="post"> <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:20px;"> <tr> <td width="462" align="center"><table class="infobox" width="445" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="443" align="center" valign="top"><table width="400" border="0" align="center" cellpadding="0" cellspacing="3" style="height:260px; font: 14px/22px arial,sans-serif;"> <tr> <td height="30" colspan="2"><span style="font-weight:normal; color:#FF0000; font-size:16px; ">提示</span></td> </tr> <tr> <td width="15"><img src="/sypt/images/point_1.gif" alt="" width="12" height="12"></td> <td width="356" height="15">现在为您服务的是设在北京的爱如生中央服务器 </td> </tr> <tr> <td><img src="/sypt/images/point_2.gif" width="12" height="12"></td> <td height="15">请您首先选择登录口</td> </tr> <tr> <td><img src="/sypt/images/point_4.gif" alt="" width="12" height="12"></td> <td height="15">如显示您的IP已被授权,请直接登录</td> </tr> <tr> <td><img src="/sypt/images/point_6.gif" alt="" width="12" height="12"></td> <td height="15">建议使用浏览器:Chrome、Firefox、Safari、Edge</td> </tr> <tr> <td><img src="/sypt/images/point_5.gif" alt="" width="12" height="12"></td> <td height="15">有问题请联系管理员( <a target="_self" href="/spring/front/news/helplist?typeName=问题&amp;tag=1&amp;title=1">常见问题</a> )</td> </tr> <tr> <td><img src="/sypt/images/point_3.gif" alt="" width="12" height="12"></td> <td height="15">个人用户请至个人版注册登录( <a href="http://er07.com/">个人版</a> ) </td> </tr> </table></td> </tr> </table></td> <td width="538" align="center"> <div id="wpan" > <div id="wp_row1"> <div style="width:100%;text-align:left;height: 40px; padding-top:15px;"> <span style=" font-weight:normal; color:#FF0000; font-size:16px; ">请选择登录口</span> </div> <div style="width:100%; height:40px; padding-top: 6px;"> <div style="width:33%; float:left; height:50px;"> <div class="tit_A" style="width:100%;"> <span class="checkin"><input type="radio" class="selc_p" name="selectdb" checked value="gudai"></span> <span class="tit" onClick="doSelect('gudai')">典 海</span> </div> <div class="tit_B" style="width:100%;"> <span onClick="doSelect('gudai')" class="pmark">古代典籍</span> </div> </div> <div style="width:33%; float:left; height:50px;"> <div class="tit_A" style="width:100%;"> <span class="checkin"><input type="radio" class="selc_p" name="selectdb" value="jindai"></span> <span class="tit" onClick="doSelect('jindai')">百 年</span> </div> <div class="tit_B" style="width:100%;"> <span onClick="doSelect('jindai')" class="pmark">近代书刊</span> </div> </div> <div style="width:33%; float:right; height:50px;"> <div class="tit_A" style="width:100%;"> <span class="checkin"><input type="radio" class="selc_p" name="selectdb" value="fuxing"></span> <span class="tit" onClick="doSelect('fuxing')">复 兴</span> </div> <div class="tit_B" style="width:100%;"> <span onClick="doSelect('fuxing')" class="pmark">革命文献</span> </div> </div> </div> </div> <div id="wp_row2"> <div class="login_row_div1" style=" color:#F00;"> <div id="login_info"></div> </div> <div class="login_row_div"> <input name="psEnterName" onClick="cleanMsg()" id="username" value="" type="text" placeholder="用戶名(爱如生官方独立授权)" autofocus required> </div> <div class="login_row_div"> <input name="psPassWord" onClick="cleanMsg()" id="password" value="" type="password" placeholder="密碼" required> <input name="upath" id="upath" type="hidden"> </div> <div class="login_row_div"> <img src="/sypt/images/login_cn.gif" width="480" height="34" onClick="login()" style="cursor:pointer; "> </div> </div> </div> </td> </tr> </table> </form> <table width="1000" height="50" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="30" align="center" valign="middle"> 版权所有 北京爱如生数字化技术研究中心 Copyright © 2001 by Beijing Erudition Digital Research Center. </td> </tr> </table> </td> </tr> </table> <div style="display:none; "> <form action="/sypt/dblist.jsp" id="goform" name="goform" method="post" target="_self" > <input name="ttpage" id="jumppage" type="text"> </form> </div> <script src="/layer/layer.js"></script> <script charset="utf-8" language="javascript" type="text/javascript"> function showLoginPan(){ $("#lognPan").hide(); $("#lognPan_1").show(); } function hideLoginPan(){ $("#lognPan_1").hide(); $("#lognPan").show(); } var mutiInfo = ""; var msg = '您的Ip:8.222.208.146 未被授權!'; var successmsg = ''; function initMutiInfo(){ //alert("dd:" + mutiInfo); var _currEnInfo = ""; if(mutiInfo != '' && mutiInfo.length > 2){ var info_1 = new Array(); var info_2 = new Array(); var en_str; info_1 = mutiInfo.split(";"); //alert('数组长度:'+info_1.length); if(info_1 != null && info_1.length > 1){ for(var m = 0; m < info_1.length; m++){ en_str = info_1[m]; if(en_str != null && en_str.length > 1){ info_2 = en_str.split(":"); if(info_2 != null && info_2.length == 2){ _currEnInfo = _currEnInfo + info_2[0] + ":" + info_2[1]+ ";"; var _mv = "<li><a href='javascript:jumptoLogin("+info_2[0]+");'>"+info_2[1]+"</a></li>"; $("#mutipan_main_ul").append(_mv); } } } layer.open({ type: 1, title: "", closeBtn: 0, area: '600px', shadeClose: true, content: $("#mutipan") }); } } } function isProxyIp(){ var ip_msg = $("#ipinfo").html(); var p = ip_msg.indexOf("0.0.0.0"); if(p > 0){ $("#ipinfo").html("Your Ip is proxy IP and is not allowed to access"); } } var dianhai_jump = ""; function jump_from_dianhai(){ if(dianhai_jump != "" && dianhai_jump.length > 0){ window.open("/sypt/dianhai_jump.jsp","_self"); } } function login(){ var guji_url = "/jsp/front/prodlist.jsp"; var bz_url = "/jsp/front/prodlist_jd.jsp"; var fx_url = "/hs_login.jsp"; var w_value = $('input[name="selectdb"]:checked').val(); if(successmsg != '' && successmsg.length > 1){ var url = guji_url; if(w_value == 'jindai'){ url = bz_url; } else if(w_value == 'fuxing'){ url = fx_url; } window.open(url,"_self"); } else{ var url = 'loginok_gd'; if(w_value == 'jindai'){ url = 'loginok_jd'; } $("#upath").val(url); $("#logoform").submit(); } } $(function(){ jump_from_dianhai(); var w = $(window).width(); //浏览器当前窗口可视区域宽度 var h = $(window).height(); //浏览器当前窗口可视区域高度 h = parseInt(h) - 20; $("#main").css("height",h + 'px'); initMutiInfo(); if(msg != '' && msg.length > 1){ //layer.alert(msg, {icon: 5}); $("#login_info").text(msg); } if(successmsg != '' && successmsg.length > 1){ $("#username").val(""); $("#password").val(""); $('#username').attr("disabled",true); $('#password').attr("disabled",true); } }); </script> <div id="mutipan" style=" display:none; min-height:300px; width:600px; " > <div style="width:100%; float:left; height:50px; line-height:50px; font-size:19px; clear:both; "> <span style="margin-left:20px;">您的IP對應多個賬戶,請選擇一個登錄</span> </div> <div id="mutipan_main" style="float:left; width:100%;"> <ul id="mutipan_main_ul" style="margin-left:40px; margin-right:40px;"> </ul> </div> </div> <style> #mutipan_main_ul li{ line-height:30px; font-size:18px; } #login_info{ font-size:19px; height:25px; } .tit_A{ height:30px; overflow:hidden; } .tit_B{ height:20px; } </style> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10