会社紹介> 会社地図
連絡方式
中国上海市浦東新区張楊路620号中融恒瑞大厦1603室
〒200122
TEL:021-5836-2211
FAX:021-5836-2611

Room 1603,East Building,Zhongrong Hengrui Intemational Plaza,No.620,Zhangyang Road,Pudong,Shanghai
TEL:021-5836-2211
FAX:021-5836-2611
営業所
北京営業所:
連絡先:李兵  
電話:13501175231  
メール:libing@shibaura.com.cn

南京営業所:
連絡先:毛国欣 
電話:13770781577  
メール:maoguoxin@shibaura.com.cn

蘇州営業所
連絡先:藩安  
電話:13506208600  
メール:panan@shibaura.com.cn

深セン営業所:
連絡先:周捷  
電話:13828732557  
メール:zhoujie@shibaura.com.cn

アモイ営業所:
連絡先:呉孟偉 
電話:13950105942  
メール:wumengwei@shibaura.com.cn

成都営業所:
連絡先:李荷  
電話:13438312110  
メール:lihe@shibaura.com.cn

 
τ¼᫼/TITLE> <style type="text/css"> body fieldset{ font-size: 9pt} td{font-size:9pt} ul li{float:left;margin-right:10px;padding:3px;vertical-align:middle} .bton{border-width=1px;border-style:solid;border-left-color:#ffffff;border-top-color:#ffffff;border-right-color:#000000;border-bottom-color:#000000} .btoff{border:1px solid #EEEEEE} .btdown{border-width=1px;border-style:solid;border-left-color:#000000;border-top-color:#000000;border-right-color:#ffffff;border-bottom-color:#ffffff} a {text-decoration: none; color: #000000} </style> <script language=javascript src="inc/Dialog.js"> </script> </HEAD> <body bgcolor="#FFFBFF" leftmargin="10" topmargin="0" > <script language=Javascript> var glbPaste=false; var glbOrder='ASC'; var glbEditFname=''; function selAll(form){ if (!form.strSelector) return false; if (isDefined(form.strSelector.checked)){ form.strSelector.checked=true; return; } if (isDefined(form.strSelector.length)){ for (i=0;i<form.strSelector.length;i++) form.strSelector[i].checked=true; } } function blSelect(form){ if (!form.strSelector) return false; if (isDefined(form.strSelector)){ if (isDefined(form.strSelector.checked)){ return form.strSelector.checked; } blChoiceOne=false; for (i=0;i<form.strSelector.length;i++){ if (form.strSelector[i].checked) return true; } return false; }else{ return false; } } function isDefined(xobj){ if (typeof(xobj)=="undefined") return false; else return true; } function selRev(form){ if (!form.strSelector) return false; if (isDefined(form.strSelector.checked)){ form.strSelector.checked=!form.strSelector.checked; return; } if (isDefined(form.strSelector.length)){ for (i=0;i<form.strSelector.length;i++){ form.strSelector[i].checked=!form.strSelector[i].checked; } } } function validName(str){ reg=/^[^\/\\:<>\*\|\x22\?]{1,128}$/; return reg.test(str); return true; } function copy(form){ if (!blSelect(form)){ alert('ȫЈѡձѨҪ¸´׆µŎļ鈉 return; } form.strCommand.value='COPY'; form.submit(); } function calSize(form){ if (!blSelect(form)){ alert('ȫЈѡձѨҪ¼Nj㵳СµŎļ姻 return; } form.strCommand.value='CALSIZE'; form.submit(); } function cut(form){ if (!blSelect(form)){ alert('ȫЈѡձҪ¼萵Ŏļ鈉 return; } form.strCommand.value='CUT'; form.submit(); } function del(form){ if (!blSelect(form)){ alert('ȫЈѡձҪɾ³鈉 return; } if (confirm('źȷ¶¨ɾ³઎ļ㽧)){ form.strCommand.value='DELETE'; form.submit(); } } function paste(){ form=document.form1; if (glbPaste){ }else{ alert("ȫЈѡאѨҪӆ¶¯/¸´׆µŎļ棡°¸´׆¡±»᰼萡±º噵㡰ճ͹¡±"); return; } form.strCommand.value='PASTE'; form.submit(); } function searchFiles(){ location.href='searchFiles.asp'; } function newFolder(strFolder){ form=document.form1; if (strFolder==null) return; if (!validName(strFolder)){ alert('ȫˤɫºϷ¨µŎļ姻 return; } form.strCommand.value='NEWFOLDER'; form.strValue.value=strFolder; form.submit(); } function newFile(strFilename){ form=document.form1; if (strFilename==null) return; if (!validName(strFilename)){ alert('ȫˤɫºϷ¨µŎļ姻 return; } form.strCommand.value='NEWFILE'; form.strValue.value=strFilename; form.submit(); } function upload(form){ location.href='uploadFiles.asp'; } function downFile(fname){ form=document.form1; if (validName(fname)){ form.strCommand.value='DOWN'; form.strValue.value=fname; form.submit(); } } function rename(fname){ glbEditFname=fname; sAlert('ȫˤɫтµŃ丧,true,'realrename'); } function realrename(newname){ form=document.form1; if (validName(glbEditFname)){ if (!validName(newname)){ alert('ȫˤɫԐЧµŎļ姻 return ; } form.strCommand.value='RENAME'; form.strValue.value=glbEditFname+':'+newname; form.submit(); } } function editFile(fname){ if (validName(fname)){ location.href="toEditFile.asp?fname="+fname; } } function sortBy(fdNo){ form=document.form1; if (!isNaN(fdNo)){ fdNo=Number(fdNo); if (fdNo>=1 && fdNo<=6){ if (glbOrder=='ASC') form.strSortDirect.value='DESC'; else form.strSortDirect.value='ASC'; form.strSortBy.value=fdNo.toString(); form.strCommand.value=''; form.submit(); } } } function cdDotDot(form){ form.strCommand.value='GETPARENT'; form.submit(); } function chdir(form,newPath){ if (validName(newPath)){ form.strCommand.value='CHDIR'; form.strValue.value=newPath; form.submit(); } } function selectOne(iIndex){ form=document.form1; if (form.strSelector[iIndex]){ form.strSelector[iIndex].checked=!form.strSelector[iIndex].checked; }else{ if(form.strSelector) form.strSelector.checked=!form.strSelector.checked; } } function quit(form){ if (confirm('źȷ¶¨΋³Ꝁ?')){ form.strCommand.value='QUIT'; form.submit(); } } </script> <form name="form1" action="/FileManager/main.asp" method="post"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#E7EBFF" style="border-bottom:1px solid #003399" height="47"> <tr> <td width="6%" align="center"><img src="img/filemanager.gif" width="33" height="32" ></td> <td width="94%"><font color="#003399"><b style="word-spacing:20px;font-size:20px">τ¼ᮆ镾µṳhibaura)</b></font></td> </tr> </table> </td> </tr> <tr > <td bgcolor="#FFFFFF" height="10"> </td> </tr> <tr> <td valign="middle" bgcolor="#EEEEEE" style="height:10px"><fieldset><legend>¹¤¾ࠀ¸</legend> <ul style="list-style-type:none;margin:3px"> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:copy(document.form1)"><img src="img/copy.gif" width="16" height="16" hspace="3" border="0">¸´׆</a></li> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:cut(document.form1);"><img src="img/cut.gif" width="16" height="16" hspace="3" border="0">¼莼/a></li> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:paste();"><img src="img/paste.gif" width="16" height="16" hspace="3" border="0"><font color="#666666">ճ͹</font></a></li> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:del(document.form1);"><img src="img/del.gif" width="16" height="16" hspace="3" border="0">ɾ³\/li> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:searchFiles();"><img src="img/search.gif" width="16" height="16" hspace="3" border="0">²ꖒ</li></a> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:sAlert('ȫźˤɫтτ¼襬true,'newFile')"><img src="img/newFile.gif" width="16" height="16" hspace="3" border="0">т½¨τ¼\/li> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:sAlert('ȫźˤɫтµŎļ仳ĺ',true,'newFolder');"><img src="img/newfolder.gif" width="16" height="16" hspace="3" border="0">т½¨Ŀ¼</li></a> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:upload();"><img src="img/upload.gif" width="16" height="16" hspace="3" border="0">ʏ´«τ¼\/li> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:calSize(document.form1);"><img src="img/size.gif" width="16" height="16" hspace="3" border="0">¼Nj㵳С</li></a> <li Class="btoff" onMouseOver="this.className='bton'" onMouseDown="this.className='btdown'" onMouseUp="this.className='bton'" onMouseOut="this.className='btoff'"><a href="javascript:quit(document.form1);"><img src="img/exit.gif" width="16" height="16" hspace="3" border="0">΋³Ꝁ뺯a></li> </ul> </fieldset></td> </tr> <tr > <td height=20> </td> </tr> <tr > <td height="30"> <font color="#0000FF">µ±ǰ·¾¶:</font><img src="img/cwd.gif" width="15" height="14" hspace="2"><font color="#336600"><b>\wwwroot\jp\file\company\</b></font>(<img src="img/parent.gif" width="15" height="15"><a href="javascript:cdDotDot(document.form1);"><u>·µ»ىϼ¶Ŀ¼</u></a>)<br> <hr noshade size="1"> </td> </tr> <tr > <td height="93"> <fieldset><legend>τ¼⫼/legend> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr bgcolor="#D6DFF7" valign="bottom"> <td width="6%" align="right"> <input type="button" name="Button" value="ȫѡ" onClick="selAll(this.form);"> </td> <td width="3%"> </td> <td width="30%" bgcolor=#ffccee> <div align="left"><a href="javascript:sortBy(1)"><u><font color="#0000FF">τ¼ꮦont></u></a><img src=img/arrow_up.gif></div> </td> <td width="6%" align="right"><a href="javascript:sortBy(2);"><u><font color="#0000FF">´߼/font></u></a></td> <td width="10%" ><a href="javascript:sortBy(3);"><u><font color="#0000FF">`э</font></u></a></td> <td width="15%" ><a href="javascript:sortBy(4);"><u><font color="#0000FF">½¨bɕǚ</font></u></a></td> <td width="14%" ><a href="javascript:sortBy(5);"><u><font color="#0000FF">ў¸ňֆؼ/font></u></a></td> <td width="6%" ><a href="javascript:sortBy(6);"><u><font color="#0000FF">˴є</font></u></a></td> <td align="center" width="10%">Ђ՘/±༭/¸Ń> </tr> <tr > <td width="6%" height="23"> </td> <td width="3%" height="23" align="right"><img src="img/parent.gif" width="15" height="15"></td> <td width="30%" height="23"><a href="javascript:cdDotDot(document.form1);"><u>·µ»ىϼ¶Ŀ¼</u></a></td> <td width="6%" align="right" height="23"> </td> <td width="10%" height="23"> </td> <td width="15%" height="23"> </td> <td width="14%" height="23"> </td> <td width="6%" height="23"> </td> <td height="23" width="10%"> </td> </tr> <tr bgcolor=#FFFFFF onClick="selectOne(0);" onMouseOver="this.style.background='#D2F0FD';" onMouseOut="this.style.background='#FFFFFF'" ondblClick="chdir(document.form1,'img');"> <td width="6%" align="right"> <input type="checkbox" name="strSelector" value="img" id="strSelector" onClick="selectOne(0);"> </td> <td width="3%" align="right"><img src="img/fileType/folder.jpg"></td> <td width="30%"><a href="javascript:chdir(document.form1,'img');">img</a></td> <td width="6%" align="right"></td> <td width="10%">τ¼ꮴd> <td width="15%">2009-12-07 14:35:15</td> <td width="14%">2009-12-07 14:39:10</td> <td width="6%">D</td> <td align="center" width="10%"><a href="javascript:rename('img')"><img src="img/rename.gif" width="16" height="16" hspace="2" alt="¸Ńrder="0"></a></td> </tr> <tr bgcolor=#F7F3F7 onClick="selectOne(1);" onMouseOver="this.style.background='#D2F0FD';" onMouseOut="this.style.background='#F7F3F7'" ondblClick="editFile('address.html');"> <td width="6%" align="right"> <input type="checkbox" name="strSelector" value="address.html" id="strSelector" onClick="selectOne(1);"> </td> <td width="3%" align="right"><img src="img/fileType/html.jpg"></td> <td width="30%"><a href="javascript:editFile('address.html');">address.html</a></td> <td width="6%" align="right">14.24K</td> <td width="10%">HTML τµµ</td> <td width="15%">2009-11-27 15:00:08</td> <td width="14%">2009-11-27 15:00:08</td> <td width="6%">A</td> <td align="center" width="10%"><a href="javascript:downFile('address.html')"><img src="img/download.gif" width="16" height="16" hspace="2" alt="Ђ՘τ¼᮲der="0"></a><a href="javascript:editFile('address.html')"><img src="img/edit.gif" width="16" height="16" hspace="2" alt="±༭" border="0"></a><a href="javascript:rename('address.html')"><img src="img/rename.gif" width="16" height="16" hspace="2" alt="¸Ńrder="0"></a></td> </tr> <tr bgcolor=#FFFFFF onClick="selectOne(2);" onMouseOver="this.style.background='#D2F0FD';" onMouseOut="this.style.background='#FFFFFF'" ondblClick="editFile('compliments.html');"> <td width="6%" align="right"> <input type="checkbox" name="strSelector" value="compliments.html" id="strSelector" onClick="selectOne(2);"> </td> <td width="3%" align="right"><img src="img/fileType/html.jpg"></td> <td width="30%"><a href="javascript:editFile('compliments.html');">compliments.html</a></td> <td width="6%" align="right">12.27K</td> <td width="10%">HTML τµµ</td> <td width="15%">2009-11-27 15:00:10</td> <td width="14%">2009-11-27 15:00:10</td> <td width="6%">A</td> <td align="center" width="10%"><a href="javascript:downFile('compliments.html')"><img src="img/download.gif" width="16" height="16" hspace="2" alt="Ђ՘τ¼᮲der="0"></a><a href="javascript:editFile('compliments.html')"><img src="img/edit.gif" width="16" height="16" hspace="2" alt="±༭" border="0"></a><a href="javascript:rename('compliments.html')"><img src="img/rename.gif" width="16" height="16" hspace="2" alt="¸Ńrder="0"></a></td> </tr> <tr bgcolor=#F7F3F7 onClick="selectOne(3);" onMouseOver="this.style.background='#D2F0FD';" onMouseOut="this.style.background='#F7F3F7'" ondblClick="editFile('events.html');"> <td width="6%" align="right"> <input type="checkbox" name="strSelector" value="events.html" id="strSelector" onClick="selectOne(3);"> </td> <td width="3%" align="right"><img src="img/fileType/html.jpg"></td> <td width="30%"><a href="javascript:editFile('events.html');">events.html</a></td> <td width="6%" align="right">9.14K</td> <td width="10%">HTML τµµ</td> <td width="15%">2009-11-27 15:00:14</td> <td width="14%">2009-11-27 15:00:14</td> <td width="6%">A</td> <td align="center" width="10%"><a href="javascript:downFile('events.html')"><img src="img/download.gif" width="16" height="16" hspace="2" alt="Ђ՘τ¼᮲der="0"></a><a href="javascript:editFile('events.html')"><img src="img/edit.gif" width="16" height="16" hspace="2" alt="±༭" border="0"></a><a href="javascript:rename('events.html')"><img src="img/rename.gif" width="16" height="16" hspace="2" alt="¸Ńrder="0"></a></td> </tr> <tr bgcolor=#FFFFFF onClick="selectOne(4);" onMouseOver="this.style.background='#D2F0FD';" onMouseOut="this.style.background='#FFFFFF'" ondblClick="editFile('scape.html');"> <td width="6%" align="right"> <input type="checkbox" name="strSelector" value="scape.html" id="strSelector" onClick="selectOne(4);"> </td> <td width="3%" align="right"><img src="img/fileType/html.jpg"></td> <td width="30%"><a href="javascript:editFile('scape.html');">scape.html</a></td> <td width="6%" align="right">9.17K</td> <td width="10%">HTML τµµ</td> <td width="15%">2009-11-27 15:00:16</td> <td width="14%">2009-11-27 15:00:16</td> <td width="6%">A</td> <td align="center" width="10%"><a href="javascript:downFile('scape.html')"><img src="img/download.gif" width="16" height="16" hspace="2" alt="Ђ՘τ¼᮲der="0"></a><a href="javascript:editFile('scape.html')"><img src="img/edit.gif" width="16" height="16" hspace="2" alt="±༭" border="0"></a><a href="javascript:rename('scape.html')"><img src="img/rename.gif" width="16" height="16" hspace="2" alt="¸Ńrder="0"></a></td> </tr> <tr bgcolor=#F7F3F7 onClick="selectOne(5);" onMouseOver="this.style.background='#D2F0FD';" onMouseOut="this.style.background='#F7F3F7'" ondblClick="editFile('summary.html');"> <td width="6%" align="right"> <input type="checkbox" name="strSelector" value="summary.html" id="strSelector" onClick="selectOne(5);"> </td> <td width="3%" align="right"><img src="img/fileType/html.jpg"></td> <td width="30%"><a href="javascript:editFile('summary.html');">summary.html</a></td> <td width="6%" align="right">11.15K</td> <td width="10%">HTML τµµ</td> <td width="15%">2009-11-27 15:00:18</td> <td width="14%">2009-11-27 15:00:18</td> <td width="6%">A</td> <td align="center" width="10%"><a href="javascript:downFile('summary.html')"><img src="img/download.gif" width="16" height="16" hspace="2" alt="Ђ՘τ¼᮲der="0"></a><a href="javascript:editFile('summary.html')"><img src="img/edit.gif" width="16" height="16" hspace="2" alt="±༭" border="0"></a><a href="javascript:rename('summary.html')"><img src="img/rename.gif" width="16" height="16" hspace="2" alt="¸Ńrder="0"></a></td> </tr> <tr> <td width="6%" align="right"> <input type="button" name="Button2" value="·´ѡ" onClick="selRev(this.form);"> </td> <td width="3%"> </td> <td width="30%"> </td> <td width="6%"> </td> <td width="10%"> </td> <td width="15%"> </td> <td width="14%"> </td> <td width="6%"> </td> <td width="10%"> </td> </tr> </table> <font color="#000000"><br> τ¼턺6¸폄¼ߺ55.97K</font> <input type="hidden" name="strCommand"> <input type="hidden" name="strSortBy" value="1"> <input type="hidden" name="strSortDirect" value="ASC"> <input type="hidden" name="strValue"> </fieldset></td> </tr> </table> </form> </body> </html>