mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
119 lines
5 KiB
HTML
119 lines
5 KiB
HTML
<!-- 레이아웃과 연동될 css 파일 import -->
|
|
<!--%import("css/layout.css")-->
|
|
<!--%import("css/blog_tree_menu.css")-->
|
|
<!--%import("js/blog_tree_menu.js")-->
|
|
|
|
<!--@if($layout_info->background_image)-->
|
|
<style type="text/css">
|
|
body { background-repeat:repeat-x; background-image:url({getUrl()}{$layout_info->background_image}); }
|
|
</style>
|
|
<!--@end-->
|
|
|
|
<script type="text/javascript">
|
|
// 블로그 카테고리의 글 갯수를 javascript변수로 설정
|
|
<!--@foreach($category_list as $key => $val)-->setDocumentCount({$key}, {(int)$val->document_count});<!--@end-->
|
|
|
|
// 블로그 카테고리를 js/blog_tree_menu.js를 이용해서 표시
|
|
blogLoadTreeMenu("{$layout_info->category_xml_file}", "{$layout_info->category_name?$layout_info->category_name:'category'}", "{getUrl('','mid',$mid)}");
|
|
</script>
|
|
|
|
|
|
<div id="bodyWrap">
|
|
|
|
<!-- 상단 타이틀 및 메뉴 -->
|
|
<div id="header">
|
|
|
|
<!-- 회원 관련 기능 -->
|
|
<ul id="accountNavigation">
|
|
<!-- 로그인 되었을 때 -->
|
|
<!--@if(!$is_logged)-->
|
|
<li><a href="{getUrl('act','dispMemberSignUpForm')}">{$lang->cmd_signup}</a></li>
|
|
<li class="loginAndLogout"><a href="#" onclick="location.href='{getUrl('act','dispMemberLoginForm')}';return false;">{$lang->cmd_login}</a> </li>
|
|
|
|
<!-- 비로그인 상태 -->
|
|
<!--@else-->
|
|
<li><a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
|
|
<li class="loginAndLogout"><a href="#" onclick="location.href='{getUrl('act','dispMemberLogout')}';return false;">{$lang->cmd_logout}</a></li>
|
|
<!--@end-->
|
|
|
|
|
|
<!-- RSS -->
|
|
<li class="rss"><a href="{getUrl('','mid',$layout_info->mid,'act','rss')}"><img src="./images/{$layout_info->colorset}/iconRss.gif" alt="RSS" width="12" height="12" /></a></li>
|
|
</ul>
|
|
|
|
|
|
<h1>
|
|
<!--@if($layout_info->logo_image)-->
|
|
<a href="{getUrl('','mid',$layout_info->mid)}"><img src="{$layout_info->logo_image}" border="0" alt="{$layout_info->browser_title}"/></a>
|
|
<!--@end-->
|
|
<!--@if($layout_info->top_title)-->
|
|
<a href="{getUrl('','mid',$layout_info->mid)}">{$layout_info->top_title}</a>
|
|
<!--@end-->
|
|
</h1>
|
|
|
|
<!--@if($layout_info->sub_title)-->
|
|
<p id="tagLine">{$layout_info->sub_title}</p>
|
|
<!--@end-->
|
|
|
|
<!-- top_menu 시작 -->
|
|
<ul id="globalNavigation">
|
|
<!--@foreach($top_menu->list as $key => $val)--><!--@if($val['text'])-->
|
|
<li <!--@if($val['selected'])--> class="on" <!--@end--> ><a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a></li>
|
|
<!--@end--><!--@end-->
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- 프로필 영역 및 카테고리등의 요소 -->
|
|
<div id="contentBody">
|
|
<div id="columnLeft">
|
|
|
|
<!-- 프로필 -->
|
|
<div id="profile" class="boxTypeA">
|
|
<!--@if($layout_info->profile_image)-->
|
|
<img src="{$layout_info->profile_image}" border="0" alt="my profile image" width="160" class="profile"/>
|
|
<!--@end-->
|
|
|
|
<!-- 프로필 글 -->
|
|
<!--@if($layout_info->profile)-->
|
|
<dl id="hello">
|
|
<dd>{$layout_info->profile}</dd>
|
|
</dl>
|
|
<!--@end-->
|
|
<!--@if($grant->is_admin)-->
|
|
<ul id="admin">
|
|
<li class="write"><a href="{getUrl('mid', $layout_info->mid, 'act','dispBlogWrite','document_srl','')}">{$lang->cmd_write}</a></li>
|
|
<li class="setup"><a href="#" onclick="location.href='{getUrl('mid', $layout_info->mid, 'act','dispBlogAdminBlogInfo','layout_srl',$layout_info->layout_srl)}';return false;">{$lang->cmd_management}</a></li>
|
|
</ul>
|
|
<!--@end-->
|
|
</div>
|
|
|
|
<!-- 카테고리 출력 -->
|
|
<div id="blog_category"></div>
|
|
|
|
<!-- 검색폼 -->
|
|
<div id="searchBox">
|
|
<form action="{getUrl()}" method="post">
|
|
<input type="hidden" name="mid" value="{$layout_info->mid}" />
|
|
<fieldset>
|
|
<legend>검색</legend>
|
|
<input name="search_keyword" type="text" class="inputTypeText fl" value="<!--@if(!$search_target)-->{htmlspecialchars($search_keyword)}<!--@end-->" style="width:125px" />
|
|
<span class="fr"><span class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" /><input type="submit" value="{$lang->cmd_search}"/><img src="./images/blank.gif" alt="" class="rightCap" /></span></span>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
|
|
<!-- 왼쪽 위젯 위치 -->
|
|
|
|
<!-- powered by zbxe -->
|
|
<div id="poweredbyzbxe">
|
|
<a href="#" onclick="window.open('http://www.zeroboard.com');return false;"><img src="./images/poweredbyzbxe.png" border="0" alt="powered by zeroboard XE" /></a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 컨텐츠 출력 부분 -->
|
|
<div id="content">{$content}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|