묻고답하기
page_full_width">
이렇게 되어있는데...
레이아웃문제 해결해주세요.
2010.06.02 14:03
에 접속하시면 아무것도 안뜬상태로 있다는걸 확인하실수 있습니다.
레이아웃을 적용한 소스는 다음과 같습니다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <!--// js 파일 import --> <!--%import("js/xe_official.js")--> <!--%import("js/jquery-1.3.2.min.js")--> <!--%import("js/core.js")--> <!--%import("pngFix/jquery.pngFix.js")--> <!--%import("prettyphoto/js/jquery.prettyPhoto.js")--> <!--// 레이아웃과 연동될 css 파일 import --> <!--%import("css/main.css")--> <!--%import("prettyphoto/css/prettyPhoto.css")--> < colorset ">!--@if(!$layout_info->colorset)--> colorset">{@$layout_info->colorset = "default"} <!--@end--> < div id = "wrapper" > < div id = "logo" > </ div > < div id = "content" > <!-- main menu --> < ul class = "menu" id = "jMenu" > < ul > </ ul > < li >< a href = "#" >Community</ a > < ul > </ ul > </ li > < li >< a href = "#" >Service</ a > < ul > < li >< a href = "#" >무료도메인</ a ></ li > </ ul > </ li > < li >< a href = "#" >Wikion3</ a ></ li > < ul > </ ul > < li >< a href = "#" >TotalCenter</ a ></ li > < ul > </ ul > </ ul > <!-- search form --> < div id = "search" > < form action = "{getUrl()}" method = "post" id = "isSearch" > <!--@if($vid)--> < input type = "hidden" name = "vid" value = "{$vid}" /> <!--@end--> < input type = "hidden" name = "mid" value = "{$mid}" /> < input type = "hidden" name = "act" value = "IS" /> < input type = "hidden" name = "search_target" value = "title_content" /> < input name = "is_keyword" type = "text" class = "inputText" title = "keyword" /> < input type = "submit" class = "submit" name = "search" value = "" /> </ form > </ div > < div class = "x" ></ div > <!-- image slider --> < div id = "pitch" > < div class = "pitch-gallery" > < div class = "pitch-gallery-holder" id = "gallery-pitch-holder" > < div class = "pitch-gallery-div" > < img src = "images/pitch-1.jpg" alt = "Pitch 1" /> < div class = "infoline" >W-RN에 오신것을 진심으로 환영합니다. 무료계정 서비스는 확실하게 해드리겠습니다.</ div > </ div > < div class = "pitch-gallery-div" > < img src = "images/pitch-2.jpg" alt = "Pitch 2" /> < div class = "infoline" >무료도메인 4 개와 타입 15개 를 지원합니다. 돈대신 커뮤니티활동량을 받습니다.</ div > </ div > < div class = "pitch-gallery-div" > < img src = "images/pitch-3.jpg" alt = "Pitch 3" /> < div class = "infoline" >운영자의 근무 시간은 오후 9시 55 분 부터 오후 11시 까지 입니다.</ div > </ div > < div class = "pitch-gallery-div" > < img src = "images/pitch-4.jpg" alt = "Pitch 4" /> < div class = "infoline" >계정정리 작업은 수시로 되는것이 아닌 1주 토요일 마다 시행됩니다.</ div > </ div > </ div > </ div > </ div > |
1 2 3 4 5 6 7 8 9 10 11 | <!-- main content --> < div id = "left" > {$content} </ div > <!-- sidebar --> < div id = "right" > < h1 >W-RN</ h1 > < h2 >< a href = "#" >카운터</ a ></ h2 > < p class = "post-info" >< img class = "zbxe_widget_output" widget = "counter_status" skin = "default" colorset = "layout" /></ p > |
1 2 | < h2 >< a href = "#" >중요공지사항</ a ></ h2 > < p class = "post-info" >#</ p > |
1 2 | < h2 >< a href = "#" >계정신청자</ a ></ h2 > < p class = "post-info" >#</ p > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | < h2 >< a href = "#" >도메인등록안내</ a ></ h2 > < p class = "post-info" >#</ p > </ div > < div class = "x" ></ div > < div class = "break" ></ div > <!-- small posts --> < div id = "feature" > < div class = "small-post" > < img src = "images/clean.jpg" alt = "Clean and Simple" /> < h1 >< a href = "#" >W-RN회원로그인</ a ></ h1 > < p >< img src = "./images/blank.gif" class = "zbxe_widget_output" widget = "login_info" skin = "xe_official" colorset = "default" /></ p > </ div > < div class = "small-post" > < img src = "images/newtech.jpg" alt = "jQuery Powered" /> < h1 >< a href = "#" >jQuery Powered</ a ></ h1 > < p >This template uses jQuery to enhance usability and visual performance:</ p >< ul >< li >Custom drop down menu</ li >< li >Ajax powered contact form</ li >< li >preetyPhoto plugin</ li ></ ul > </ div > |
1 2 3 4 5 6 7 | < div class = "small-post last" > < img src = "images/contact.jpg" alt = "Contuct Us" /> < h1 >< a href = "contact.html" >Contact Us</ a ></ h1 > < p >무료웹호스팅</ p > </ div > < div class = "x" ></ div > </ div > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | </ div > <!-- footer --> < div id = "footer" > < p >Copyright © 2009 DesignHQ · Design: Borut Jegrišnik, < a href = "http://www.solucija.com/" title = "Free CSS Templates" >Solucija</ a ></ p > </ div > < list ">!--@foreach($bottom_menu->list as $key => $val)--> < a href = "{$val['href']}" < onclick = "window.open(this.href);return" >!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<>{$val['link']}!--@end-->>{$val['link']}</ a > <!--@endforeach--> </ div > </ div > < script type = "text/javascript" > jGallery('pitch'); $(document).pngFix(); $(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto(); }); </ script > <!--@end--> |
이렇게 되어있는데...
뭐가 잘못된건지 정말 모르겠습니다. ㅠㅠ;
댓글 1
-
mindpainter
2010.06.03 12:39
-
Hosting.ort
2010.06.05 18:56
매우 감사합니다. ^^* 정말 많은 도움이 되었습니다. 저번 답변자가 그렇게 해야한다해서 그렇게 했거든요 ^^* ;; XE레이아웃 어렵게 생각했는데..
<
colorset
"!--@if(!$layout_info->colorset)-->
11.
colorset">{@$layout_info->colorset = "default"}
12.<
!--@end-->
이부분 if인걸로 봐선 컬러셋 선택하면 어떻게 하라는 얘긴데.. 보통 컬러셋 선택하면 거기 맞는 css파일을 불러와야 하는데 그게 없는듯 싶구요.. 문법적으로도 생소하네요..
<!--@if($layout_info->colorset == "white")-->
<!--%import("css/white.css")-->
<!--@end-->
이게 맞구요.
컬러셋 설정하는 기능이 있으면 바꿔주시구요. 아니면 삭제 하세요.
또한 문서하단에 보시면 <!--@endforeach--> <!--@end--> 가 있는데요
끝내라는 건데 제가 못찾는건지 시작하는건 보이지 않네요.. 없다면 이것도 삭제..
이걸로 해결이 될지는 모르겠습니다만 아는 선
에서 말씀드렸습니다. ^^;;