mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2136 201d5d3c-b55e-5fd7-737f-ddc643e51545
93 lines
4 KiB
HTML
93 lines
4 KiB
HTML
<!-- 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-->
|
|
|
|
<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" width="152" height="23" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
|
|
|
|
<div id="language">
|
|
<strong title="Korean">{$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 $val)--><!--@if($val != $lang_type)-->
|
|
<li><a href="#" onclick="doChangeLangType('{$val}');return false;">{$val}</a></li>
|
|
<!--@end--><!--@end-->
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="it_search_form">
|
|
<form action="{getUrl()}" method="get"><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" class="input" name="is_keyword" value="{$is_keyword}"/><input type="submit" class="submit_button" value="{$lang->cmd_search}" /></form>
|
|
</div>
|
|
|
|
<!--GNB-->
|
|
<ul id="gnb">
|
|
<!-- main_menu 1차 시작 -->
|
|
<!--@foreach($main_menu->list as $key => $val)--><!--@if($val['text'])-->
|
|
<!--@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['text']}</a></li>
|
|
|
|
<!--@end--><!--@end-->
|
|
<!-- main_menu 1차 끝 -->
|
|
</ul>
|
|
<!--//GNB-->
|
|
</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['text'])-->
|
|
<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['text']}</a>
|
|
|
|
<!-- main_menu 3차 시작 -->
|
|
<!--@if($val['list'])-->
|
|
<ul>
|
|
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['text'])-->
|
|
<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['text']}</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['text']}</a></li>
|
|
<!--@end-->
|
|
</ul>
|
|
</div>
|