묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
안녕하세요.
오랜만에 xe 설치해봤는데 이거 당최 문제가 해결이 않되 이렇게 도움좀 얻으려고합니다.
이거 zb4면 왠만한건 혼자서 다해결하겠는데
xe는 못하겠네요..ㅠㅠ
이렇게 위 스샷보면 상단에 네모칸 쳐있는곳이 내려와있는데 어떻해 원상복귀하나요?
로그인전 화면은 멀정한데 로그인하면 위 첫번째 짤방처럼 나와서 당체 방법을 모르겠더라구요..
혹시 방법아시면 답변좀 부탁드릴께요.ㅠㅠ
위코드는 레이아웃 편집에있는 코드인데 혹시 뭐가 잘못된건지 확인좀해주세요.
로그인 부분에 밑으로 쳐짐 현상 어떻해 수정해야되나요?
2008.09.16 20:12
안녕하세요.
오랜만에 xe 설치해봤는데 이거 당최 문제가 해결이 않되 이렇게 도움좀 얻으려고합니다.
이거 zb4면 왠만한건 혼자서 다해결하겠는데
xe는 못하겠네요..ㅠㅠ
이렇게 위 스샷보면 상단에 네모칸 쳐있는곳이 내려와있는데 어떻해 원상복귀하나요?
로그인전 화면은 멀정한데 로그인하면 위 첫번째 짤방처럼 나와서 당체 방법을 모르겠더라구요..
혹시 방법아시면 답변좀 부탁드릴께요.ㅠㅠ
<!-- js 파일 import --> <!--%import("js/xe_official.js")-->
<!-- 레이아웃과 연동될 css 파일 import --> <!--@if($layout_info->colorset == "white")--> <!--%import("css/white.css")--> <!--@elseif($layout_info->colorset == "black")--> <!--%import("css/black.css")--> <!--@else--> <!--%import("css/default.css")--> <!--@end-->
<!--@if($layout_info->background_image)--> <style type="text/css"> body { background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat left top; } </style> <!--@end-->
<!--@if(!$layout_info->colorset)--> {@$layout_info->colorset = "default"} <!--@end-->
<div id="bodyWrap"> <div id="header"> <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™ XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
<div id="language"> <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a> <ul id="selectLang"> <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)--> <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li> <!--@end--><!--@end--> </ul> </div>
<!--GNB--> <ul id="gnb"> <!-- main_menu 1차 시작 --> <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])--> <!--@if($val['selected'])--> {@ $menu_1st = $val } <!--@end-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
<!--@end--><!--@end--> <!-- main_menu 1차 끝 --> </ul> <!--//GNB-->
<form action="{getUrl()}" method="post" id="isSearch"> <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="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" /> </form>
</div> <div id="contentBody"> <div id="columnLeft"> <!-- 로그인 위젯 --> <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" /> <!-- 왼쪽 2차 메뉴 --> <img src="./images/blank.gif" alt="" class="mask" />
<!--@if($menu_1st)--> <ol id="lnb"> {@ $idx = 1 } <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])--> <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>
<!-- main_menu 3차 시작 --> <!--@if($val['list'] && ($val['expand']=='Y'+ '+ '||$val['selected']) )--> <ul> <!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])--> <li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li> <!--@end--><!--@end--> </ul> <!--@end--> </li> {@$idx++} <!--@end--><!--@end--> </ol> <!--@end-->
</div> <div id="columnRight"> <!-- 컨텐츠 시작 --> {$content}
</div> </div> <ul id="footer"> <li class="first-child"> <address> <a href="http://www.zeroboard.com/" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" height="5" /></a> </address>
</li>
<!--@foreach($bottom_menu->list as $key => $val)--> <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li> <!--@end--> </ul> </div>
위코드는 레이아웃 편집에있는 코드인데 혹시 뭐가 잘못된건지 확인좀해주세요.
댓글 3
-
백성찬
2008.09.16 20:58
-
공듀
2008.09.16 21:00
흠 초기화 해도 동일합니다...
흠!!!!!!!!!!! -
공듀
2008.09.16 21:19
결국엔 해결했네요..ㅠㅠ 역시 zb4로 다시가야하나..어렵네요.ㅠㅠ
레이아웃이 초기 상태로 됨.