中国語検定  »  4級  »  出題形式攻略

资源不存在
験警告を出す必要あるかどうかの確認 */ function oe_checkExamConfirm(book_id, lesson) { $.ajax({ cache: false, type: "POST", url: "/www/index.php?g=Home&m=Common&a=checkExamConfirm_json&rand=92", data: { book_id: book_id, lesson:lesson }, async: false, error: function(request) { alert("Connection error"); }, success: function(data) { } //success }); //ajax } /* 試験前のログイン確認 */ function oe_checkLogin(el){ $("#loginModal_message").show().text(oe_getMsg(1)); $("#form_hidden").attr("value", el.href); $('#loginModal').modal('show'); // modalはmodalではない、asyncであるため return false; } $(document).ready(function(){ var err = $_GET['error']; if (err=='toLogin') { var reason = oe_getMsg(parseInt($_GET['reason'])); if (!oe_isNullOrEmptyString(reason)) { $("#loginModal_message").show().text(reason); } $("#form_hidden").attr("value",$_GET['redirect']); $('#loginModal').modal('show'); } else if (err=='toBookAuth') { var bid = $_GET['bid']; $("#bookAuthModal_bname").text(decodeURIComponent($_GET['name'])); $("#bookAuthModal_image").attr("src", "/www/poster/"+decodeURIComponent($_GET['image'])); $("#bookAuthModal_bid").val(bid); $("#bookAuthModal_redirect").val($_GET['redirect']); $('#bookAuthModal').modal('show'); } // pinnedは最後で実行しないとIEでエラーになってそのあとの処理はできなくなる。 $(".pinned").pin({containerSelector: ".container", minWidth: 940}); }); /* 自動答えチェック */ // var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); // document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F79f1efae7db837dd0edc0c1dbcc25d9c' type='text/javascript'%3E%3C/script%3E")); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47481559-1', 'e-tiaozhan.com'); ga('send', 'pageview');