XE Planet 기본 스킨의 네비게이션, 검색 폼 출력 설정 추가. 레이아웃 사용중일때 푸터의 XE 링크 나타나지 않도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5274 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-07 10:02:25 +00:00
parent 2c81f19d99
commit eba2bf30cf
4 changed files with 60 additions and 13 deletions

View file

@ -64,7 +64,7 @@ h1 a{ font-weight:bold; font-size:26px; color:#000; letter-spacing:-3px; text-de
/* ---------- Navigation ---------- */
/* Search */
#planetHeader .search{ position:relative; top:2px; float:right; margin:0; padding:0; white-space:nowrap; text-align:right; *zoom:1;}
#planetHeader .search{ position:relative; top:2px; float:right; margin:0; padding:0; white-space:nowrap; text-align:right; *zoom:1; margin-right:2px;}
#planetHeader .search .inputText{ padding:4px 5px 2px 5px; height:21px; width:160px; border:1px solid #e7e7e7; vertical-align:top; font:bold 14px AppleGothic, Dotum, Gulim, Sans-serif;}
#planetHeader .search .inputText.focus{ border:3px solid #4ba300; height:17px; width:156px;}
#planetHeader .search .button{ top:1px;}

View file

@ -1,8 +1,10 @@
</div>
</div>
<!--@if(!$config->layout_srl)-->
<hr />
<div id="planetFooter">
<address>powered by <a href="http://www.zeroboard.com/" target="_blank">XE</a></address>
</div>
<!--@end-->
</div>
</div>

View file

@ -33,6 +33,7 @@
<div id="navigation">
<!-- GNB -->
<!--@if($config->display_menu!='N')-->
<div class="gnb">
<ul>
<li class="first <!--@if($mid==$config->mid)-->active<!--@end-->"><a href="{getUrl('','mid',$config->mid)}">{$lang->planet_home}</a></li>
@ -50,9 +51,11 @@
<!--@end-->
</ul>
</div>
<!--@end-->
<!-- //GNB -->
<!-- 검색 -->
<!--@if($config->display_search!='N')-->
<form action="{Context::getRequestUri()}" method="get" class="search">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="dispPlanetContentTagSearch" />
@ -68,9 +71,7 @@
<span class="button large strong"> <button type="submit">{$lang->cmd_search}</button> </span>
</fieldset>
</form>
<!--@end-->
<!--// 검색 -->

View file

@ -84,5 +84,49 @@
<title xml:lang="zh-TW">微型部落格公告</title>
<title xml:lang="jp">プラネットお知らせ(一言)</title>
</var>
<var name="display_search" type="select">
<title xml:lang="ko">플래닛 검색 출력</title>
<title xml:lang="zh-CN">플래닛 검색 출력</title>
<title xml:lang="zh-TW">플래닛 검색 출력</title>
<title xml:lang="jp">플래닛 검색 출력</title>
<options value="Y">
<title xml:lang="ko">출력</title>
<title xml:lang="en">display</title>
<title xml:lang="jp">表示</title>
<title xml:lang="zh-CN">显示</title>
<title xml:lang="es">display</title>
<title xml:lang="zh-TW">顯示</title>
</options>
<options value="N">
<title xml:lang="ko">출력하지 않음</title>
<title xml:lang="en">not display</title>
<title xml:lang="jp">非表示</title>
<title xml:lang="zh-CN">不显示</title>
<title xml:lang="es">not display</title>
<title xml:lang="zh-TW">隱藏</title>
</options>
</var>
<var name="display_menu" type="select">
<title xml:lang="ko">플래닛 메뉴 출력</title>
<title xml:lang="zh-CN">플래닛 메뉴 출력</title>
<title xml:lang="zh-TW">플래닛 메뉴 출력</title>
<title xml:lang="jp">플래닛 메뉴 출력</title>
<options value="Y">
<title xml:lang="ko">출력</title>
<title xml:lang="en">display</title>
<title xml:lang="jp">表示</title>
<title xml:lang="zh-CN">显示</title>
<title xml:lang="es">display</title>
<title xml:lang="zh-TW">顯示</title>
</options>
<options value="N">
<title xml:lang="ko">출력하지 않음</title>
<title xml:lang="en">not display</title>
<title xml:lang="jp">非表示</title>
<title xml:lang="zh-CN">不显示</title>
<title xml:lang="es">not display</title>
<title xml:lang="zh-TW">隱藏</title>
</options>
</var>
</extra_vars>
</skin>