묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판과 페이지 생성시 레이아웃 적용 consistency 문제
2008.10.10 22:02
안녕하세요,
2차 sub-menu를 왼쪽 칼럼의 맨 위쪽에 그리고 록인 박스를 왼쪽 칼럼의 아랫쪽으로 레이아웃 처리를 하려고
Hare 2,2b 레이아웃의 코드를 아주 약간 변경해서 사용합니다.
기존의 페이지와 게시판에 위의 레이아웃을 적용하니까 어떤 페이지/게시판은 록인박스와 2단계 sub-menu들이
왼쪽 칼럼에 정열이 되는데, 또 어떤 페이지/게시판은 왼쪽의 칼럼을 보여주질 않네요.
그래서 새로운 페이지와 게시판으로 생성을 시도해봤는데, 위와 같은 inconsistency 현상은 마찬가지이구요.
레이아웃에서 아래의 부분을 변경하였습니다.
어느 부분이 잘못되서 그런 건지 도와주세요.
<!--검색창 보여지는 부분 --><input type="image" src="./images/{$layout_info->colorset}/button_Search.gif" alt="{$lang->cmd_search}" class="submit" />
</form> 검색창 사용여부 택은 여기까지 끝-->
<!--@end-->
</div>
<div id="contentBox">
<div id="leftMenuBox">
<!-- 록인박스 오리지날 위치 -->
<!-- 좌측 서버 메뉴 출력 -->
<!--@if($menu_1st['list'])-->
<div class="leftSideMenuBox">
<ul name="subItem">
<!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])-->
<li class="main"><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
<!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
{@ $_idx=0}
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
<li class="sub<!--@if($_idx==0)--> first<!--@end-->"><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
{@ $_idx++}
<!--@end--><!--@end-->
<!--@end-->
<!--@end--><!--@end-->
</ul>
</div>
<br>
<div></div>
<!-- 로그인 위젯 -->
<div class="leftSideLoginBox">
<img width="100%" height="100" src="/common/tpl/images/{$layout_info->colorset}/widget_bg.jpg" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="default" widget_cache="0" />
<!--@end-->
</div>
</div>
<div id="mainContentBox">
<!-- 내용 -->
2차 sub-menu를 왼쪽 칼럼의 맨 위쪽에 그리고 록인 박스를 왼쪽 칼럼의 아랫쪽으로 레이아웃 처리를 하려고
Hare 2,2b 레이아웃의 코드를 아주 약간 변경해서 사용합니다.
기존의 페이지와 게시판에 위의 레이아웃을 적용하니까 어떤 페이지/게시판은 록인박스와 2단계 sub-menu들이
왼쪽 칼럼에 정열이 되는데, 또 어떤 페이지/게시판은 왼쪽의 칼럼을 보여주질 않네요.
그래서 새로운 페이지와 게시판으로 생성을 시도해봤는데, 위와 같은 inconsistency 현상은 마찬가지이구요.
레이아웃에서 아래의 부분을 변경하였습니다.
어느 부분이 잘못되서 그런 건지 도와주세요.
<!--검색창 보여지는 부분 --><input type="image" src="./images/{$layout_info->colorset}/button_Search.gif" alt="{$lang->cmd_search}" class="submit" />
</form> 검색창 사용여부 택은 여기까지 끝-->
<!--@end-->
</div>
<div id="contentBox">
<div id="leftMenuBox">
<!-- 록인박스 오리지날 위치 -->
<!-- 좌측 서버 메뉴 출력 -->
<!--@if($menu_1st['list'])-->
<div class="leftSideMenuBox">
<ul name="subItem">
<!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])-->
<li class="main"><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
<!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
{@ $_idx=0}
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
<li class="sub<!--@if($_idx==0)--> first<!--@end-->"><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
{@ $_idx++}
<!--@end--><!--@end-->
<!--@end-->
<!--@end--><!--@end-->
</ul>
</div>
<br>
<div></div>
<!-- 로그인 위젯 -->
<div class="leftSideLoginBox">
<img width="100%" height="100" src="/common/tpl/images/{$layout_info->colorset}/widget_bg.jpg" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="default" widget_cache="0" />
<!--@end-->
</div>
</div>
<div id="mainContentBox">
<!-- 내용 -->