/********************************************** 메뉴 **********************************************/ function Node(id, pid, Idx, Name, Folder, Files, img, PopCode){ this.id = id; this.pid = pid; this.Idx = Idx; this.Name = Name; this.Folder = Folder; this.Files = Files.split(","); this.img = img; this.PopCode = PopCode; this.SelectYN = 0; this.ChildCnt = 0; this.Depth = 0; } function CMenu(oName, RootIdx){ this.Name = oName; this.aNodes = []; this.iMenuNum = 0; this.RootIdx = RootIdx; this.Uri = (location.href.indexOf("?") > 0) ? "/" + location.href.substring(0, location.href.indexOf("?")).split("/").splice(3,10).join("/") : "/" + location.href.split("/").splice(3,10).join("/"); this.Folder = this.Uri.substring(0, this.Uri.lastIndexOf("/")+1); this.File = this.Uri.substring(this.Uri.lastIndexOf("/")+1, this.Uri.length); this.Add = function(id, pid, Idx, Name, Folder, Files, img, PopCode){ this.aNodes[this.aNodes.length] = new Node(id, pid, Idx, Name, Folder, Files, img, PopCode); for(var i=0; i 1){ for(var i=0; i"; } } s += "
PC버전
"; return s; } this.TopMenus = function(){ var s = ""; var idx = -1; var css = ""; var Hwidth = ""; for(var i=1,item; item=this.aNodes[i]; i++){ if(this.RootIdx.toString() == item.pid.toString() && item.Folder.toUpperCase() == this.Folder.substr(0, item.Folder.length).toUpperCase()){ s += "
"; s += " "; s += " "; s += " "; s += " "; s += " "; s += " "; s += "
 " + item.Name + " 
"; s += "
"; idx = i; switch(parseInt(item.Idx, 10)){ // case 1: // case 2: case 5: s += ""; s += " "; Hwidth = "width:" + (100 / item.ChildCnt).toString() + "%;font-size:1.1em;"; for(var j=1,itemsub; itemsub=this.aNodes[j]; j++){ if(item.id.toString() == itemsub.pid.toString()){ css = "color:#6E6D6D;background:#ffffff;border:1px solid #e2e2e2;text-align:center;"; if(itemsub.Folder.toUpperCase() == this.Folder.substr(0, itemsub.Folder.length).toUpperCase()) css = "color:#FFFFFF;font-weight:bold;background:#454545;border:1px solid #e2e2e2;text-align:center"; s += ""; } } s += " "; s += "
"; s += itemsub.Name; s += "
"; break; } break; } } return s; } } var oMenu = null; oMenu = new CMenu("oMenu", 0); oMenu.Add(0, null, 0, "Root" , "/AifaCta/MobileContents/" , "Index.asp"); //oMenu.Add(1, 0, 1, "내 강의실" , "/AifaCta/MobileContents/MyClass/" , "Index.asp", "", 0); //oMenu.Add(2, 1, 1, "현재 수강중인 강의" , "/AifaCta/MobileContents/MyClass/NowStudy/" , "Index.asp", "", 0); //oMenu.Add(3, 1, 2, "복습용 강의" , "/AifaCta/MobileContents/MyClass/Review/" , "Index.asp", "", 0); //oMenu.Add(4, 1, 3, "만료된 강의" , "/AifaCta/MobileContents/MyClass/EndStudy/" , "Index.asp", "", 0); oMenu.Add(5, 0, 2, "수강신청내역" , "/AifaCta/MobileContents/Payment/OrderList/" , "Index.asp", "", 0); //oMenu.Add(6, 5, 1, "장바구니" , "/AifaCta/MobileContents/Payment/Basket/" , "Index.asp", "", 0); //oMenu.Add(7, 5, 2, "주문/배송조회" , "/AifaCta/MobileContents/Payment/OrderList/" , "Index.asp", "", 0); //oMenu.Add(8, 5, 3, "내맘대로결제" , "/AifaCta/MobileContents/Payment/IWill/" , "Index.asp", "", 0); oMenu.Add(9, 0, 3, "공지사항" , "/AifaCta/MobileContents/Notice/" , "Index.asp", "", 0); oMenu.Add(10, 9, 1, "공지사항" , "/AifaCta/MobileContents/Notice/Notice/" , "Index.asp", "", 0); oMenu.Add(11, 9, 2, "신규강의" , "/AifaCta/MobileContents/Notice/OpenLecture/" , "Index.asp", "", 0); oMenu.Add(12, 9, 3, "신간안내" , "/AifaCta/MobileContents/Notice/NewBooks/" , "Index.asp", "", 0); // oMenu.Add(13, 0, 4, "강사소개" , "/AifaCta/MobileContents/TeacherInfo/" , "Index.asp", "", 0); oMenu.Add(14, 0, 5, "전체강의" , "/AifaCta/MobileContents/GLecture/" , "Index.asp", "", 0); oMenu.Add(15, 14, 1, "수험영역" , "/AifaCta/MobileContents/GLecture/ExamArea/" , "Index.asp", "", 0); oMenu.Add(16, 14, 2, "무료특강" , "/AifaCta/MobileContents/GLecture/FreeLecture/" , "Index.asp", "", 0); oMenu.Add(25, 0, 6, "온라인센터" , "http://m.e-aifa.co.kr/MobileContents/" , "Index.asp", "", 0); oMenu.Add(17, 0, 7, "온라인서점" , "http://m.e-aifa.co.kr/MobileContents/BooksMall/" , "Index.asp", "", 0); //oMenu.Add(18, 0, 8, "수강 FAQ" , "/AifaCta/MobileContents/FAQ/" , "Index.asp", "", 0); // oMenu.Add(19, 18, 1, "설치 및 주요기능" , "/AifaCta/MobileContents/FAQ/MobileInstall/" , "Index.asp", "", 0); // oMenu.Add(20, 18, 2, "서비스안내" , "/AifaCta/MobileContents/FAQ/MobileService/" , "Index.asp", "", 0); // oMenu.Add(21, 18, 3, "모바일 FAQ" , "/AifaCta/MobileContents/FAQ/MobileFAQ/" , "Index.asp", "", 0); oMenu.Add(22, 0, 9, "왜아이파인가" , "/AifaCta/MobileContents/WhyAifa/" , "Index.asp", "", 0); oMenu.Add(26, 0, 10, "수험뉴스" , "/AifaCta/MobileContents/TestNews/" , "Index.asp", "", 0); oMenu.Add(27, 0, 11, "세무사 합격수기" , "/AifaCta/MobileContents/PassMemory/" , "Index.asp", "", 0); oMenu.Add(28, 0, 12, "수강방법" , "/AifaCta/MobileContents/StudyGuide/" , "Index.asp", "", 0); oMenu.Add(23, 0, 13, "오시는 길" , "/AifaCta/MobileContents/AcademyMap/" , "Index.asp", "", 0); //oMenu.Add(24, 0, 14, "결제하기" , "/AifaCta/MobileContents/Payment2/" , "Index.asp", "", 0); /********************************************** 메뉴 **********************************************/ document.title = "AifaCta Mobile"; $(document).ready(function(){ //=================================================================================== //class가 require라면 필수입력 항목으로 필드명 앞에 빨간색으로 *를 표시한다. //=================================================================================== $("div.require, span.require").each(function() { $(this).html("*"); }); });