{"version":"1.0","provider_name":"Hong Kong Baptist Theological Seminary","provider_url":"https:\/\/www.hkbts.edu.hk\/en","author_name":"wordpress_admin","author_url":"https:\/\/www.hkbts.edu.hk\/en\/?p=author\/wordpress_admin\/","title":"\u57fa\u7763\u6559\u7814\u7a76\u6587\u6191\uff08\u975e\u5b78\u4f4d\u8ab2\u7a0b\uff09 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"RsYV6M3x9b\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/dist\/%e5%9f%ba%e7%9d%a3%e6%95%99%e7%a0%94%e7%a9%b6%e6%96%87%e6%86%91%ef%bc%88%e9%9d%9e%e5%ad%b8%e4%bd%8d%e8%aa%b2%e7%a8%8b%ef%bc%89\/\">Diploma in Christian Studies (Non-degree Program)<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/dist\/%e5%9f%ba%e7%9d%a3%e6%95%99%e7%a0%94%e7%a9%b6%e6%96%87%e6%86%91%ef%bc%88%e9%9d%9e%e5%ad%b8%e4%bd%8d%e8%aa%b2%e7%a8%8b%ef%bc%89\/embed\/#?secret=RsYV6M3x9b\" width=\"600\" height=\"338\" title=\"\u201cDiploma in Christian Studies (Non-Degree Course)\u201d \u2014 Hong Kong Baptist Theological College\" data-secret=\"RsYV6M3x9b\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/www.hkbts.edu.hk\/wp-includes\/js\/wp-embed.js\n<\/script>","description":"\u8ab2\u7a0b\u53ca\u5165\u5b78 \u8fd4\u56de\u4e3b\u9801 \u57fa\u7763\u6559\u7814\u7a76\u6587\u6191\uff08\u975e\u5b78\u4f4d\u8ab2\u7a0b\uff09 Please refer to the Chinese page.\u00a0 \u8ab2\u7a0b\u7c21\u4ecb \u70ba\u4fe1\u5f92\u800c\u8a2d\u7684\u57fa\u790e\u795e\u5b78\u8ab2\u7a0b\uff0c\u5167\u5bb9\u6db5\u84cb\u8056\u7d93\u79d1\u3001\u795e\u5b78\u79d1\u548c\u5be6\u8e10\u79d1\uff0c\u5e6b\u52a9\u4fe1\u5f92\u6253\u7a69\u4fe1\u4ef0\u6839\u57fa\uff0c\u91cd\u5851\u751f\u547d\uff0c\u6d3b\u51fa\u53ec\u547d\u3002 \u5165\u5b78\u8cc7\u683c \u4e2d\u5b78\u7562\u696d\u4e4b\u4fe1\u5f92 \u7372\u6559\u6703\u63a8\u85a6 \u5b78\u5236 \u6bcf\u5b78\u5e74\u70ba\u5169\u500b\u5b78\u671f\uff0c\u6bcf\u5b78\u671f\u70ba\u4e94\u500b\u6708\uff0c\u6bcf\u5e743\u6708\u53ca9\u6708\u958b\u8ab2\u3002 \u6bcf\u5b78\u671f\u53ef\u8a3b\u518a1-4\u79d1\u3002 \u6bcf\u79d1\u8a2d\u6709\u95b1\u8b80\u53ca\u7fd2\u4f5c\uff0c\u5b78\u54e1\u5fc5\u9808\u4f9d\u7167\u6307\u793a\uff0c\u5728\u6709\u6548\u671f\u5167\u5b8c\u6210\u3002 \u6bcf\u79d1\u5747\u8a2d\u5c0e\u5e2b\u70ba\u540c\u5b78\u6279\u6539\u529f\u8ab2\u4e26\u89e3\u7b54\u5b78\u79d1\u7591\u96e3\u3002\u00a0 \u7121\u8ad6\u4ee5\u90f5\u905e\u65b9\u5f0f\u6216\u7db2\u4e0a\u5f62\u5f0f\u9032\u884c\u5b78\u7fd2\uff0c\u975e\u5b78\u4f4d\u8ab2\u7a0b\u7686\u4e0d\u63d0\u4f9b\u5be6\u6642\u6388\u8ab2\u3002\u5b78\u54e1\u4e3b\u8981\u4f9d\u9760\u95b1\u8b80\u6587\u5b57\u6559\u6750\u4f86\u81ea\u5b78\u3002 \u8ab2\u7a0b\u8981\u6c42\u3001\u4fee\u8b80\u5e74\u671f\u53ca\u5b8c\u6210\u671f\u9650\u5982\u4e0b\uff1a \u9812\u767c \u8ab2\u7a0b\u8981\u6c42 \u5b8c\u6210\u671f\u9650 \u6587\u6191 \uff08\u975e\u5b78\u4f4d\u8ab2\u7a0b\uff09 \u5b8c\u621016\u79d1\uff0832\u5b78\u5206\uff09\u5176\u4e2d10\u79d1\u5fc5\u9808\u70ba\u6838\u5fc3\u79d1\u76ee 6\u5e74 \u6587\u6191\uff08\u975e\u5b78\u4f4d\u8ab2\u7a0b\uff09\u7562\u696d\u751f\uff0c\u5982\u929c\u63a5\u672c\u9662\u57fa\u7763\u6559\u7814\u7a76\u6587\u5b78\u5b78\u58eb\u8ab2\u7a0b\uff0c\u6700\u591a\u53ef\u7372\u8c41\u514d8\u5b78\u5206\u3002 \u6838\u5fc3\u79d1 \uff0810\u79d1\uff0c\u517120\u5b78\u5206\uff09 \u79d1\u76ee \u5b78\u5206 DP01-\u8a8d\u8b58\u8056\u7d93 2 DP02-\u8056\u7d93\u80cc\u666f 2 DP03-\u65b0\u7d04\u7d9c\u89bd I 2 DP04-\u820a\u7d04\u7d9c\u89bd I 2 DP05-\u57fa\u7763\u6559\u6559\u6703\u53f2 2 DP06-\u65b0\u7d04\u7d9c\u89bd II*\uff08\u5fc5\u9808\u5148\u5b8c\u6210 DP03\uff09 2 DP07-\u820a\u7d04\u7d9c\u89bd II*\uff08\u5fc5\u9808\u5148\u5b8c\u6210 DP04\uff09 2 DP08-\u65b0\u7d04\u7d9c\u89bd III*\uff08\u5fc5\u9808\u5148\u5b8c\u6210 DP06\uff09 2 DP09-\u820a\u7d04\u7d9c\u89bd III*\uff08\u5fc5\u9808\u5148\u5b8c\u6210 DP07\uff09 2 DP10-\u795e\u5b78\u7814\u7a76\u5c0e\u5f15 2 \u9078\u4fee\u79d1 \uff08\u81ea\u9078 6\u79d1\uff0c\u517112\u5b78\u5206\uff09 \u79d1\u76ee \u5b78\u5206 DP11-\u57fa\u7763\u6559\u6559\u80b2 2 DP12-\u57fa\u7763\u6559\u57fa\u790e\u6559\u7fa9 2 DP13-\u8f14\u5c0e\u539f\u7406\u8207\u6280\u5de7 2 DP14-\u57fa\u7763\u6559\u502b\u7406 2 DP15-\u7ba1\u5bb6\u8077\u4e8b 2 DP16-\u8b77\u6559\u5b78 2 DP20-\u4f46\u4ee5\u7406\u66f8 2 DP21-\u4ee5\u65af\u62c9\u8a18 2 DP22-\u7d04\u7ff0\u798f\u97f3 2 DP23-\u54e5\u6797\u591a\u524d\u66f8 2 DP24-\u5e0c\u4f2f\u4f86\u66f8 2 DP25-\u58eb\u5e2b\u8a18 2 \u8cbb\u7528 \u5831\u540d\u8cbb\uff1aHK$200 \u5b78\u8cbb\uff1a\u6bcf\u79d1HK$1400 \u5df2\u7e73\u8cbb\u7528\uff0c\u6982\u4e0d\u9000\u9084\uff0c\u4e5f\u4e0d\u53ef\u8f49\u4f5c\u5176\u4ed6\u7528\u9014 \u5b78\u54e1\u9808\u81ea\u884c\u8cfc\u8cb7\u6559\u79d1\u66f8\uff0c\u8cbb\u7528\u96a8\u4e0d\u540c\u79d1\u76ee\u800c\u5b9a\uff0c\u8a3b\u518a\u6642\u6703\u6536\u5230\u6709\u95dc\u901a\u77e5 \u622a\u6b62\u5831\u540d\u65e5\u671f \u9999\u6e2f2\u670810\u65e5\u30018\u670810\u65e5 \u6d77\u59161\u670810\u65e5\u30017\u670810\u65e5 \u5165\u5b78\u7533\u8acb\u9808\u77e5 \u7db2\u4e0a\u5831\u540d \u4e0b\u8f09\u5831\u540d\u8868\u683c \u8ab2\u7a0b\u6982\u89bd \u5b78\u79d1\u4ecb\u7d39 DP 01\u8a8d\u8b58\u8056\u7d93 \u5e6b\u52a9\u5b78\u54e1\u8a8d\u8b58\u8056\u7d93\u5167\u7684\u6559\u7fa9\u3001\u6b77\u53f2\u548c\u6587\u5b78\u50f9\u503c\uff0c\u8ab2\u7a0b\u5167\u5bb9\u4ea6\u6d89\u53ca\u8056\u7d93\u7684\u6b0a\u5a01\u3001\u6b63\u5178\u548c\u89e3\u7d93\u7684\u65b9\u6cd5\u3002 DP02 \u8056\u7d93\u80cc\u666f \u63a2\u8a0e\u820a\u7d04\u6642\u671f\u65cf\u9577\u5011\u7684\u6b77\u53f2\u4e8b"}