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=1732553541000" type="text/javascript"></script><script src="/registerproject/jslibrary/1725859385252/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/1698336665252/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/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/1698336665252/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:AAAAWXsidCI6IjAwRDEwMDAwMDAwYVpXdCIsInYiOiIwMkc1RjAwMDAwMFk4Uk0iLCJhIjoidmZlbmNyeXB0aW9ua2V5IiwidSI6IjAwNTEwMDAwMDAySmZsVyJ9MaTgd/0JOw1XlkRfd7p70po/my2ugqHI5uZ9jAAAAZNq6a1wNS4L2VFckHS/gytAfEUpn6E04r5GfenB2+6M+oNNOgjRC5umqyhQAqm4s+z5UlcNEQz+mRZQYach424qxhgfvMi8AFI9M3aUHezCsP79SFeaK513ZF9YF+p/3xTfMv3ueoqX/7PRXwKFk2j4dYJLfoXR07N33hnVZ2r5HG84quI8CedU9VVLhxVEmm+q5ac+4CyqS8VbD7Nv6VpgF/1LWdfEd3cKcyy0J/Mrm5flJ5hX1hpP3DMa52lsVXqF59idCAHlal/G0Y7xbBkwlUYCWWOp/DOgEIZrGqp5XdfxoFqYx35MHLbA9JZ4DaPA4AMqc9V63qC5qMztEQCg2Pselu0F9DJ6Fy0JoS4e4Fn0uvLVs44H+254a8kDf2KREDzHpzkwjanWIEJsXpyzRBnehmakFjectnuftQJqEFSh61A1vHXHO4FwWsfy6z1GutxybTomqsidio/oGib/uFh6R0NLMjxZ97ME15fDBiaV0BnoLxa/cz+wHBKL5A70hTWftOiTc51gzrRkC2t8ExrEKs1hUV9n/cCEPb57BKgZ+SpQlEueMFA7H95eMhRHhqGumFIeCZeA1wgPmFgIwYND7BDjww6H4Gfpt+xyBksA3buiV2RGBT0Pzf3tbAwVhWH35lT7Oi9M22NA9g/Q3zqKe+VnwbmtLi9YwY+dluCcIGEEN38vEzwqFfR4A4/DUdixNCwgMDu99BQBWruXRGO9PV2O1BFGmjamnLnV2XT0Mggu2tuSNNqjPNL8z5xGp6ay8Vdgyacv5uHV+trxOj+++/jWkpHkKtkrVlsu1xAOaxTsr4LKJDaQxdEboaxipe2eldSLgXZyPPf7li7SCI+6F0QwM4dKzt3GoHLPkBOtuoMQ1643DnzH5BTYpZR0ddYwaS3qQUq9sUYgzsAq2HbhHd4Vj2care0BSZNtUUeubdpD5Yf2bGEVKq5rvcbzDa2Kgn3D92dUP9nGbfbe7O2giYLuFxew+2v45ZaaCQ2UIMWO2b5adwBEG6STAbkuPWSmzkYKzw6rF3KwLh5UP7pmG8lRVE0HNqQvmiS8YUpX36N78woXOSoLdECGfgCjpIDEe+Ew6Byg/aoXeOOQb3fFSUsGPK14FrDsSU4V6krNebFiQ7GzS8zkHOinIihvoSiXSe9/vlVmvWdalVrx5WAgnbbCgZe+5xBy5gOef2ByVG0MdgG2IaOmJi8HAmYsHUXG3mAXBDmAk/uiA6mLvsN3lCQIFfM0sJRC3MbveiZmgsOnYVl5HeGFF/CLmYxKKuIR9aAN5W/KVcSH3eG/96fYPWXmKSwEyJdAj+2Am9I0DEPn5x4W01oj8qxQRsjF13Q3WZzFRC2pC6rvW1kmGv+sXnYTp2H9EFGf76xCdKMCTgtXVsRgn1t8TxrtnUgf0oPPOlzHoH7EH8qEkNMXpAeFt8rVoGgIVhC3mJP5M0bIZ8KdVuCQrSm3fb3MjDgW6nKK6ujMmpiuDUbD/xe5BuL+9/UYIjxns1m40SYtDIKmcED/s732/pdHIm4aEx4AamMMDSVkoehWJQSC4cewsF3dclaBuauh1CwHgVhMkae4nfEPtLZpZ56YcKrk1WxuC6/Prh8bliX4LAqewGr3ogaRSBFFBLrs7Qvj0OBscoZQ+SvsjefWwJvgy19JgVQCuNapfVLWm+Y4a+CbikXih1SuaCqLb6R2mbLv8TNCeT5SmoN37bKV8QVbw067KFVsBv1c4sBXLNyuzRXnElxrxG4reh6xXCqreOXAvrEzooOGPX5zAK5pB1TXtYJLCToU8cmlppDJ4MoOJV4zxtMFGfhOK/QznJFLb2I4oCZbEy7PTQB3t2WdvX0A/dIGfgBY9OG+neFkzwyS8Kqn6tCsfzg6ZE0j/sMthutC6FrPgq0fYaqv2cMHM0AiCz3rcrF9W5TK03x9WPkrCo06AkvEyfOAVKzH2LSv6xyM4YRjcS9Kbk1kSTkwEYFFeUQbkVq4PPTWtfMSfRPRG+5h/Jx6sX+yKqJsr6/iLy2Ygdw/mAKXlYDUH7d8JYaHXMfVJdRJC7iAtKwzfC9Xgk4nmp9n7FewYCOy8KmeD1ZfQ3JdfG8lIzSHT71EV5P6HwemSsYkGlaAyxM8+7lPuZ7jg5e13BtBcQqCtb3970B3oDvUNyOFroDvc3j2V8POzYofts+urRNCDq1kuXMT7jsXfCFNRKNVq7HdbXoqjlYvTF4xzTgrceD+wBCq0L8I5kPrXJ/rnPdInxKqEk/xGEGILFcXkYgXCcGgZM0OzJ4gexP29yq+NYz+n20LSoCJJZZj6GiAFjowldj8dyZgR136Dmeo4ZemD0Z9peFNmGkUmHpkXsKy4ajAV+s0eDYxnb98JHz3tX5PjSZ/w+ekJbO6s8pH6ZQIZkFcGfvSBNQzLKRX/gYOKJp39EITSsYx45OwQMPHBMr3LNIuJHlqO2K2jSOghh1YpjUY7D0AWkA2j0fmHI3tDwF9fc0Sc9bGt0KL+W+i0H9Tv7x/KE2kd+9cwagKQWL7aGPOCjEHl79g/eqfjxmCWx+2XMPiXy1z0gFZva768o0vVmGYyPfGOH3B2+WUZTgeltHoIUjzkQJ7OkTJOFMQtY/o84eZDC31rTacDcjUEHCWv6nPGSuGGmmQhyBwwiEnj6V9DF8EMh/Y9vwRGN2QmvKni9yxq6QZGydhY7aq4Z0J1cf9roielO1WFt+vtOqH3k/eBQJJURQ1+nrh+gMhbRDn0nJmZv43gI2ZD9XvJGeGMLyNlsUsEJai10T1yiWQA2EXtkXXSjdlJpprJbsr/nvwacXSn3GtvBGWxVBHYbHS6Jf63ipW631EsIWA2pUjXxsFsBVqFny5Mx9qSTN6NrOTESH87IwQGh75iu7Fl+5//k4b4SF2VRi3cXCRLtcOyW6WJiHd7dYv8sJc8Pytv+lPaXwsi1xUnKafKcmqolvqf7hJ2I3VnrfltwRE7LEr8Bax7juAZ/QvmJEFnQR9PMVV7dHogTZscijY9o0lXr58MtJtIQuWTWjH2+hMFf0/ygvxheuLmX7EpfmulHhJpRgYJFN2h6SUV8TMQhKan0V9qmq8mXhZdw3XrQiD+aGIl8w21P2QfXD3qInEKvbb9SaPtGo0FX/ezWlIb+UEVIlD3os1N5zo1bUpW6jEb9d91fGY2t5VtrzJsiWC+EfRVU8ovBGIdQ7jFyaf2cYU5Fhcaplv0+YCO+/sjjnmxTfPzcis8Cp4FJ50FfDb8ax+jdwuP541cF8EdfIJvftQyUh4sW/8gCLm5nZmn9fGxFLKdDtOa8qpV11a2fjOHxDdKZhC5zNtVOgUZUiGFSsXT0t/cSV+XDHCkpYsVECaOp5EJNgNF959IiMgMuMIDmvg71KFPEix1st6QDE2XcxCynZnipNxFXXrv+qsODSDHokTW2TMGz4eIvy4B0l/4OY+qPe2gojJtraqcwVbFo7r6FQtEqpnefNnXz2RES7shrBhGpMwxWMl8u5WnusDg5CNhcKyrrGyRoyl+kse9UFcNIz1ebjDwiq34o4qTF536k+8X+IVUYdNxbeI9e4fh4z0DrBLCXfadHyGjsALjh0659rxp4b38q58o4GvtU1vKwbv4V2ywFTqktPf0ooh3C7++YTWVM65rLS3hjjfh9gLr7K4f2GKK6xxMnWeNNAMfoMGejfWc+mLhjJohH1uMIaa/KGvy9SyNrxafdThN1HkcQrG4ysy5x+gnGW/LV6td0x1eHN4RmVi65BxDi5KlW5v0psQaiMCu6CrzYgPYSdHtByjkmUK2ZUnSYNOu7j+1rrgugUWSZhgmpQPunsEIvWJgKZM5gKkH97JwMVy+Jz3D+PcS/33DtmpkJXukvjG5BjPuY5zuITbUmiMDk0cs1sIhsbUREFAGMmMcUI14BQHWKX9/FughJ81akZaXz2PLsLIps84AkvDAfITtdTbZPLivd5EeL8hhjQdEGDrltRz4z9eERJI7ucoTXCbUmGG7jV0HKpcbblNUnAoDVxOdVXTWTTV0lcnnNu6zhXjoqnq9COhRUQ3hkafx9VEJdVtA25uilqYjtp66gp7NX1p9Fv3wpQxkL7iT6K2wjx9sAEaj7GFC2XuV//9OSzJBXWaYKgiTLTQq5mZzGEbofaxrmFL/YzTKGfe/WHV2+tDncGHj21o1V99Oww3WK24N/KWcgsT9w2BE6+hNu2lT9r24CEBmzgBikPBJh5MdOVGaprX4X2TA8z3/VYuWsy90q/6A2Ijow/0fhNG6S8/82HxIdM3vSGrtBoKr31OFdXmbWYQh3nlGgrL1qEqGogt8ZNt73FHIMx60OTB2x7DU5wUzT5kx7q3KRk+FXzw9+qraC4rpdrYIY6zpeXMzkCSfZZv9hObLp1v9YG2EvR6P8GVSq5w+wosLycec8vJsyrxLMbBSxd0jBofQ5LouzEZj/RbDuRhEbp2BpuOmfZwk/hyv9+y7v/2kO7uA0SWPh12SYMKT7CPG31met1CclbXubrgfKhyqVKzUljU38lAZAtvtBHxPqwNTcd1ee6Kua0qgp/WiuHmBVpDux16fTZJT7s5vRr8Gsd2gD+Di5Pf7zZoy2XJMJRpuS4QcH3RCgp5QgSTDwZe7zBpPMPhdFMCCsdsbqHAhx0G+WinyKJYYHvnioPS57e8MmRyxwdztA3AHuLStrEZDJgqS+krJIxnYc+IY/RPT49NUsv5wHoHshdyGo+Xkw1JGvjMs0u9fMoApVCfEmUFhXyYFJw9gILblC6S8wz0UAEPdQ0jku2Fl0YqWKui939ITWyvDayOuJDfJh5O9A/4XlsI8mN7Fk7KHpHz3fRikJQP2R5FawPXsuvfFlAYmyl0ZWjTWXhb5mXtRocuY/LhC65Rinnbkb8qGtmw0O8k8pa5SLh657JzXCAJe10ZjNedxPZlWDQ70dGKXDnGzvIVh1f68XcAbwBdlZbV1LwtwBSNHrEw2Pva8fecI2HYQJBStFfQdWreaJKt8dMH0O0v/ZVmWMnXQHn46xUcSHDxJLXxzEbIz3d0kiZwDccNBGPY8fzNK4LCpdMQwtgYdVGxpydw2JNvZFcR7EHWEJmtW8rOpGYdLmtDPoOflG9QdCR/OtSoRYR3dZMJiSQNztUxrk6mWcjYVkHzeFKSB4cD5Cc2C9ZE9Lp21DsS6S+zsZE7Ky+sEofEOVCGvImrMu5z5++QVtZdUGgszwbKKZfX2/WVfVbynJ3rXcgt0BTZ2ksqHQ2FIT1VAZdUO+0tp8/tCUf+onVuY3ypinSI4ipOpori5pw898KV8WRvqZGLCwNfKixjS0Cl5IhLtC5nANmHxWOTciQzA1rGbAAkFxkY2YUAQfTl8BkEDorLtlXZe8UVIcpmS9osnrLc5ZTSqYKvpH4cKDBCUgqhGL7XuxrmRkZE7p7/ebVKTLwst4tpkNcrWUsW0/dCxL2t2Vpb6iIW4nuKQvXs8tKIgHcpefaN3OUNj5M9q+iDFwNjhibvz0+BtytlJIJIuy6P1IjXR5YxyESF+9UN7vK5jdxF2zVMKtWhA8Vwvrj6mufrYm/501KZdpMDBfic9wR/ueFEexAoRpuItTNkPArur0NbAnrpsOssVtZpTjN+2oIcshySeIgSiCpAAvtceidpb24Tahvuc7B0Ofvw+luVeBMINGCFV+X4tWDUFnUzzuIhzOOPNqxNikKKDRcxuQxFgbjW5fEGpvDKoMj4hpyJ7jFvpQHHVcDbZb30gJ595JiAiTOjHRUavMTLDXfdbMpoo+GQbmJaNJKvHLuJ7cXJFx0iWv4mgZtbXUFNM1nslPhvppSNkpMpzqbnS8E+oVP3DEYW/OlIWGH1c4X8uYHCPFlPRVz827ovItsMB0/RIn3jdRQqJXmt1RwTVrMuvfA4ost8ODC0V2gtR1YxPmnS/KOW0wIB0QtTNIai3jMuKjgt5bwiOnj39lCaYI8pl9Y2oCqLx/B2E1U+0mVrsprCfuQeu8vPmoNiF8t8gNjbYzLSQBgHTRwzEghdRtvcMK9ZV6Q7Gi0x5LGO0Ko6tQgqYSHUfjfwLlV9BV/26o8ufrKc/gq5zWbn3JcX4WIPlHAwUMwIblZAnCrEipCJGIkOkfDziI4mqwWUVuoG7oyTZEkkQdohNNJS2CmutbOG6TRUuG7PCX4jDf+HXN7/awMcAS0dYfF0xFJuT4D1zQZug5KoLhJbhlrAdi2L0kYfccs/fkpRgKdkU5fAZjcTVLmbJeWg5kdxGTBfH7nEvd8rekgIilLc5CYTonyPaaBrSM3rwwd25KHY04aWP1eJ5uMhJLTTmpmBfUdgMTx2HiManxtiDm3jTQOVdCIPsGyk+T1zgMcG5vhm4ouFZPR2n0L6Wywvm7B1Hc2VdwHvtjhEiWGo9FlaEvOUtGblem4JiyzmgzG7W38BGSOI3U5E0cTgGnUmOp46YsoKOumChXQTVrAI540eoDQ6AdRxzts14OYcBAbz/XU4uMgE3oeKCldL0nGFSYiwh92MYkPS4A20GLzc+ilRxbyWc+2eVcl+jFzegAuX5cw2dG5bwnm69JHWKkcNaZqSgo/fw8id168D5eITMSGVb8RDzULKXMdaSI2iT05L7MX2EEjHa+24cakzWQrrK/xXf3gI4GulmuRgC0LXWd010n50Wvl8VIqhTHpYRIw4iG425e/DTxRQ8NaSTP+XUbDOx7HZzy5T6NR2VX2GiB1InH7qCvv0R5fp3BZqQtHRJKrUdEnPPR31RjmCTh+ZTDu971/f7lc3m+/0ddlhvYBEjrRhUJ/MouzHNWPLM4kF8NXF1ry2qkuPpJwAjUUbQEHdyDeYikLuOaPf3S8P+97KmnaG4jDPcGHtMtvIUtbcytKJ6GI3PZU3TgCDIOkbCrAaZapWeDz6aAmLIK2pDIck7Mp1QaNY8XOYxDNFSlPBosvGcBSFSavqtHI6Nv7bCYRl0GAQe/qdTUTPF1NpnCleUKO/BLxblQJaCi1ssxPa48WDfaH8z8pKBEjE9OpWNogys3XxESfnZmxzXRJC35xQTOrAHOiL53tbwvoQd+JaolyyYSuAt6c31CSGaqyyCAu9S8jVAjFX" /><input type="hidden" id="com.salesforce.visualforce.ViewStateVersion" name="com.salesforce.visualforce.ViewStateVersion" value="202411251652216393" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkltOTBaUzFXVDB4Q1J6Vnphak5qUW05a1NESTJiVmRLTkhGV1pFSlFTVEJtVGxKcVdHb3RjRzl6YmtGY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpZMk5UVXhPVFEzTkN3aVpYaHdJam93ZlE9PS4uNU9iUzBXc2Rtb2REdUxPcWZsZHM2WFlVTF9EaHdxN0stUUVaN2g5Q25SRT0=" /></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" 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="2023">2023</option> <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> </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>