{"id":48096,"date":"2016-12-24T09:43:31","date_gmt":"2016-12-24T17:43:31","guid":{"rendered":"http:\/\/www.infini.tw\/authorized-resellers\/"},"modified":"2020-02-20T17:52:14","modified_gmt":"2020-02-20T09:52:14","slug":"distributors","status":"publish","type":"page","link":"https:\/\/www.infini.tw\/zh-hant\/distributors\/","title":{"rendered":"\u6388\u6b0a\u4ee3\u7406\u5e97\u5bb6"},"content":{"rendered":"<p>[vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; background_animation=&#8221;none&#8221; css_animation=&#8221;&#8221;][vc_column][rev_slider_vc alias=&#8221;resellers-header&#8221;][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; background_animation=&#8221;none&#8221; css_animation=&#8221;&#8221;][vc_column][vc_empty_space height=&#8221;50&#8243;][vc_column_text]<\/p>\n<blockquote>\n<h3 style=\"text-align: center;\"><span style=\"color: #333333;\">\u8acb\u4f7f\u7528\u4e0b\u65b9\u5730\u5716\u4f86\u67e5\u8a62\u60a8\u6240\u5728\u5730\u5340\u7684\u6388\u6b0a\u4ee3\u7406\u5e97\u5bb6\uff0c\u6216 \u201c<strong><a href=\"http:\/\/www.infini.tw\/zh-hant\/all-distributors\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u9ede\u64ca\u9019\u88e1<\/a>\u201d<\/strong> \u4ee5\u67e5\u770b\u6240\u6709\u4ee3\u7406\u5e97\u5bb6<\/span><\/h3>\n<\/blockquote>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;50&#8243;][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; background_animation=&#8221;none&#8221; css_animation=&#8221;&#8221;][vc_column][vc_column_text]\n        <!-- start Fla-shop.com HTML5 Map -->\n        <div class='worldcountriesHtml5Mapbottom htmlMapResponsive' style='max-width:800px'><div id='worldcountries-html5-map-map-container_0' class='worldcountriesHtml5MapContainer' style=''><\/div><div style='clear:both; height: 20px;'><\/div>\n            <style>\n                #worldcountries-html5-map-map-container_0 .fm-tooltip-name {\n                    color: #000000;\n                    font-size: 20px;\n                }\n                #worldcountries-html5-map-map-container_0 .fm-tooltip-comment {\n                    \n                }\n            <\/style>\n            <script>\n            jQuery(function(){\n                worldcountrieshtml5map_map_0 = new FlaShopWorldMap(worldcountrieshtml5map_map_cfg_1);\n                worldcountrieshtml5map_map_0.draw('worldcountries-html5-map-map-container_0');\n\n                \n\n                var html5map_onclick = function(ev, sid, map) {\n                var cfg      = worldcountrieshtml5map_map_cfg_1;\n                var link     = map.fetchStateAttr(sid, 'link');\n                var is_group = map.fetchStateAttr(sid, 'group');\n                var popup_id = map.fetchStateAttr(sid, 'popup-id');\n                var is_group_info = false;\n\n                if (is_group==undefined) {\n\n                    if (sid.substr(0,1)=='p') {\n                        popup_id = map.fetchPointAttr(sid, 'popup_id');\n                        link         = map.fetchPointAttr(sid, 'link');\n                    }\n\n                } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link)  {\n                    link = cfg.groups[is_group].link;\n                    popup_id = cfg.groups[is_group]['popup_id'];\n                    is_group_info = true;\n                }\n                if (link=='#popup') {\n\n                    if (typeof SG_POPUP_DATA == \"object\") {\n                        if (popup_id in SG_POPUP_DATA) {\n\n                            SGPopup.prototype.showPopup(popup_id,false);\n\n                        } else {\n\n                            jQuery.ajax({\n                                type: 'POST',\n                                url: 'https:\/\/www.infini.tw\/index.php?worldcountrieshtml5map_get_popup',\n                                data: {popup_id:popup_id},\n                            }).done(function(data) {\n                                jQuery('body').append(data);\n                                SGPopup.prototype.showPopup(popup_id,false);\n                            });\n\n                        }\n                    }\n\n                    return false;\n                }\n                if (link == '#info') {\n                    var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id'));\n                    jQuery('#worldcountries-html5-map-state-info_0').html('Loading...');\n                    jQuery.ajax({\n                        type: 'POST',\n                        url: 'https:\/\/www.infini.tw\/index.php?worldcountrieshtml5map_get_'+(is_group_info ? 'group' : 'state')+'_info='+id+'&map_id=1',\n                        success: function(data, textStatus, jqXHR){\n                            jQuery('#worldcountries-html5-map-state-info_0').html(data);\n                            \n                        },\n                        dataType: 'text'\n                    });\n                }\n\n                    if (ev===null && link!='') {\n\n                        if (!jQuery('.html5dummilink').length) {\n                            jQuery('body').append('<a href=\"#\" class=\"html5dummilink\" style=\"display:none\"><\/a>');\n                        }\n\n                        jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click();\n\n                    }\n\n                };\n                worldcountrieshtml5map_map_0.on('click',html5map_onclick);\n\n            });\n            <\/script>\n            <div id='worldcountries-html5-map-state-info_0' class='worldcountriesHtml5MapStateInfo'><\/div>\n            <\/div>\n            <div style='clear: both'><\/div>\n            <!-- end HTML5 Map -->\n    [\/vc_column_text][vc_empty_space height=&#8221;50&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row row_type=&#8221;row&#8221; use_row_as&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full_width.php","meta":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/pages\/48096"}],"collection":[{"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/comments?post=48096"}],"version-history":[{"count":0,"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/pages\/48096\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.infini.tw\/zh-hant\/wp-json\/wp\/v2\/media?parent=48096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}