var ManagePath = ''; var MainPath = '/main'; var SystemPath = '/_system'; var SystemFilePath = '/SD'; var UploadFileInfoJson = {"upload_max_filesize":"20000M","post_max_size":"5000M","memory_limit":"5000M"}; var FileNameExtInfoJson = {"none":{"GName":"","Color":"","Img":"","Type":"","Width":"32","Height":"42"},"jpg":{"GName":"\u5716\u7247\u6a94","Color":"","Img":"jpg","Type":"\u5716\u7247","Width":"32","Height":"42"},"jpeg":{"GName":"\u5716\u7247\u6a94","Color":"","Img":"jpg","Type":"\u5716\u7247","Width":"32","Height":"42"},"gif":{"GName":"\u5716\u7247\u6a94","Color":"","Img":"gif","Type":"\u5716\u7247","Width":"32","Height":"42"},"png":{"GName":"\u5716\u7247\u6a94","Color":"","Img":"png","Type":"\u5716\u7247","Width":"32","Height":"42"},"doc":{"GName":"\u6587\u4ef6\u6a94","Color":"#2a5699","Img":"","Type":"Word","Width":"42","Height":"44"},"docx":{"GName":"\u6587\u4ef6\u6a94","Color":"#2a5699","Img":"","Type":"Word","Width":"39","Height":"44"},"xls":{"GName":"\u6587\u4ef6\u6a94","Color":"#207245","Img":"","Type":"Excel","Width":"42","Height":"44"},"xlsx":{"GName":"\u6587\u4ef6\u6a94","Color":"#207245","Img":"","Type":"Excel","Width":"39","Height":"44"},"csv":{"GName":"\u6587\u4ef6\u6a94","Color":"#207245","Img":"","Type":"\u9017\u865f\u5206\u9694","Width":"39","Height":"44"},"ppt":{"GName":"\u6587\u4ef6\u6a94","Color":"#d24625","Img":"","Type":"Powerpoint","Width":"42","Height":"44"},"pptx":{"GName":"\u6587\u4ef6\u6a94","Color":"#d24625","Img":"","Type":"Powerpoint","Width":"39","Height":"44"},"mdb":{"GName":"\u8cc7\u6599\u6a94","Color":"#a33639","Img":"","Type":"Access","Width":"42","Height":"44"},"accdb":{"GName":"\u8cc7\u6599\u6a94","Color":"#a33639","Img":"","Type":"Access","Width":"39","Height":"44"},"txt":{"GName":"\u6587\u4ef6\u6a94","Color":"#86c7d4","Img":"","Type":"\u7d14\u6587\u5b57\u6a94","Width":"32","Height":"42"},"zip":{"GName":"\u58d3\u7e2e\u6a94","Color":"#e2b648","Img":"","Type":"\u58d3\u7e2e\u6a94","Width":"34","Height":"43"},"pdf":{"GName":"\u6587\u4ef6\u6a94","Color":"#d51616","Img":"","Type":"PDF","Width":"46","Height":"47"},"rar":{"GName":"\u58d3\u7e2e\u6a94","Color":"#b84a93","Img":"","Type":"\u58d3\u7e2e\u6a94","Width":"42","Height":"34"},"psd":{"GName":"\u8a2d\u8a08\u6a94","Color":"#0760bb","Img":"","Type":"Photoshop","Width":"46","Height":"47"},"ai":{"GName":"\u8a2d\u8a08\u6a94","Color":"#de7321","Img":"","Type":"Illustrator","Width":"46","Height":"47"},"wav":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u97f3\u8a0a\u6a94","Width":"32","Height":"42"},"wma":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u97f3\u8a0a\u6a94","Width":"32","Height":"42"},"mp3":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u97f3\u8a0a\u6a94","Width":"32","Height":"42"},"avi":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u8996\u8a0a\u6a94","Width":"32","Height":"42"},"wmv":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u8996\u8a0a\u6a94","Width":"32","Height":"42"},"mpg":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u8996\u8a0a\u6a94","Width":"32","Height":"42"},"mp4":{"GName":"\u5f71\u97f3\u6a94","Color":"","Img":"","Type":"\u8996\u8a0a\u6a94","Width":"32","Height":"42"},"html":{"GName":"\u7db2\u9801\u6a94","Color":"","Img":"","Type":"HTML","Width":"42","Height":"44"},"htm":{"GName":"\u7db2\u9801\u6a94","Color":"","Img":"","Type":"HTML","Width":"42","Height":"44"},"one":{"GName":"\u6587\u4ef6\u6a94","Color":"","Img":"","Type":"OneNote","Width":"39","Height":"44"},"pub":{"GName":"\u6587\u4ef6\u6a94","Color":"","Img":"","Type":"Publisher","Width":"39","Height":"44"}}; var LangInfoJson = {"Login":{"LoginTitle":"\u5f8c\u53f0\u7ba1\u7406\u7cfb\u7d71","LoginTitleID":"\u5e33\u865f","LoginTitlePW":"\u5bc6\u78bc","LoginBtn":"\u767b\u5165","MessageInputNone":"\u8acb\u8f38\u5165\u5e33\u865f\u53ca\u5bc6\u78bc","MessageLoginIng":"\u767b\u5165\u4e2d...","MessageLoginError":"\u60a8\u8f38\u5165\u7684\u5e33\u5bc6\u4e0d\u6b63\u78ba \u6216 \u7121\u6a94\u6848\u7ba1\u7406\u7cfb\u7d71\u6b0a\u9650"},"SystemFun":{"SaveBtn":"\u5132\u5b58","DeleteBtn":"\u522a\u9664","SearchBtn":"\u641c\u5c0b"}}; /*單選複選資料Json*/ var FormInfoRCJson = {}; var ResizeFunAry = []; var LoadFunAry = []; window.addEventListener( "resize", function ( event ) { for( var F = 0; F < ResizeFunAry.length; F++ ) { var Fun = window[ResizeFunAry[F]]; if( typeof Fun === 'function' ) { Fun(); } } }); window.addEventListener( "load", function ( event ) { for( var F = 0; F < LoadFunAry.length; F++ ) { var Fun = window[LoadFunAry[F]]; if( typeof Fun === 'function' ) { Fun(); } } }); window.addEventListener( "popstate", function ( event ) { PopstateEvent(); }); function PopstateEvent() { var SendGetUrl = SystemPath + '/_ajax/system_ajax.php?Fun=CheckUser'; var SendPost = ''; xmlhttp = new AXH(); xmlhttp.SetInfoAndPlay( SendGetUrl, SendPost, PopstateEventResponseFun ); return false; } var PopstateEventResponseFun = function() { if( xmlhttp.GetResponse() ) { var ResponseJson = JSON.parse( xmlhttp.GetResponse() ); if( ResponseJson['Status'] ) { var HistoryStateJson = window.history.state; if( HistoryStateJson ) { GoToAjax( HistoryStateJson['Main'], '' ); } else { var GetUrlPathname = GetUrl( 'Pathname' ); var GetUrlSearch = GetUrl( 'Search' ); GoToAjax( GetUrlPathname+GetUrlSearch, '' ); } /* var GetUrlHash = GetUrl( 'Hash' ); var UrlValue = GetUrlHash.substr( 1 ); if( UrlValue == '/login' || ! UrlValue ) { UrlValue = '/user'; } window.history.pushState( { 'Main' : "/#"+UrlValue }, 'P1', "/#"+UrlValue ); if( ! document.getElementById( 'SystemTop' ) || ! document.getElementById( 'SystemMenu' ) ) { GoTo( { 'UrlPath' : UrlValue, 'GetType' : 'Main' } ); } else { GoTo( { 'UrlPath' : UrlValue, 'GetType' : 'Content' } ); } */ } else { location.href = MainPath + '/account/'; } } } /*Ajax Onclick 取代 A link*/ /* function ChangeALink() { var ALinkAry = document.querySelectorAll( "a.GcdALink" ); for( var A = 0; A < ALinkAry.length; A++ ) { if( ! ALinkAry[A].hasAttribute( 's' ) ) { continue; } ALinkAry[A].addEventListener( "click", function ( e ) { var HrefValue = this.getAttribute( 'href' ); var HrefHistory = this.getAttribute( 'hrefhistory' ); GoToAjax( HrefValue, HrefHistory ); e.preventDefault(); return false; }, false ); ALinkAry[A].removeAttribute( 's' ); } } */ /*取得V*/ function GetUrlInfo() { var ReturnJson = {}; var ValueAry = []; var V = ''; var ThisSearch = GetUrl( 'Search' ); ThisSearch = ThisSearch.replace( /\?/, '' ); var ThisSearchAry = ThisSearch.split( '&' ); for( var T = 0; T < ThisSearchAry.length; T++ ) { var VAry = ThisSearchAry[T].split( '=' ); if( VAry[0] != 'V' ) { ValueAry.push( ThisSearchAry[T] ); } else if( VAry[0] == 'V' ) { V = VAry[1]; } } ReturnJson['V'] = V; ReturnJson['Value'] = ValueAry.join( '&' ); return ReturnJson; } function DownloadFun( RealName ) { location.href = SystemPath+'/_t/Download.php?V='+RealName; } function GetFileIcon( FileExt ) { if( FileNameExtInfoJson[FileExt] ) { return SystemPath+'/_i/icon/'+FileExt+'.png'; } else { return SystemPath+'/_i/icon/'+'none.png'; } }