묻고답하기
레이어에 로그인 달려고 하는데..
2009.03.08 15:01
http://www.zeroboard.com/zbxe_layout_skin/17363190/page/4
보면 레이어 편집에서 옆에 로그인포 달았잖아요.
저분처럼 왼쪽에 로그인포 달려면
소스 어디를 건드려야 할지 모르겠어요 .. 소스 ↓
<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->
<!-- 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "default")-->
<!--%import("css/default.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-x left top; }
</style>
<!--@end-->
<!--@if(!$layout_info->colorset)-->
{@$layout_info->colorset = "default"}
<!--@end-->
<div id="bodyWrap">
<div id="top">
<!-- 로고 -->
<h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/logo.png" alt="yunsh206" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
<!-- 로고 끝 -->
<!-- 일반회원 로그아웃 및 회원정보 -->
<div class="join">
<!--@if($is_logged)-->
<a href="{getUrl('act','dispMemberInfo')}"><img src="images/default/mypage.gif" alt="{$lang->member_info}" class="iePngFix" /></a> <a href="{getUrl('act','dispMemberLogout')}"><img src="images/default/logout.gif" alt="{$lang->cmd_logout}" class="iePngFix" /></a>
<!-- 일반회원 로그아웃 및 회원정보 끝 -->
<!-- 관리자이면 설정 버튼 출력 -->
<!--@if($grant->is_admin)-->
<a href="./admin" onclick="window.open(this.href);return false;"><img src="images/default/admin.gif" class="iePngFix" /></a>
<!--@end-->
<!-- 관리자이면 설정 버튼 출력 끝 -->
<!-- 상단 로그인 -->
<!--@else-->
<a href="{getUrl('act','dispMemberSignUpForm')}"><img src="images/default/join.gif" alt="{$lang->cmd_signup}" class="iePngFix" /></a> <a href="{getUrl('act','dispMemberLoginForm')}"><img src="images/default/login.gif" alt="{$lang->cmd_login}" class="iePngFix" /></a>
<!--@end-->
<!-- 상단 로그인 끝 -->
</div>
</div>
<div id="header">
<!-- 상단 메뉴 -->
<div id="top_link">
<!-- 잠시보류 지역변경: -->
<!--@foreach($top_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-->
</div>
<!-- 상단 메뉴 끝 -->
<!--GNB-->
<ul id="gnb">
<!-- main_menu 1차 시작 -->
{@$mmid_count = 0;}
<!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
<!--@if($val['selected'])-->
{@ $menu_1st = $val }
<!--@end-->
<li id="mmli{$mmid_count}" <!--@if($val['selected'])-->class="on"<!--@end--> onmouseover="gnbinToggle({$mmid_count}, this)" ><a href="{$val['href']}" onfocus="this.blur()" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>{@$mmid_count++;}
<!--@end--><!--@end-->
<!-- main_menu 1차 끝 -->
</ul>
<!--//GNB-->
<script type="text/javascript">
var mmid_count = {$mmid_count};
</script>
<!-- 2차 메뉴 -->
{@$mmid_count = 0;}
<!--@foreach($main_menu->list as $mkey => $mval)-->
<!--@if($mval['text'])-->
<!-- 왼쪽 2차 메뉴 -->
<!--@if($mval['selected'])-->
<ol id="mmid{$mmid_count}" class="gnb_sub" style="display:block;">
<!--@if(!$mval['+
'list'])--><li></li><!--@end-->
<!--@foreach($mval['list'] as $key => $val)--><!--@if($val['text'])-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" onfocus="this.blur();" <!--@if($val['open_window'+
']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>
</li>
<!--@end--><!--@end-->
</ol>
<!--@else-->
<ol id="mmid{$mmid_count}" class="gnb_sub" style="display:none;">
<!--@if(!$mval['list'])--><li></li><!--@end-->
<!--@foreach($mval['list'+
'] as $key => $val)--><!--@if($val['text'])-->
<li><a href="{$val['href']}" onfocus="this.blur();" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>
</li>
<!--@end--><!--@end-->
</ol>
<!--@end-->
{@$mmid_count++;}
<!--@end-->
<!--@end-->
<!-- 2차 메뉴 끝 -->
<!-- 검색기능 -->
<form action="{getUrl()}" method="post" id="isSearch">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
<label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}</label>
<ul id="selectOrder">
<li>
<input type="radio" name="search_target" value="title" id="search_target1" />
<label for="search_target1" onclick="chkIsKind(1, '+
'{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
</li>
<li>
<input type="radio" name="search_target" value="content" id="search_target2" />
<label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
</li>
<li>
<input type="radio" name="search_target" value="title_content" id="search_target3" />
<label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
</li>
<li>
<input type="radio" name="search_target" value="comment" id="search_target4" />
<label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
</li>
<li>
<input type="radio" name="search_target" value="tag" id="search_target5" />
<label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->tag}</label>
</li>
</ul>
<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 class="news">
<span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.wowbj.com');" style="CURSOR: hand"><IMG alt=guanggao3.gif src="images/default/sheweishouye.gif" editor_component="image_link"></span>
</div>
<!-- 시작페이지로 끝 -->
</div>
<!-- ContentBody DIVISION 시작 -->
<div id="contentBody">
<div id="columnMain">
<!-- ZEROBOARD 시작 -->
{$content}
<!-- ZEROBOARD 끝 -->
</div>
</div>
</div>
<!-- ContentBody DIVISION 끝 -->
<!-- Footer DIVISION 시작 -->
<ul id="footer">
<span><a href="http://www.wowbj.com" onclick="window.open(this.href);return false;">wowbj.com</a> is powered by zeroboard </span>
<!--@foreach($bottom_menu->list as $key => $val)-->
<li class="bottom_menu"><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
<!--@end-->
<li>Designed by <FONT color=#2266cc><STRONG>하운봉,parksungho</STRONG></FONT> / CopyRight © 2006-2008 <FONT color=#2266cc><STRONG>www.wowbj.com</STRONG></FONT> All Rights Reserved.
</li>
</ul>
<!-- Footer DIVISION 끝 -->
</div>