CINXE.COM
bauma CHINA Community上海宝马工程机械展名品汇 —上海国际工程机械、建材机械、矿山机械、工程车辆及设备博览会线上平台
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>bauma CHINA Community上海宝马工程机械展名品汇 —上海国际工程机械、建材机械、矿山机械、工程车辆及设备博览会线上平台</title> <meta name="keywords" content="上海宝马工程机械展,宝马工程机械展,上海宝马展,上海工程机械展,bauma CHINA,建材机械展,矿山机械展,液压配件展,工程车辆,土方机械,施工机械,模板脚手架,工程建筑设备,盾构,流体技术" /> <meta name="description" content="bauma CHINA(上海国际工程机械、建材机械、矿山机械、工程车辆及设备博览会)将于2024年11月26-29日在上海新国际博览中心重磅上演。" /> <meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/static/common/font-awesome-4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="/static/common/webuploader/css/webuploader.css"> <link rel="stylesheet" type="text/css" href="/static/common/css/croppie.css"> <link rel="stylesheet" type="text/css" href="/static/exhibitor/css/cropper.css"> <link rel="stylesheet" type="text/css" href="/static/exhibitor/css/base.css?v=20241024"> <link rel="stylesheet" type="text/css" href="/static/exhibitor/css/base_en.css?v=20240801"> <link rel="stylesheet" type="text/css" href="/static/exhibitor/css/responsive.css?v=20240801"> <link href="/static/common/css/select.css" rel="stylesheet" /> <script type="text/javascript" src="/static/common/jquery-3.4.1.min.js"></script> <script type="text/javascript" src="/static/common/funlazy.min.js"></script> <script src="/static/common/Croppie.js"></script> <script src="/static/common/select2.min.js"></script> <script type="text/javascript" src="/static/common/echarts.min.js"></script> <script type="text/javascript" src="/static/common/layer-v3.0.1/layer/layer.js"></script> <script src="/static/common/wangEditor-3.1.1/release/wangEditor.min.js"></script> <script src="/static/common/plupload-2.3.6/js/plupload.full.min.js"></script> <script src="/static/common/qiniu-js-sdk3/qiniu.min.js"></script> <script src="/static/common/webuploader/dist/webuploader.min.js"></script> <script src="/static/common/laydate/laydate.js"></script> <script type="text/javascript" src="/static/common/smart.js?v=202405016"></script> <script src="https://unpkg.com/layui@2.9.10/dist/layui.js"></script> <script src="https://yixiaco.github.io/lay_cascader/data/options.js"></script> <script src="/static/exhibitor/js/cascader.js?css=true"></script> <link rel="stylesheet" type="text/css" href="/static/common/slick/slick.css?v=02"> <link rel="stylesheet" type="text/css" href="https://unpkg.com/layui@2.9.10/dist/css/layui.css"> <script type="text/javascript" src="/static/common/html2canvas.min.js?v=2020120902"></script> <script type="text/javascript" src="/static/common/slick/slick.js"></script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?6ff6559093f398e1c78e5fa59b10cedc"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </head> <body class="loginbox-wrap"> <div class="loginbox"> <div class="box-l"><img src="/static/exhibitor/images/login-left2.jpg"></div> <div class="box-r"> <div class="topbox clearboth"> <a href="https://community.b-china.cn/en" class="linkhome fl"><i class="fa fa-angle-left"></i> Back Home</a> <div class="languagebox fr"> <a href="/"><i class="fa fa-globe"></i> 中文</a> </div> </div> <div class="box-center"> <div class="boxinsde"> <div class="logobox"><img src="/static/exhibitor/images/logo.png"></div> <div class="txtbox"> <p>Exhibitor Login</p> </div> <form class="forombox" id="loginForm"> <div class="item form-row"> <label class="nameb">Username</label> <input class="inps" required type="text" name="account" autocomplete="off" id="txtAccount" > </div> <div class="item form-row"> <label class="nameb">Password</label> <input class="inps" required type="password" name="password" autocomplete="off" id="txtPassword" > </div> <div class="formbottom"> <label><input type="checkbox" id="agreement" ><span>I have read and agree to the entire content of the <a class="js-checkrule" href="javascript:;">Terms and Conditions</a></span></label> </div> <button type="submit" class="loginbtb" id="loginBtn">Login</button> <input type="hidden" name="redirect" value="" id="redirect" /> <p class="logintip">Any questions, please <span class="contact js-contactpop" >contact us</span>.</p> </form> </div> </div> <div class="footerbox"> Messe Muenchen Shanghai Co., Ltd. </div> <script type="text/javascript"> //图片裁切 var vanilla = null; function showcutimg(photo, elmshow, elmpost, img_w, img_h, token) { var el = document.getElementById('popcut'); vanilla = new Croppie(el, { viewport: { width: img_w, height: img_h }, boundary: { width: 1000, height: 480 }, showZoomer: false, enableOrientation: true }); vanilla.bind({ url: photo + '?v=' + Math.random() }); $('#saveimg').attr({ 'data_w': img_w, 'data_h': img_h, 'data_elmshow': elmshow, 'data_elmpost': elmpost, 'data_token': token }); } $('body').on('click', '#saveimg', function(event) { var img_w = $(this).attr('data_w'), img_h = $(this).attr('data_h'), elmshow = $(this).attr('data_elmshow'), elmpost = $(this).attr('data_elmpost'), token = $(this).attr('data_token'); vanilla.result('base64', { width: img_w, height: img_h }, 'jpeg', 1).then(function(base64) { console.log(base64); // 裁切好的图片上传七牛云 putb64(base64, elmpost, token); var imghtml = '<img src="' + base64 + '"/>'; $(elmshow).html(imghtml); // $(elmpost).val(postpic); $('#popuploadimg').fadeOut(); setTimeout(function() { vanilla.destroy(); }, 1000); }); }); function putb64(base64, elmpost, token) { var pic = base64.split("base64,")[1]; var fileSize = fileSize(base64); function fileSize(str) { var fileSize; if (str.indexOf('=') > 0) { var indexOf = str.indexOf('='); str = str.substring(0, indexOf); } fileSize = parseInt(str.length - (str.length / 8) * 2); return fileSize; } function strToJson(str) { var json = eval(str); return json; } function setEncode64(input) { var keyStr = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=`; let output = ""; let chr1, chr2, chr3 = ""; let enc1, enc2, enc3, enc4 = ""; let i = 0; do { chr1 = input.charCodeAt(i++); chr2 = input.charCodeAt(i++); chr3 = input.charCodeAt(i++); enc1 = chr1 >> 2; enc2 = ((chr1 & 3) << 4) | (chr2 >> 4); enc3 = ((chr2 & 15) << 2) | (chr3 >> 6); enc4 = chr3 & 63; if (isNaN(chr2)) { enc3 = enc4 = 64; } else if (isNaN(chr3)) { enc4 = 64; } output = output + keyStr.charAt(enc1) + keyStr.charAt(enc2) + keyStr.charAt(enc3) + keyStr.charAt(enc4); chr1 = chr2 = chr3 = ""; enc1 = enc2 = enc3 = enc4 = ""; } while (i < input.length); return output; } var key = 'uploads/exhibitor/'+getTodayDate()+'/'+makeGuid() + '.jpg'; key = setEncode64(key); var url = "https://upload-z2.qiniup.com/putb64/-1/key/" + key; $.ajax({ url: url, type: 'POST', // async:false, // 这里我使用 同步的方式是为了把 得到的 src 返回出去 beforeSend(request) { // 请求之前设置请求头 request.setRequestHeader('Content-Type', 'application/octet-stream'); request.setRequestHeader('Authorization', 'UpToken ' + token) // token服务端请求 }, data: pic, success: function(data) { var src = 'https://img.b-china.cn/' + data.key; // 拼接上 domain就可以得到图片的url链接 $(elmpost).val(src) } }); } </script> </div> </div> <div style="display:none" id="popcontact"> <div class="pop-contact"> <p class="tit">Contact Us</p> <p class="ppppbpx">If you have any questions, please contact us.</p> <div class="wrap-item"> <div class="itembox"> <p class="p2"> Exhibitor service international<br /> Tel: +49 89 949-20251<br /> Email:<a class="fcbule" href="mailto:info@bauma-network.com">info@bauma-network.com</a><br /> <br /> </p> </div> <div class="itembox"> Exhibitor service China<br /> Tel: +86 21 2020 5500<br /> Email: <a class="fcbule" href="mailto:baumachina@mm-sh.com">baumachina@mm-sh.com</a> </div> </div> </div> </div> <div style="display: none" id="popnotesbox"> <div class="notesbox"> <p class="tita">Terms and Conditions</p> <div class="itembox"> <!-- <p class="titbox">Terms and Conditions</p> --> <div class="content"> <p>System Users shall ensure that the information uploaded to or filled in this System (including company introduction, etc.) are authentic and valid, and the relevant promotion content shall be in accordance with relevant laws and regulations (including without limitation Advertising Law, Anti-Unfair Competition Law, etc.).</p> <p>System Users shall guarantee that the data provided to Messe Muenchen Shanghai Co., Ltd. (hereinafter referred to as “MM-SH”) is authentic and valid and such data could be forwarded to third parties in order to fulfil the purpose of provision system services as well as being processed and used for fulfilling the business purposes of MM-SH, provided that such use of personal data by MM-SH will be in compliance with data protection legislation. The System Users confirm and undertake that all the data provided to MM-SH is legally collected, and the consent of relevant individuals has been obtained for the use of the data under this Terms and Conditions.</p> <p>System Users shall ensure that all the information uploaded (including text, logo, photos, etc.) to this System do not in any way whatsoever violate or infringe any third party’s intellectual property rights or other legal rights, including without limitation trademarks, copyrights, patents and portraiture right, etc..</p> <P>In case of any breach of this Terms and Conditions by System Users, MM-SH reserves the right to modify and delete the relevant content or stop providing services to such System Users. In that case, System Users shall bear full responsibility and compensate MM-SH for all the losses arising from the System Users’ breach of this Terms of Conditions (including without limitation any compensation to third parties and fines, etc.).</P> </div> </div> <div class="itembox"> <p class="titbox">Disclaimer</p> <div class="content"> <p>The content of this System has been provided by the exhibitors and Messe Muenchen Shanghai Co., Ltd. (hereinafter referred to as “MM-SH”) will not assume any liability for the correctness, completeness and up-to-date status of the content.</p> <p>This System includes links to external websites of third parties, MM-SH have no influence on the contents of these websites. In all cases, the respective site provider or operator shall be responsible for the content of the sites linked. MM-SH do not bear any legal liability therefrom.</p> <p>In particular, MM-SH reserves the right to make changes or extensions to the information provided without prior notification. Decisions based on the information provided on or via this System are for your own account and risk. MM-SH shall not be liable for any direct or indirect damages caused by use of information provided on or via this System.</p> <p>MM-SH do not bear any legal liability for any loss arising from any direct or indirect use of contents of this System, including without limitation the losses resulted from error, omission or virus, etc.</p> <p>The information, photos, and logos, etc. in relation to the exhibitors in this System are all provided by exhibitors and any download or use of the content for commercial purpose without authorization is prohibited. If you have any objection, please contact MM-SH.</p> </div> </div> </div> </div> <script type="text/javascript"> $(function(){ var logining = false; $('#loginForm').on('submit', function() { if(logining){ return; } if(!document.getElementById('agreement').checked){ alert('Please read and agree to the entire content of the Terms and Conditions'); return; } $('#loginBtn').attr('disabled','disabled').text('Logining...'); //验证必填项 // checkRequred('.js-required','.form-row'); // if($('.row-error').length > 0){ // $('#loginBtn').attr('disabled',false).text('登录'); // return; // } logining = true; var postData = { account : $('#txtAccount').val(), password : $('#txtPassword').val(), redirect : $('#redirect').val(), }; let redirect = $('#redirect').val() || '/en'; $.ajax({ type: 'post', url: '/en/do_login', data: postData, dataType: 'json', success: function(rst){ if(rst.code===2000){ window.location.href = redirect; // localStorage.setItem('useritem',true); }else{ layer.alert(rst.msg,{ title:'Prompt', btn: ['Leave'] }); logining = false; $('#loginBtn').attr('disabled',false).text('Login'); } } }); return false; }); //联系我们 var popcontact = $('#popcontact').html(); $('.js-contactpop').on('click', function() { layer.open({ type: 1, skin: 'layui-layer-contact', //样式类名 closeBtn: 2, //不显示关闭按钮 anim: 1, title: false, shadeClose: true, //开启遮罩关闭 content: popcontact }); }); //条例 var popnotesbox = $('#popnotesbox').html(); $('.js-checkrule').on('click', function() { layer.open({ type: 1, skin: 'layui-layer-note', //样式类名 closeBtn: 2, //不显示关闭按钮 anim: 1, title: false, shadeClose: true, //开启遮罩关闭 content: popnotesbox }); }); var _win = $(window).width(); if(_win < 800){ layer.alert('Please login by PC for completing the Exhibitor System!',{ title:'Message', btn:'Yes' }); } }); </script> </body> </html>