소개

  • Open-API 란
  • 이용안내
전체 : $faqList.totalRow , $faqList.currentPage / $faqList.lastPage 페이지
#if ($faqList.size() == 0) #end #foreach($item in $faqList) #set ($faqBean = $item) #set ($i = $faqList.indexNo - $velocityCount + 1) #set ($i = $i - 1) #end #set ($searchtype = $!request.getParameter("searchtype"))
FAQ 목록
번호 제목 작성자 등록일 조회
등록된 내용이 없습니다.
$i $!faqBean.title  $!faqBean.mgr_name  $!faqBean.reg_dt  $!faqBean.read_cnt 
#if ($faqList.lastPage > 1)
$faqList.getPageHtml("gForm")
#end