{"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":"\u8056\u50cf\u756b\u7684\u85dd\u8853\u8207\u9748\u4feeA\u73ed - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"SOzDeOCjzo\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/waec\/%e8%81%96%e5%83%8f%e7%95%ab%e7%9a%84%e8%97%9d%e8%a1%93%e8%88%87%e9%9d%88%e4%bf%aea%e7%8f%ad\/\">Art and Spirituality of Icon Painting Class A<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/waec\/%e8%81%96%e5%83%8f%e7%95%ab%e7%9a%84%e8%97%9d%e8%a1%93%e8%88%87%e9%9d%88%e4%bf%aea%e7%8f%ad\/embed\/#?secret=SOzDeOCjzo\" width=\"600\" height=\"338\" title=\"\u201c&quot;Art and Spirituality in Icon Painting (Class A)&quot; \u2014 Hong Kong Baptist Theological Seminary\" data-secret=\"SOzDeOCjzo\" 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 \u8056\u50cf\u756b\u7684\u85dd\u8853\u8207\u9748\u4feeA\u73ed \u79d1\u76ee \u8056\u50cf\u756b\u7684\u85dd\u8853\u8207\u9748\u4feeA\u73ed\uff1a\u51dd\u8996\u8207\u5c0b\u627e &#8211; &#8211; \u63a5\u53d7\u5831\u540d \u5167\u5bb9 \u300c\u8056\u50cf\u756b\u662f\u4e0d\u5bb9\u6613\u300e\u8b80\u61c2\u300f\u7684\u3002\u8056\u50cf\u756b\u4e0d\u6703\u7acb\u5373\u8207\u6211\u5011\u7684\u611f\u5b98\u5c0d\u8a71\u2026\u2026\u8056\u50cf\u756b\u4e0d\u6703\u5728\u7b2c\u4e00\u773c\u5c31\u5411\u6211\u5011\u5c55\u793a\u81ea\u5df1\u2026\u2026\u7576\u8056\u50cf\u756b\u8aaa\u8a71\u6642\uff0c\u5b83\u5011\u5c0d\u5c0b\u627e\u4e0a\u5e1d\u7684\u5fc3\u9748\u8aaa\u8a71\u300d~\u76e7\u96f2\uff082016\uff09 \u8056\u50cf\u756b\uff08Icon\uff09\u88ab\u8996\u70ba\u300c\u5716\u8c61\u5f0f\u7684\u8056\u8a00\u300d\uff0c\u662f\u6307\u5411\u300c\u5929\u570b\u7684\u7a97\u6236\u300d\u3002\u672c\u8ab2\u7a0b\u65e8\u5728\u5f15\u9818\u5b78\u54e1\u5c0d\u8056\u50cf\u756b\u6709\u57fa\u672c\u8a8d\u8b58\uff0c\u61c2\u5f97\u95b1\u8b80\u8056\u50cf\u756b\u548c\u9ad4\u9a57\u5982\u4f55\u4ee5\u4e4b\u4f5c\u70ba\u79b1\u544a\u5de5\u5177\uff0c\u4ee5\u4fc3\u9032\u8207\u4e0a\u4e3b\u5efa\u7acb\u89aa\u5bc6\u95dc\u4fc2 \u3002 \u8ab2\u7a0b\u6db5\u84cb\uff1a \u8056\u50cf\u756b\u767c\u5c55\u7c21\u53f2\uff1a\u8d77\u6e90\u3001\u5b9a\u7fa9\u3001\u722d\u8b70\u3001\u5b9a\u4f4d\uff0c\u53ca\u5176\u8207\u4fe1\u5f92\u7684\u95dc\u4fc2\uff1b \u8056\u50cf\u756b\u7684\u85dd\u8853\uff1a\u7e6a\u5beb\u76ee\u7684\u3001\u898f\u7bc4\u3001\u57fa\u672c\u6280\u6cd5\u548c\u85dd\u8853\u6027\uff1b \u8056\u50cf\u756b\u7e6a\u756b\u9748\u4fee\u9ad4\u9a57*\uff1a\u8996\u8b80\u975c\u79b1\u3001\u8056\u50cf\u756b\u62d3\u5370\u3001\u8056\u50cf\u756b\u4e0a\u8272\uff08\u5ee3\u544a\u5f69\/\u6c34\u5f69\/\u6728\u984f\u8272\uff09 *\u9078\u6750\u300a\u57fa\u7763\u8207\u8056\u6885\u7d0d\u65af\u300b\/\u300a\u57fa\u7763\u8207\u7942\u7684\u670b\u53cb\u300b\uff08Christ and St Menas \/ Christ and His Friends\uff09 \u8b1b\u5e2b \u5f35\u5fd7\u73cd\u535a\u58eb \u9999\u6e2f\u4e2d\u6587\u5927\u5b78\u7814\u7a76\u9662\u6559\u80b2\u535a\u58eb(\u6559\u80b2\u5fc3\u7406) \u9999\u6e2f\u7406\u5de5\u5927\u5b78\u7f8e\u8853\u53ca\u8a2d\u8a08\u6559\u80b2\uff08\u69ae\u8b7d\uff09\u6587\u5b78\u58eb \u64ad\u9053\u795e\u5b78\u9662\u795e\u5b78\u6587\u6191 sumCHE RESEARCH \u5275\u8fa6\u53ca\u7814\u4f5c\u4eba \u5c0d\u8c61 \u5c0d\u8056\u50cf\u756b\u85dd\u8853\u3001\u7e6a\u5beb\u53ca\u9748\u4fee\u611f\u8208\u8da3\u7684\u4fe1\u5f92\uff0c\u7121\u9700\u5177\u4efb\u4f55\u6df1\u539a\u7e6a\u756b\u6280\u85dd\u3002 \u65e5\u671f A\u73ed\uff1a2024\u5e741\u670815\u65e5\uff08\u7b2c\u4e00\u3001\u4e8c\u7bc0\uff09\u53ca 2024\u5e741\u670822\u65e5\uff08\u7b2c\u4e09\u3001\u56db\u7bc0\uff09\uff08\u79ae\u62dc\u4e00) \u6642\u9593 11:00am \u2013 1:00pm\u53ca2:00 \u2013 4:00pm \u5730\u9ede \u4e5d\u9f8d\u65fa\u89d2\u5f3c\u885756\u865f\u57fa\u7763\u6559\u5927\u6a137\u6a13 \u8cbb\u7528 HK$1,190 \u540d\u984d 15\u4eba\uff088\u4eba\u6216\u4ee5\u4e0a\u5831\u8b80\u624d\u958b\u8ab2\uff09 \u5099\u8a3b \u4e09\u4eba\u6216\u4ee5\u4e0a\u96c6\u9ad4\u5831\u8b80\uff0c\u5b78\u8cbb\u6bcf\u4eba\u70baHK$1,050 \u90f5\u5bc4\u5831\u540d\u8868\u53ca\u652f\u7968\uff0c\u65e5\u671f\u4ee5\u90f5\u6233\u70ba\u6e96\u3002\u5df2\u7e73\u4ea4\u4e4b\u5b78\u8cbb\uff0c\u5b78\u984d\u4e0d\u53ef\u8f49\u8b93\u3002 \u5df2\u4fee\u8b80\u672c\u4e2d\u5fc3\u300c\u8056\u50cf\u756b\u7684\u85dd\u8853\u8207\u9748\u4fee\u300d\u8ab2\u7a0b\u8005\uff0c\u53ea\u9700\u5831\u8b80\u7b2c\u4e09\u3001\u56db\u7bc0\uff0c \u5b78\u8cbbHK$580 \uff08\u4e09\u4eba\u6216\u4ee5\u4e0a\u96c6\u9ad4\u5831\u8b80\uff0c\u6bcf\u4ebaHK$520\uff09 \u672c\u8ab2\u7a0bA\u3001B\u73ed\u5167\u5bb9\u76f8\u540c\u3002\u5b78\u54e1\u9700\u81ea\u5099\u4ee5\u4e0b\u7269\u54c1\uff08\u7528\u6728\u984f\u8272\u8005\u53ea\u9700\u5e36\u5099\u7b2c5\u30016\u9805\uff09\uff1a \u6c34\u5f69\u756b\u7b46\uff08\u5713\u982d\uff091\u865f\u53ca2\u865f\uff0c\u6216\u5c0f\u6977\u6bdb\u7b46\uff082\u81f33\u652f\uff09\uff0c \u5ee3\u544a\u5f69\u6216\u6c34\u5f69\uff08\u4e09\u539f\u8272\u3001\u9ed1\u8272\u53ca\u767d\u8272\uff09\uff0c \u8272\u789f\u3001\u7d19\u676f\/\u81a0\u676f\uff0c \u5c0f\u6bdb\u5dfe\/\u570d\u88d9\u3001\u588a\u6aaf\u7d19\uff0c \u6587\u5177\uff08\u925b\u7b46\u3001\u7d05\u8272\u539f\u5b50\u7b46\u3001\u6a61\u76ae\u3001\u9593\u5c3a\u7b49\uff09\u3001 F4 size\u81a0folder 2\u500b\uff08\u4ee5\u4fbf\u593e\u597d\u756b\u4f5c\u651c\u5e36\uff09 \u622a\u6b62\u5831\u540d\u65e5\u671f 2024-1-8 \u5831\u540d\u8868 \u7db2\u4e0a\u5831\u540d \u4e0b\u8f09\u5831\u540d\u8868\u683c"}