CINXE.COM
SZ&W Group 泽为咨询(上海)有限公司
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script src="/registerproject/static/111213/js/perf/stub.js" type="text/javascript"></script><script src="/registerproject/faces/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1739656726000" type="text/javascript"></script><script src="/registerproject/jslibrary/1739612428254/ui-sfdc-javascript-impl/SfdcCore.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/AC_RunActiveContent.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/jquery.js" type="text/javascript"></script><script src="/registerproject/static/111213/js/picklist4.js" type="text/javascript"></script><script src="/registerproject/jslibrary/1739612393254/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/63.0/sprites/1739612397000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/63.0/sprites/1739612397000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/setup.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/resource/1403496208000/szwresource/css/css.css" rel="stylesheet" type="text/css" /><script src="/registerproject/jslibrary/1739612392254/sfdc/NetworkTracking.js" type="text/javascript"></script><script>try{ NetworkTracking.init('/registerproject/_ui/networks/tracking/NetworkTrackingServlet', 'network', '06610000000kMwx'); }catch(x){}</script><script>(function(UITheme) { UITheme.getUITheme = function() { return UserContext.uiTheme; }; }(window.UITheme = window.UITheme || {}));</script><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> <meta HTTP-EQUIV="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>SZ&W Group 泽为咨询(上海)有限公司</title> <SCRIPT type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22047201-38']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </SCRIPT> <style type="text/css"> .STYLE1 { COLOR: #f89800 } .STYLE2 { COLOR: #f89800 } A:link { COLOR: #f89800 } A:visited { COLOR: #f89800 } A:hover { COLOR: #f89800 } A:active { COLOR: #ccc } </style> <script type="text/javascript"> $(document).ready(function(){ if(false){ $("#saveBtn").attr("disabled", "disabled"); }else{ $("#saveBtn").removeAttr("disabled"); } $('input[type="checkbox"][name="chkfind2"]').bind("click", function () { if(this.checked){ $('input[type="checkbox"][name="chksearch"]').removeAttr("disabled"); }else{ $('input[type="checkbox"][name="chksearch"]').removeAttr("checked"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); } }); }); function setenable(obj,strId){ if(obj.checked){ $("#" + strId).removeAttr("disabled"); }else{ $("#" + strId).val(""); $("#" + strId).attr("disabled","disabled"); } } function checkinput(){ if($("#txtlastname").val()==""){ alert("Please Enter Your Last Name"); $("#txtlastname").focus(); return false; } if($("#txtfirstname").val()==""){ alert("Please Enter Your First Name"); $("#txtfirstname").focus(); return false; } if($("#txtcompany").val()==""){ alert("Please Enter Your Company"); $("#txtcompany").focus(); return false; } if($("#txtmobile").val()==""){ alert("Please Enter Your Mobile phone"); $("#txtmobile").focus(); return false; } if($("#txtemail").val()==""){ alert("Please Enter Your Email"); $("#txtemail").focus(); return false; } var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if(!filter.test($("#txtemail").val())){ alert('Please Enter The Correct Email'); $("#txtemail").focus(); return false; } return true; } function saveinput(obj){ if(checkinput()){ $("#saveBtn").attr("disabled", "disabled"); var like = ""; $('input[type="checkbox"][name="chklike"]:checked').each( function() { like += ";" + $(this).val(); } ); like = like.substring(1); var likeother = $("#txtlikeother").val(); var lastname = $("#txtlastname").val(); var firstname = $("#txtfirstname").val(); var company = $("#txtcompany").val(); var title = $("#txttitle").val(); var tel = $("#txttel").val(); var mobile = $("#txtmobile").val(); var email = $("#txtemail").val(); var find = ""; $('input[type="checkbox"][name^="chkfind"]:checked').each( function() { find += ";" + $(this).val(); } ); find = find.substring(1); var search =""; $('input[type="checkbox"][name="chksearch"]:checked').each( function() { search += ";" + $(this).val(); } ); search = search.substring(1); var other = $("#txtother").val(); var discode = $("#discode").val(); var comment = $("#txtcomment").val(); SaveToData(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,discode,comment); } return false; } function cancelinput(){ $('input[type="text"]').val(""); $('input[type="checkbox"]').removeAttr("checked"); $("#txtcomment").val(""); $("#txtlikeother").attr("disabled","disabled"); $("#txtother").attr("disabled","disabled"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); return false; } </script> </head> <body><span id="regprjpage:msg"></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <form id="regprjpage:regprjform" name="regprjpage:regprjform" method="post" action="/registerproject/RegisterProject" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="regprjpage:regprjform" value="regprjpage:regprjform" /> <script id="regprjpage:regprjform:j_id34" type="text/javascript">SaveToData=function(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,code,comment){A4J.AJAX.Submit('regprjpage:regprjform',null,{'similarityGroupingId':'regprjpage:regprjform:j_id34','parameters':{'firstname':(typeof firstname!='undefined'&&firstname!=null)?firstname:'','other':(typeof other!='undefined'&&other!=null)?other:'','code':(typeof code!='undefined'&&code!=null)?code:'','like':(typeof like!='undefined'&&like!=null)?like:'','mobile':(typeof mobile!='undefined'&&mobile!=null)?mobile:'','title':(typeof title!='undefined'&&title!=null)?title:'','lastname':(typeof lastname!='undefined'&&lastname!=null)?lastname:'','search':(typeof search!='undefined'&&search!=null)?search:'','regprjpage:regprjform:j_id34':'regprjpage:regprjform:j_id34','find':(typeof find!='undefined'&&find!=null)?find:'','likeother':(typeof likeother!='undefined'&&likeother!=null)?likeother:'','company':(typeof company!='undefined'&&company!=null)?company:'','tel':(typeof tel!='undefined'&&tel!=null)?tel:'','comment':(typeof comment!='undefined'&&comment!=null)?comment:'','email':(typeof email!='undefined'&&email!=null)?email:''} } )}; </script> <DIV align="center" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/registerproject/resource/1403496208000/szwresource/img/back.jpg); PADDING-BOTTOM: 0px; PADDING-TOP: 394px; BACKGROUND-REPEAT: no-repeat"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="600"> <TBODY> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending 7th Global Dairy Innovation Congress MENA 2025.</STRONG> </TD> </TR> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD align="left"><STRONG>I would like to be :</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR align="left"> <TD><INPUT name="chklike" type="checkbox" value="Sponsor" /></TD> <TD>Sponsor</TD> <TD><INPUT name="chklike" type="checkbox" value="Speaker" /></TD> <TD>Speaker</TD> <TD><INPUT name="chklike" type="checkbox" value="Delegate" /></TD> <TD>Delegate</TD> <TD><INPUT name="chklike" type="checkbox" value="Partner" /></TD> <TD>Partner</TD> <TD><INPUT id="likeother" onclick="setenable(this,'txtlikeother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtlikeother" maxlength="50" size="15" type="text" /></TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>LastName :</STRONG></TD> <TD align="left"><INPUT id="txtlastname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>FirstName :</STRONG></TD> <TD align="left"><INPUT id="txtfirstname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Company :</STRONG></TD> <TD align="left"><INPUT id="txtcompany" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Job Title :</STRONG></TD> <TD align="left"><INPUT id="txttitle" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Direct Number :</STRONG></TD> <TD align="left"><INPUT id="txttel" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Mobile :</STRONG></TD> <TD align="left"><INPUT id="txtmobile" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Email :</STRONG></TD> <TD align="left"><INPUT id="txtemail" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>How did you find us?</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind1" type="checkbox" value="Email" /></TD> <TD>Email</TD> <TD><input name="chkfind1" type="checkbox" value="Sales" /></TD> <TD>Sales</TD> <TD><input name="chkfind1" type="checkbox" value="Colleague" /></TD> <TD>Colleague</TD> <TD width="20"> </TD> <TD width="42"> </TD> <TD width="117"> </TD> <TD width="14"> </TD> <TD width="28"> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD> <INPUT name="chkfind2" type="checkbox" value="Search Engine" /> </TD> <TD>Search Engine </TD> <TD>( </TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Google" /></TD> <TD>Google</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Yahoo" /></TD> <TD>Yahoo</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Baidu" /></TD> <TD>Baidu</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="360" /></TD> <TD>360</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Bing" /></TD> <TD>Bing</TD> <TD>) </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind3" type="checkbox" value="Publication" /></TD> <TD>Publication</TD> <TD><input name="chkfind3" type="checkbox" value="Media" /></TD> <TD>Media</TD> <TD><input name="chkfind3" type="checkbox" value="Social Media" /></TD> <TD>Social Media</TD> <TD><INPUT id="other" onclick="setenable(this,'txtother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtother" maxlength="50" size="15" type="text" /></TD> <TD> </TD> <TD> </TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>Discount Code :</STRONG></TD> <TD align="left"><INPUT id="txtdiscode" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Comments :</STRONG></TD> <TD align="left"><TEXTAREA cols="45" id="txtcomment" rows="5"></TEXTAREA></TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR align="left"> <TD> </TD> <TD align="left"> <INPUT id="saveBtn" name="button1" onclick="return saveinput();" src="/registerproject/resource/1403496208000/szwresource/img/submit.jpg" type="image" /> <INPUT id="button2" name="button2" onclick="return cancelinput();" src="/registerproject/resource/1403496208000/szwresource/img/clear.jpg" type="image" /> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> </TBODY> </TABLE> </DIV><div id="regprjpage:regprjform:j_id65"></div> </form><span id="ajax-view-state-page-container" style="display: none"><span id="ajax-view-state" style="display: none"><input type="hidden" id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="i:AAAAWXsidCI6IjAwRDEwMDAwMDAwYVpXdCIsInYiOiIwMkc1RjAwMDAwMFk4Uk0iLCJhIjoidmZlbmNyeXB0aW9ua2V5IiwidSI6IjAwNTEwMDAwMDAySmZsVyJ9HWV3HcoX9h+k7dXuZJ+HMSL7wJLloEh4O1nyUgAAAZUSk2zNVl6Vxn4hj3Fq4O4nGTTvwOo/03dMHsssSw21lNIyYAppHp4D0A1yB0Ye0mfYqd8xGGUHWqYkmAaWQ0NXKPaOvUS1F0iEzY1YU7qlC7VMDE+Cy0qB775Pu1PG2d6GacPr+Ro69xa2SKK2d5EB5/AO4wMiDlM4KcI9INDJyika8XjOzEAgEuR0PqN66LiAXV3idCf5891HlDig0ZTvczuY9tu2n2ND2w5XLMXYz9VfNc4EswbnX/nwyAsOV+1wdYvB8gzh/NpNM6R/cuPUvd4n/oSKy1khSnIB4bUw/wshpCdMQWVZ4gOEjJhS7XU658O+BZg0OG6pYc/ReK05s5xyj4Bbk0CTPOzxNIjXdM6WEj7NYwAMYDu/+hCIllkMbyVEiEPuxv3NeV5SfErQgismKgxCsQe/aF6RrB5BEUEDh8g127AEXfCqhekQny8D1zyIHcegL/KvIGYqYdFcY8iZ1Odxq64wF/HinTeysXDEdESmZ0gJleMxlYl4wM61lP8ojZNeXZgh02SLZIX7Jh4jq45DUZK+tSC9pqZaDiMrIWmqH8gSnvLYRQtp14uHS75nhgyg2Ll+iKtCB5vmRPn3KMhI9bLAmNY3cdZjv8fe7gBQ0RYIYvlpR7DviU5cRsOOpEeMRsJmBfSKPkDXqN5MFuH38ou/9B5oX2slVbBdIZnswl6sTv6r7mY9PhSNpzjoB9aGBGkl7GlLsnY7Klw4/2k9PXL076v+42ZESy3M85RRQi69fUMDaSUDekFMzAbGINE1T3GD3//4o4UEEQwcSRMVJqtQ+t7HFiToP2YvkMoW1DNOvKObiEqX3xJZSVOxMhG3CLlNQbb6/EI6TwLjPVFnViwmp3caZjQ2NHoK/t3Uqsf4BaHolKOPgoGJOYWe8b/trY4IuHGFVe+qGk5bxqIhAwbK4WdoLvAyaiNtFOSAz0giDuJGOwReTxrlIdxofGb7DQYWY4touU7M7aVqKVMcJiM37mNXHq0ugRbs9PE4gRMcoxSvKyIMHo9mATgAXydAKv4F2fU4GnaxQbqTFfzQb4Cfxp1BmE8aQhgEBZ6mj/SZRFsQFE76dd5U6dMpWtWxg70GtX6ntxU7HxFw+cyFFGDEn1BRgstpa9rVLCucME5b9vRUY+g7WolCbWjHKS8sRDB1xqYSggoYoXDe1/jyT0nV1oW1qNrZS+vTtHkKdUYMGywVckpYXkhkRR/O0VgWHTvK/gTytuVVLOC75nEfxlx4EB9RSpEq5ni/GtvWIUgo7mnJ+aWztZuDXQN5/H0ZRVrmMW20wLTkddg/3fnjFCtm3d1wtc2Q4aaEFFjMXAFLLLCLy+tayVeMYpyxgnxHYZdgTs01ugFy0G+uk2DWTBokLcFfGFPBkXcr7C5ElbSN1y4C5UmEzqgpsafZGIkMUxgiNmlaL4RfkB3ogZqkM74darZomQuNKH2rK8NR0JPuJWoxd0HRfFV4s47hRoCX0+hwRE/ijBeyGm0LOc00xZ/uWQNB1vO9L2jdqob1fcWL3RyxH8r37W9LtLyk1JJYZarOfb5yVqkPlouIQrhoPjvqd5ORNmb3al9jRVfdzwfhD5zlE3HrkCcDtZMcIzXlT8+v7KhUeEMm5huAuBUhrMU3+V8CHmVgW6Bl+sTYCXwDtbRQwD7MBFpuyQb8hOsbYeRsCGKO7Ymiwhf2fcVR292Kpu9y02ZCvEPYn/m+gjWY0RGkifq6oP+M6++dEsXf7R2Xhknt46V5z87AfpEwTQnGP8rWXQaD4Qj3zguYY73PD1QsbOrpEhRBnwsJGK1/zdf8WQfj4Zp6j4jkMvKHS9EJ6SdlzvpyEoSn7YJoEqcAawhieGqP5KkqXTL1x9lxQRb4wC/IZZ74OALnxNNlBaR7Cmp7DUKN50NUTl3uYbW/Do5HnoyRaszDGT7m6KaR5WrbidrF6QFiIMQbemXsvOHM5It+ww3M2bVlayVS8qVKxZ+yaGDuj70hOPYkXgPW/A4FixywOObVGLIc6042NUTfcIcq5kCMn0AhXvWB/NZ21fyZfMNLYtpJ4J5x2BQ9g5qIKRQm/p0wXRF8P52a6skXUyP0DMU13dixUL3ZbSgJz195cfsQVKR8SUAnfgt5VJ4PHWVjyt1DokJLkYf3LgLGlXaL4ydwtdWLNdUI6hYcV1/qDtz3sYd8V3491BjJHC6k7OlZYFBgaP86SFS7LTPEgsu2sSh+M+cArlzZg/qiWLNDPVuUmNeikPYpstYHIECDcnhpnw8myYU9EC61TNiH3nktkw1qEUbzZUfBIob7QPFEgYJGSDEyINB6xS9wYuJTtwHavxOG5O6mlFM5Z/6t6n8djeVg9c0zmPTJYFGgRv/NZrDf1ugU64pRGkhbF8SzGCOQqspFTieeafrlAFAqG09FQVUEZ0lPHP5gRw7C3aMx4uKXHo5HamBzi3j+yDZ5h9Totz1iP0WsYWdx6zPE6S7Mzbg05naexU2exL+/UmebflJ2kCKE+xuEjy2z7KDYzQO+ELO5xiKCxiyH3xqoIB4vRQV+USx8Q56L6tVfYjA+MaIT5QiLp2H3xDLMr+gPr+BzRDpNLdRR/YvJvhuh0Hw9OXNThJ0ARThALfTSSwcLRMrC+Wiol1TmMNbiQgxRrgbubyyWnPgFw3w7V55yZ+iW95Jr/6/HDwE7yFHfX40sWZ306DuFnr3W3UEAiPETr6vS6LsjIPDvfloAPek13AsdVaFZ8BMtVCmQw8f6E1e3obkkjGPTOSjwdbI9j9C3ZrCyyiuC+xkM0frUfHJQIIoKG9dB8UMPTOsRQBwY2BFksHXKKJz40ktxCkklsTqwNjr7N01YB3UWyQbmUmF40+D+MJ8rTUKfBf47i3ZFjcq9OqE+t8qk/L2Ayv2XWzTEP+oGZZPFP6r7g4uy6f9j//5y3ZkTgKShQKAopa6INF7GYsznIUlyJ34kGZmCTA4//r2MlOn/D3wQZMMLtelSqqfl1yEM6k1ovLoQL9XIVGOgiUeaKd8I1f6fy/roJHUomimciYc4gCslHgDj3GC5AIHvl78dCWKv8GciPAoypdgNTrf8ZbHb3EA3EzBWfjg9a3ASlo8GdlNzwipzI1fvgWG8p/G+Molt5w13cfL79Umdklnuqzjy8zIVjYQIgVHzEBCtZm2PybY7PVhrO2jT4QqAe07mLXFhNgLVeP/ufaAIPBEUZGvzpJiCIm9YSyZOjzi37VFRx0Wa4/KIBIO5iCvrI5NbFvrgNi/VBm70JhoLp05gBq1dQ/4Hv/bLilGizY4lxKqJGf868GHCwAGqLsin6t8C/LOPuM40jI3xSqYpOzpLJHgfyPTrGGauYaP+dGDsAnixlmcSjxXJXytE6RqZeVkj3k3BvZjovDM1uYlBcR+zHa7RDaH+cH9cAKAyB1i0Vnq05NTdZ3MuFHVqxyYjxaqaY03+aEZcLKsqE2gW9HJHbku1IPCCk8abWYBjiHRDzgqu5x3PSEJrU+EpCIm6bG9LJtPf2F5sD0phVlxdVZm66EKdXzUbytEC32xiWgyyskrCAG41glXWHMx6FlIHUR3sqj4eJC2i84lD/I4ipj3e1RdB55pQqoCpM51FG+rgA5xgV9jmauVnZ0ua3iZNAAZzT4CMoguiFA1hK7KBg3sEDrVqb+jQPZI+YmwDPfTaiD32LsrviKIlQq7L14NUADLcoeAY+IvWtxs47QL89WBrwlYRKSy43723CRqCpcUW08bAzL7ACfFjdB0Kpbzr6XRqkIEa851dmcW4CgzqJ59BDpF6xwdVxRVx+3Vhrn9JxAIcU1XgMK5EMnSikRwmBIdEZMM7fVaavA9li+VfJ6mzJ8C/uuMnI0D6ZRyVPmC5JqiKdnQs1hrC90jU8IvAipPBabRQJUvwEfc/+mn0U+XcxLFQRgF/9MoC1WmKhSbTVoE5NnjQQDG8rsuIli15GD0aMZfTFf9/IwjI0zzy6YOV2mp1EKGIHLN3pkU7o/glN+UlpbnaqbpBy1U2556Uig3Hf7KnKPyjNOLRKUNU2lZ8WeEQKbOHizxaRrujpDaHOedJsbuw3gzNspMFJglV6XnCuiPIZNqMaGE33NBN0HkliSu5XlIv4zSg9G+DJ5hv+o+TsocdqnyRBUP/bvD3tFLo7iX5Zub+aAokpACn4UiSftbH+nGYgg8yoiEIDKHiZELK1l+bn64XdeWfQPUCmSr2FlQDpaYhKmmov3BJ5eke1/cfPQB0Pp6FaJwnvzkT4MQopkDWgZP3IGNbaHeoMRa14boGSqz5unW4BJZlwQDT6+vVuz34zKRZU3SA2JO4wmM0r4ypuxrUYRUglIWYuJYzFfz8/rOlM1gF9DjL65AQ6piYqSntPpiWTcsNBTzVWe6Xt9GRGZegRXp9E3VKyxPujYLNCpdWUdKt4NVgWcTCXhMtmlW/oNUGSmWm723Olo2VauF/1wtlcBED0T3aYDrRQIToqQaOVDgGNqi1mnlCkzLgMKg8oiFe2YpAA4sW6GM1MRTaCPQEmBQv9xvv8T16tKQNnXnueOjxljil7xAEVlMX0IIR/hirj19IWa5/NF0rMfkhV0j15pMrpcbVQsAVr2qzi3NkMBWqTvaYbiijM94vUB1DM7mvy3CpdpjauIZYg+2yTB6qWaCBzapuID1rf5VIrLwvM3Unb80cjhClnn7Ea0nsd/UI+MVNrElrhff7fsTRS2fAVAy/DjyUFbTg7jAZsE+GhBwpuhsPcb2cnYEv5Yh42FlAr80EWxh/N8kNBWfvB1IkKFWZwzEc1SjRDwHD94pgaiFnAN2Y/fiKrANnYWlhdQB/W7fBcVHmPOFuuJVZp1QJTofbuyFafNv+UeOXI2e5jHF3AdWTmSB6IjaSs2XgfYv2hvHpUfIEfm+W0JitaXbhg0j3DpuP9+Jq4HkkOonjuiBWpd1oXUEP8k1u0tbxrMMqfSn5bQW+GPeaeWNOqbdZSPQJ4QJ0PTVhvjjl//CTkzX47PfRVdeZvhaNU9nqNXJJ3Baxbm7gdxP3+TkZ8jjHk4NoYl4eIfiY0sgZBShZ452YkN73CSXErk1IGSmKArB51Ggb+3kVmsdo3XYoZtkJZ7MOXgs8ufclpCnY3mkt4rvxJqNyqofpE8xwqoqdtZ54aLulKe87PFTyezZVZrauqpgQM6AGReBJY9oBD/nxnPnNB+pYylZ+pYgkqPGu2AZdzOVxfR9HL1uJK692Z6VEhV8dQ400nF26xpYwymRvDCdowxkbboR5eYSw9GEU+0YiQZ8mFtlk8xMxA25M6DJ54s8fiERqcWDLxkMnLGj7khj4qE6L08XctzNiA+ubES9NH7hLVDqB/mYyARzloohBCidWGe9Kg+sfiBfYXFzCWCDfuv7h5zACCGW8TWHIglOUOLsLhNGCOOrosD++pbhIWqbPffqhu/pHcHLq6gbQZRX6dLiexN2gYhHtL1FRAw1YOhyxKgVIqQBqznAS575cI0AMxdzhflOENxodmrknwe9B9EIg2pUtbq2sTcq28vqXWiQU11Zcru/fcXPtVOlczDAyQhSg4xHCG6eEi9OBNz/E6yGUHQDc7HKtxueQDTR+Vn8LKHC9p4eBqhiT+ZEOWOV36rZV8oMhy0L7riRK7E8TuXcjOyjEXWvVoqBVm8GEeqq/FZfKx36iUB76P9Zg+kNUE+Y2sRIeYw2F601JELJAW0fC2EilupFdvDQLsXHlYRHPihFjLeapU4xzUyiLGbRxIDho5gLXvFfMwqsqzc5ubi6Em+tgZgWV2JLjIvGmSvnCjteT8kXQcqcazzrXBWu6H0QqYXe7Tg5lIRmRplNTqkGIeRmYmpS68FZuJzTMXKeQoKGpEDlcWR++DWyU4Ff25utLpSkyD3PgohHn/1GjojaMFV4gcJJBR8EkpdAe7r1Gj2zlDEn36zykS9usVW+CuxDcOMG2ShKSyeNX66S2fR8kYg0MWS0mscrGW3lDQ/jQ1wkdfkKfUS+YIjx+JIBoc+krNBiquK0S6NzAkc7A76AXdFCPLJGqvUHnTYPd92qKVR0Qb8QIs/xzhyGTJC/lKRNYDAyEvC+/mByXGIfKxk1RM16B6wjutleDiR5wUSja5gklGLvoJiCy3lhhcX/hzcIDf28rdXieDH6/+WSc3OxA3jOe2gARQb2MZk747wozI+8MiEe4z2By1cZl/xDY0vWkA58+afd8aACkCi4o1mWHElSW4bz0PA8Ewqod7IMH4IxYKi97W6BE3jtsh1d4sIx7miug0BFlX1xdq3ibsZ6922bqKms2zVKVTdWAFInvXkWOBKFwOWjZUNyj8QrWYtnX+mShf9uyQG8+zpVZQbrOKnLUgFLuaVkQCqMq4RU92q+gChz6yQYxZ78DrvlmqgAkl8BGwtoo0XUZcW5aRjdUkXRb8VjDXN+Q9w/qXSNMUma29G+kdz38p486u3KDLPyagiHH9Izodx7xtyRfPZE9BMeruBp8GS7IB0g/OCqNaqb4tY2ohTT9AcJKLYD8I4Zf4XhcuqSJZ6uUllKikMqNjUqNjs9Fl09n5SEqtb1xUQpLLC1XoGpV6JOxHZd0ol+21/Y7zm/jI4zSqgCDc2gMs80l/s7IfHlX3Z9E9SeYfBDDKMD5pyeaJpifXO351BoAF8xWw94SI7WZ/0oT6d+b9FBNf+Tfp5/OpflLGftTQDUQcCZ1NEfEo2RqKSo7qvQBkf+dLmq42T1Xbm+A0OAhcEwrehtKL3jXYwS66UNRm6j/bRZJONM6OsF1q2rSJm6EfNM53DFxbIUSvI5YBu4ER2i53EZVbXIr6NFOL+nN37fiyYZw9AAkQtRshikKfwxarS1YtuNAoNuNk2kUbX3GVgBsbrzcHJ0zetz44bsL3fjjU+D1rpKFMztlbmOgpiznnDMZVLDbAA96Bzv7yjpVKilf8PJflVM4hCy5PQJrOJfdXmPL2+QMRjvqB2nRMZN6ijeyfWUBl4XWEFt1Xj7VERWZu5qB9ZvlVZ0r85a2uBAs6y+guRcsMuQdr0tW84eBTk0wGYap6TObhRBly6bzxrX+v7L0MEM3cSRYIUJH6kGf48GY0vpKvOjnIlRFDQD65b8=" /><input type="hidden" id="com.salesforce.visualforce.ViewStateVersion" name="com.salesforce.visualforce.ViewStateVersion" value="202502152158469727" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNklpMVBTWHBrYVc1aFJHMTRRbGxKVFVaWmVFcEtTMUJNUkhoQk4ydDBVMWN5YXpOaE5teElXR2x0V1RCY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6T1RjM016UXdOalF4TlN3aVpYaHdJam93ZlE9PS4uUDZxTU85RFNfT2RmazdxcGZidEVzLUNackx2ci1uZnVaZnE4RHpXLUhfST0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <TABLE align="center"> <TBODY> <TR> <TD height="25" vAlign="top"> <DIV align="center">© CopyRight by SZ&W|GROUP 2001-2014 沪ICP备09089949号-1</DIV> </TD> </TR> <TR> <TD align="center"> <SCRIPT language="JavaScript"> document.writeln("<a href='http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120405141333393'><img src='/registerproject/resource/1403496208000/szwresource/img/shgs-icon.gif' border=0></a>"); </SCRIPT> </TD> </TR> </TBODY> </TABLE> </body><script type="text/javascript">Sfdc.onReady(function(){ SfdcApp && SfdcApp.Visualforce && SfdcApp.Visualforce.VSManager && SfdcApp.Visualforce.VSManager.vfPrepareForms(["regprjpage:regprjform"]); });</script><div class="datePicker" data-enhanceddatepicker="true" id="datePicker"><div class="dateBar"><img src="/registerproject/img/s.gif" alt="上月" class="calLeft" onblur="this.className = 'calLeft';" onclick="DatePicker.datePicker.prevMonth();" onfocus="this.className = 'calLeftOn';" onmouseout="this.className = 'calLeft';" onmouseover="this.className = 'calLeftOn';" title="上月"/><select id="calMonthPicker" name="calMonthPicker" title="月"><option value="0">一月</option> <option value="1">二月</option> <option value="2">三月</option> <option value="3">四月</option> <option value="4">五月</option> <option value="5">六月</option> <option value="6">七月</option> <option value="7">八月</option> <option value="8">九月</option> <option value="9">十月</option> <option value="10">十一月</option> <option value="11">十二月</option> </select><img src="/registerproject/img/s.gif" alt="下月" class="calRight" onblur="this.className = 'calRight';" onclick="DatePicker.datePicker.nextMonth();" onfocus="this.className = 'calRightOn';" onmouseout="this.className = 'calRight';" onmouseover="this.className = 'calRightOn';" title="下月"/><select id="calYearPicker" name="calYearPicker" title="年"><option value="2024">2024</option> <option value="2025">2025</option> <option value="2026">2026</option> <option value="2027">2027</option> <option value="2028">2028</option> <option value="2029">2029</option> <option value="2030">2030</option> </select></div><div class="calBody"><table class="calDays" border="0" cellpadding="0" cellspacing="0" id="datePickerCalendar"><tr><TH class="dayOfWeek" scope="col">星期日</TH><TH class="dayOfWeek" scope="col">星期一</TH><TH class="dayOfWeek" scope="col">星期二</TH><TH class="dayOfWeek" scope="col">星期三</TH><TH class="dayOfWeek" scope="col">星期四</TH><TH class="dayOfWeek" scope="col">星期五</TH><TH class="dayOfWeek" scope="col">星期六</TH></tr> <tr class="calRow" id="calRow1"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow2"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow3"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow4"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow5"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow6"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> </table><div class="buttonBar"><a href="javascript:%20void%280%29%3B" class="calToday" onclick="DatePicker.datePicker.selectDate('today');return false;">今天</a></div></div></div></html>