-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bnu
committed
Sep 27, 2018
1 parent
8184760
commit 4d28066
Showing
64 changed files
with
225 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
<load target="css/Blue/layout.css" cond="$layout_info->colorset=='blue' || !$layout_info->colorset" /> | ||
<load target="css/Gray/layout.css" cond="$layout_info->colorset=='gray'" /> | ||
<load target="css/Red/layout.css" cond="$layout_info->colorset=='red'" /> | ||
<load target="css/Orange/layout.css" cond="$layout_info->colorset=='orange'" /> | ||
<load target="css/nGreenA/layout.css" cond="$layout_info->colorset=='ngreena'" /> | ||
<load target="css/nGreenB/layout.css" cond="$layout_info->colorset=='ngreenb'" /> | ||
<load target="js/layout.js" /> | ||
<div class="skip"><a href="#ct">Skip to Content</a></div> | ||
<header class="lo_head"> | ||
<a href="{$layout_info->index_url}" class="btn_home">Home</a> | ||
|
||
<!--@if($layout_info->menu->main_menu->menu_srl)--> | ||
<!--@if($act=='dispMenuMenu')--> | ||
<a class="btn_menu" href="#" onclick="history.back(); return false;" title="{$lang->cmd_back}"><span class="b">Back</span></a> | ||
<!--@else--> | ||
<a class="btn_menu" href="{getUrl('act','dispMenuMenu','menu_srl',$layout_info->menu->main_menu->menu_srl)}" title="{$lang->menu}"><span class="m">Menu</span></a> | ||
<!--@end--> | ||
<!--@end--> | ||
<!--@if($layout_info->logo_image)--> | ||
<h1 class="title"><a href="{$layout_info->index_url}" class="img"><img src="{$layout_info->logo_image}" alt="{$layout_info->index_title}"|cond="$layout_info->index_title" alt="{Context::getSiteTitle()}"|cond="!$layout_info->index_title && Context::getSiteTitle()" /></a></h1> | ||
<!--@elseif($layout_info->index_title)--> | ||
<h1 class="title"><span class="txt">{$layout_info->index_title}</span></h1> | ||
<!--@end--> | ||
</header> | ||
<hr class="head_hr" /> | ||
<section id="ct" class="ct"> | ||
{$content} | ||
</section> | ||
<footer class="lo_foot"> | ||
<ul class="link"> | ||
<!--@if($is_logged)--> | ||
<li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li> | ||
<li><a href="{getUrl('act', 'dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li> | ||
<!--@elseif($act!='dispMemberLoginForm')--> | ||
<li><a href="{getUrl('act','dispMemberLoginForm')}" >{$lang->cmd_login}...</a></li> | ||
<!--@end--> | ||
<li><a href="{getUrl('m',0)}">PC</a></li> | ||
<li class="lang off" cond="count($lang_supported)>1"> | ||
<a href="#" onclick="return false;" title="{$lang_type}">{$lang_supported[$lang_type]} <i class="icon_arr_draw"></i></a> | ||
<ul class="lang_lst"> | ||
<!--@foreach($lang_supported as $key=>$val)--> | ||
|
||
<li cond="$key != $lang_type"><a href="{getUrl('act',$oldact,'l',$key)}">{$val}</a></li> | ||
|
||
<!--@end--> | ||
</ul> | ||
</li> | ||
</ul> | ||
<p class="cr">{$layout_info->footer_title}</p> | ||
</footer> | ||
<load target="css/Blue/layout.css" cond="$layout_info->colorset=='blue' || !$layout_info->colorset" /> | ||
<load target="css/Gray/layout.css" cond="$layout_info->colorset=='gray'" /> | ||
<load target="css/Red/layout.css" cond="$layout_info->colorset=='red'" /> | ||
<load target="css/Orange/layout.css" cond="$layout_info->colorset=='orange'" /> | ||
<load target="css/nGreenA/layout.css" cond="$layout_info->colorset=='ngreena'" /> | ||
<load target="css/nGreenB/layout.css" cond="$layout_info->colorset=='ngreenb'" /> | ||
<load target="js/layout.js" /> | ||
<div class="skip"><a href="#ct">Skip to Content</a></div> | ||
<header class="lo_head"> | ||
<a href="{$layout_info->index_url}" class="btn_home">Home</a> | ||
|
||
<!--@if($layout_info->menu->main_menu->menu_srl)--> | ||
<!--@if($act=='dispMenuMenu')--> | ||
<a class="btn_menu" href="#" onclick="history.back(); return false;" title="{$lang->cmd_back}"><span class="b">Back</span></a> | ||
<!--@else--> | ||
<a class="btn_menu" href="{getUrl('act','dispMenuMenu','menu_srl',$layout_info->menu->main_menu->menu_srl)}" title="{$lang->menu}"><span class="m">Menu</span></a> | ||
<!--@end--> | ||
<!--@end--> | ||
<!--@if($layout_info->logo_image)--> | ||
<h1 class="title"><a href="{$layout_info->index_url}" class="img"><img src="{$layout_info->logo_image}" alt="{$layout_info->index_title}"|cond="$layout_info->index_title" alt="{Context::getSiteTitle()}"|cond="!$layout_info->index_title && Context::getSiteTitle()" /></a></h1> | ||
<!--@elseif($layout_info->index_title)--> | ||
<h1 class="title"><span class="txt">{$layout_info->index_title}</span></h1> | ||
<!--@end--> | ||
</header> | ||
<hr class="head_hr" /> | ||
<section id="ct" class="ct"> | ||
{$content|noescape} | ||
</section> | ||
<footer class="lo_foot"> | ||
<ul class="link"> | ||
<!--@if($is_logged)--> | ||
<li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li> | ||
<li><a href="{getUrl('act', 'dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li> | ||
<!--@elseif($act!='dispMemberLoginForm')--> | ||
<li><a href="{getUrl('act','dispMemberLoginForm')}" >{$lang->cmd_login}...</a></li> | ||
<!--@end--> | ||
<li><a href="{getUrl('m',0)}">PC</a></li> | ||
<li class="lang off" cond="count($lang_supported)>1"> | ||
<a href="#" onclick="return false;" title="{$lang_type}">{$lang_supported[$lang_type]} <i class="icon_arr_draw"></i></a> | ||
<ul class="lang_lst"> | ||
<!--@foreach($lang_supported as $key=>$val)--> | ||
|
||
<li cond="$key != $lang_type"><a href="{getUrl('act',$oldact,'l',$key)}">{$val}</a></li> | ||
|
||
<!--@end--> | ||
</ul> | ||
</li> | ||
</ul> | ||
<p class="cr">{$layout_info->footer_title}</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<include target="./_header.html" /> | ||
<div class="content" id="content"> | ||
{$content} | ||
{$content|noescape} | ||
</div> | ||
<include target="./_footer.html" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
<ul id="cl" class="rp tgo open"> | ||
{@ $_comment_list = $oDocument->getComments() } | ||
{@ $start = true } | ||
{@ $depth = 0 } | ||
<!--@foreach($_comment_list as $key => $comment)--> | ||
<!--@if(!$start && $comment->get('depth') == $depth)--> | ||
</li> | ||
<!--@end--> | ||
<!--@if($comment->get('depth') > $depth)--> | ||
<ul> | ||
<!--@else--> | ||
<!--@while($comment->get('depth') < $depth)--> | ||
</li> | ||
</ul> | ||
{@ $depth -= 1 } | ||
<!--@end--> | ||
<!--@endif--> | ||
<li> | ||
{$comment->getContent(false)} | ||
<span class="auth"> | ||
<em>{$comment->getNickName()}</em> | ||
<span class="time">{$comment->getRegdate("Y.m.d")}</span> | ||
<!--@if($comment->isGranted() || !$comment->get('member_srl'))--> | ||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$comment->comment_srl)}" class="btn de">{$lang->cmd_delete}</a> | ||
<!--@endif--> | ||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$comment->comment_srl)}" class="btn re">{$lang->cmd_reply}</a> | ||
{@ $start = false } | ||
{@ $depth = $comment->get('depth') } | ||
</span> | ||
<!--@endforeach--> | ||
<!--@while($depth > 0)--> | ||
</li> | ||
</ul> | ||
{@ $depth -= 1} | ||
<!--@end--> | ||
</li> | ||
</ul> | ||
<!--@if($oDocument->comment_page_navigation)--> | ||
<div id="clpn" class="pn"> | ||
<!--@if($oDocument->comment_page_navigation->cur_page != 1)--> | ||
<a href="#" onclick="loadPage({$oDocument->document_srl}, {$oDocument->comment_page_navigation->cur_page-1}); return false;">‹ {$lang->cmd_prev}</a> | ||
<!--@endif--> | ||
<strong id="curpage">{$oDocument->comment_page_navigation->cur_page} / {$oDocument->comment_page_navigation->last_page}</strong> | ||
<!--@if($oDocument->comment_page_navigation->cur_page != $oDocument->comment_page_navigation->last_page)--> | ||
<a href="#" onclick="loadPage({$oDocument->document_srl}, {$oDocument->comment_page_navigation->cur_page+1}); return false;">{$lang->cmd_next} ›</a> | ||
<!--@endif--> | ||
</div> | ||
<!--@endif--> | ||
<ul id="cl" class="rp tgo open"> | ||
{@ $_comment_list = $oDocument->getComments() } | ||
{@ $start = true } | ||
{@ $depth = 0 } | ||
<!--@foreach($_comment_list as $key => $comment)--> | ||
<!--@if(!$start && $comment->get('depth') == $depth)--> | ||
</li> | ||
<!--@end--> | ||
<!--@if($comment->get('depth') > $depth)--> | ||
<ul> | ||
<!--@else--> | ||
<!--@while($comment->get('depth') < $depth)--> | ||
</li> | ||
</ul> | ||
{@ $depth -= 1 } | ||
<!--@end--> | ||
<!--@endif--> | ||
<li> | ||
{$comment->getContent(false)|noescape} | ||
<span class="auth"> | ||
<em>{$comment->getNickName()}</em> | ||
<span class="time">{$comment->getRegdate("Y.m.d")}</span> | ||
<!--@if($comment->isGranted() || !$comment->get('member_srl'))--> | ||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$comment->comment_srl)}" class="btn de">{$lang->cmd_delete}</a> | ||
<!--@endif--> | ||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$comment->comment_srl)}" class="btn re">{$lang->cmd_reply}</a> | ||
{@ $start = false } | ||
{@ $depth = $comment->get('depth') } | ||
</span> | ||
<!--@endforeach--> | ||
<!--@while($depth > 0)--> | ||
</li> | ||
</ul> | ||
{@ $depth -= 1} | ||
<!--@end--> | ||
</li> | ||
</ul> | ||
<!--@if($oDocument->comment_page_navigation)--> | ||
<div id="clpn" class="pn"> | ||
<!--@if($oDocument->comment_page_navigation->cur_page != 1)--> | ||
<a href="#" onclick="loadPage({$oDocument->document_srl}, {$oDocument->comment_page_navigation->cur_page-1}); return false;">‹ {$lang->cmd_prev}</a> | ||
<!--@endif--> | ||
<strong id="curpage">{$oDocument->comment_page_navigation->cur_page} / {$oDocument->comment_page_navigation->last_page}</strong> | ||
<!--@if($oDocument->comment_page_navigation->cur_page != $oDocument->comment_page_navigation->last_page)--> | ||
<a href="#" onclick="loadPage({$oDocument->document_srl}, {$oDocument->comment_page_navigation->cur_page+1}); return false;">{$lang->cmd_next} ›</a> | ||
<!--@endif--> | ||
</div> | ||
<!--@endif--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.