//CFCのインスタンスを作成する Request.cfc.notice = CreateObject("component","#Application.system.cfc_mapping#/cfcNews"); //what's new情報を取得する structNotice = Request.cfc.notice.init(); //インスタンスの初期化 structNotice.site_id = Request.siteinfo.site_id; structNotice.news_status = 1; structNotice.list_all = 0; //一覧を取得する structNotice = Request.cfc.notice.getList(structNotice); if(structNotice.retVal neq 0){ Request.cfc.Common.outLog(structNotice.cfcatch,"Error"); Request.cfc.Common.dspError(); Request.cfc.Common.abort(); }
   
  #DateFormat(structNotice.qry.news_s_date, "yyyy/mm/dd")# | target="_blank" target="_parent">#HTMLEditFormat(structNotice.qry.news_name)#
  target="_blank" target="_parent">#Request.cfc.Common.HTMLEditFormatBR(structNotice.qry.news_detail)#