FAQ

#set ($Num = $!{DataCnt}) #foreach($faqlist in $faqPage) #set($Num = $Num - 1) #end #if($faqPage.equals([])) #end
¹øÈ£ Àüü
$!{Num} Q. $!{faqlist.title}
ÇØ´ç °Ë»ö¸®½ºÆ®°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.
#set($firstPage = 1) #set($lastPage = $!{PageCnt}) #foreach($list in $faqPage) #if($firstPage <= $lastPage) #if(${firstPage} == $!{pageNum}) #if(${searchBar.length()} > 1) $!{firstPage} #else $!{firstPage} #end #else #if(${searchBar.length()} > 1) $!{firstPage} #else $!{firstPage} #end #end #set($firstPage = $firstPage + 1) #end #end