14,43d13 < < /* < $home_bnr_imgsrc = get_post_meta(HOME_PAGE_ID, 'home_bnr_imgsrc', true); < preg_match('/ alt=".*?"/', $home_bnr_imgsrc, $home_bnr_imgalt); < if($home_bnr_imgalt){ < $home_bnr_imgalt = $home_bnr_imgalt[0]; < $home_bnr_imgalt = str_replace(' alt="', '', $home_bnr_imgalt); < $home_bnr_imgalt = substr($home_bnr_imgalt, 0, strlen($home_bnr_imgalt) - 1); < } < < $home_bnr_imgsrc = get_all_imgsrc( $home_bnr_imgsrc ); < $home_bnr_text = preg_split("/(\r\n|\n|\r)/", get_post_meta(HOME_PAGE_ID, 'home_bnr_text', true)); < $home_bnr_btn = preg_split("/(\r\n|\n|\r)/", get_post_meta(HOME_PAGE_ID, 'home_bnr_btn', true)); < $idx = array_flip($ary_visitor_type)[$visitor_type]; < $home_bnr_imgsrc = $home_bnr_imgsrc[$idx]; < $home_bnr_text = $home_bnr_text[$idx]; < $home_bnr_btn = $home_bnr_btn[$idx]; < $home_bnr_text = explode('`',$home_bnr_text); < $home_bnr_btn = explode('`',$home_bnr_btn); < */ < < $ary_bnr_style = array(); < $home_bnr_bgcolor = get_post_meta(HOME_PAGE_ID, 'home_bnr_bgcolor', true); < if($home_bnr_bgcolor){ < $ary_bnr_style[]='background:'.$home_bnr_bgcolor; < } < $is_banner_jingle = get_post_meta(HOME_PAGE_ID, 'is_banner_ai_jingle', true); < if ($is_banner_jingle) { < $banner_jingle_color = get_post_meta(HOME_PAGE_ID, 'banner_ai_jingle_color', true); < } 45,75c15,53 <
> < <
< $home_bnr_imgsrc): < $home_bnr_text = explode('`', $ary_home_bnr_text[$_idx_]); < $home_bnr_btn = explode('`',$ary_home_bnr_btn[$_idx_]); ?> <
0 ? ' style=display:none' : '';?>> < <?php echo $ary_home_bnr_imgalt[$_idx_] ? $ary_home_bnr_imgalt[$_idx_] : $home_bnr_text[0]?> <
<

>

<
<

< < < < <
--- > > >
>
>
>
>
77,105c55,59 <
< <
< 1){ ?> <
'; < } ?>
< < <
< <?php echo $home_bnr_imgalt ? $home_bnr_imgalt : $home_bnr_text[0]?> <
<

>

<
<

< < < < <
<
<
< <
--- >
>
>
>
> 108,109c62,63 <
📖Medium | | 📅 行事曆 | 💼 人才媒合'; --- >
echo '📖Medium | 📖AI Report 2021 | 💼 Jobs Matching'; 144c98 < echo page_head2('熱門話題', CATEGORY_PREFIX_URL . $HOT_ISSUES_CAT->slug.'/');?> --- > echo page_head2('Hot Issues', CATEGORY_PREFIX_URL . $HOT_ISSUES_CAT->slug.'/');?> 153c107 < , wp_make_link_relative(get_the_permalink($p->ID)) --- > , ZH_WEB_URL_WITHOUT_SLASH . wp_make_link_relative(get_the_permalink($p->ID)) 182,215d135 <
<
<
<
< post_excerpt < , '/event/general/' < , '/wp-content/uploads/2020/07/general.jpg' # image was uploaded directly from media library < , FOUR_BY_THREE_IMAGE_PUREBOXA_NO < ); < ?> <
<
<
<
< post_excerpt < , '/advisory/' < , '/wp-content/uploads/2020/07/advisory.jpg' # image was uploaded directly from media library < , FOUR_BY_THREE_IMAGE_PUREBOXA_NO < ); < ?> <
<
< <
< <
220,236d139 < data->jobs) ? $joblist->data->jobs : []; < echo page_head2('開放中 AI 相關職缺'); < echo'
'; < echo'

有徵才需求? 註冊/信箱驗證/登入會員後,即可刊登職缺:jobs.aiacademy.tw

'; < $joblisthtml = ''; < $n=0;$MAX_N=10; < foreach($joblist as $job){ < $joblisthtml .= '
  • '.$job->job_title.'
  • '; < $n++; < if($n>=$MAX_N){break;} < } < echo'
      '.$joblisthtml.'
    '; < echo'
    '; < echo space_func(30); < ?> 239c142 < echo v2_display_tmpl('newsli', v2_display_list1($a,NEWS_CATEGORY_URL,'DIV', '', 'more news'));