<%@ page contentType="text/html; charset=euc-kr" %> <%@ page import = "com.bnmsvc.common.util.*" %> <%@ page import = "java.io.*" %> <%@ page import = "java.util.*" %> <%@ page import = "java.util.Iterator" %> <%@ page import = "java.util.List" %> <%@ include file="include/auto_check.jsp" %> <%@ page import = "com.bnmsvc.model.blcoChannel.*" %> <%@ page import = "com.bnmsvc.model.mastercode.*" %> <%@ page import = "com.bnmsvc.common.util.*" %> <% //ºíÄÚ Ã¤³ÎºÎºÐ ½ÃÀÛ MasterCodeManager masterCodeManager = MasterCodeManager.instance(); int themeCount = masterCodeManager.getMasterCode(LiteralCode.MASTER_CODE_BLCO_CHANNEL_THEME_CNT).getStartPoint(); BlcoChannels blcoChannelTitles = BlcoChannelManager.instance().getBlcoChannelTitlesMain(); List blcoChannelTitleList = blcoChannelTitles.getBlcoChannels(); int titleCount = blcoChannelTitleList.size(); String[] channelNameArr = new String[titleCount]; int[] channelSeqArr = new int[titleCount]; BlcoChannel channelTitle = null; for (int i = 0; i < titleCount; i++) { channelTitle = (BlcoChannel)blcoChannelTitleList.get(i); if (i >= 4) { titleCount = 4; break; } else { channelNameArr[i] = channelTitle.getChannelName(); channelSeqArr[i] = channelTitle.getChannelSeq(); } } int bodyRowCnt = titleCount / 2; int bodyRemCnt = titleCount - bodyRowCnt * 2; int frameH = themeCount * 87 + 34; // ¾ÆÀÌÇÁ·¹ÀÓ ³ôÀÌ·Î »ç¿ëÇÒ °ª %> ºí·Î±×ÄÚ¸®¾Æ - ºí·Î°Å°¡ ÇϳªµÇ´Â °÷ <%@ include file="include/base_url.jsp" %> <%@ include file="include/script_include.jsp" %>
 
<%@ include file="include/top_main_sub.jsp" %>
<%@ include file="file/popTextlist.html" %>
<%//@ include file="file/MainGraph.html" %>

<%@ include file="file/popularTag.html" %>
 
  
 
<%@ include file="file/mainblcopeople.html" %>

ºíÄÚ Ã¤³Î
   
<% int tmpArrCnt = 0; int tmpIfrmCnt = 0; for (int idx = 0; idx < bodyRowCnt; idx++) { %> <% ++tmpArrCnt; %> <% ++tmpArrCnt; %> <% } %>

<%= channelNameArr[tmpArrCnt] %>

<%= channelNameArr[tmpArrCnt] %>


<%@ include file="include/footer.jsp" %>