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 ---------- */ /* ---------- Navigation ---------- */
/* Search */ /* 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{ 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 .inputText.focus{ border:3px solid #4ba300; height:17px; width:156px;}
#planetHeader .search .button{ top:1px;} #planetHeader .search .button{ top:1px;}

View file

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

View file

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

View file

@ -29,37 +29,37 @@
<colorset> <colorset>
<color name="blue"> <color name="blue">
<title xml:lang="ko">Blue</title> <title xml:lang="ko">Blue</title>
<title xml:lang="zh-CN">蓝色</title> <title xml:lang="zh-CN">蓝色</title>
<title xml:lang="zh-TW">藍色</title> <title xml:lang="zh-TW">藍色</title>
<title xml:lang="jp"></title> <title xml:lang="jp"></title>
</color> </color>
<color name="cyan"> <color name="cyan">
<title xml:lang="ko">Cyan</title> <title xml:lang="ko">Cyan</title>
<title xml:lang="zh-CN">青绿色</title> <title xml:lang="zh-CN">青绿色</title>
<title xml:lang="zh-TW">青綠色</title> <title xml:lang="zh-TW">青綠色</title>
<title xml:lang="jp">青緑</title> <title xml:lang="jp">青緑</title>
</color> </color>
<color name="green"> <color name="green">
<title xml:lang="ko">Green</title> <title xml:lang="ko">Green</title>
<title xml:lang="zh-CN">绿色</title> <title xml:lang="zh-CN">绿色</title>
<title xml:lang="zh-TW">綠色</title> <title xml:lang="zh-TW">綠色</title>
<title xml:lang="jp"></title> <title xml:lang="jp"></title>
</color> </color>
<color name="orange"> <color name="orange">
<title xml:lang="ko">Orange</title> <title xml:lang="ko">Orange</title>
<title xml:lang="zh-CN">橙色</title> <title xml:lang="zh-CN">橙色</title>
<title xml:lang="zh-TW">橘色</title> <title xml:lang="zh-TW">橘色</title>
<title xml:lang="jp">オレンジ</title> <title xml:lang="jp">オレンジ</title>
</color> </color>
<color name="red"> <color name="red">
<title xml:lang="ko">Red</title> <title xml:lang="ko">Red</title>
<title xml:lang="zh-CN">红色</title> <title xml:lang="zh-CN">红色</title>
<title xml:lang="zh-TW">紅色</title> <title xml:lang="zh-TW">紅色</title>
<title xml:lang="jp"></title> <title xml:lang="jp"></title>
</color> </color>
<color name="gray"> <color name="gray">
<title xml:lang="ko">Gray</title> <title xml:lang="ko">Gray</title>
<title xml:lang="zh-CN">灰色</title> <title xml:lang="zh-CN">灰色</title>
<title xml:lang="zh-TW">灰色</title> <title xml:lang="zh-TW">灰色</title>
<title xml:lang="jp">グレー</title> <title xml:lang="jp">グレー</title>
</color> </color>
@ -68,21 +68,65 @@
<extra_vars> <extra_vars>
<var name="logo_title" type="text"> <var name="logo_title" type="text">
<title xml:lang="ko">플래닛 타이틀</title> <title xml:lang="ko">플래닛 타이틀</title>
<title xml:lang="zh-CN">微博标题</title> <title xml:lang="zh-CN">微博标题</title>
<title xml:lang="zh-TW">微型部落格標題</title> <title xml:lang="zh-TW">微型部落格標題</title>
<title xml:lang="jp">プラネットタイトル</title> <title xml:lang="jp">プラネットタイトル</title>
</var> </var>
<var name="logo_image" type="image"> <var name="logo_image" type="image">
<title xml:lang="ko">플래닛 메인 로고이미지</title> <title xml:lang="ko">플래닛 메인 로고이미지</title>
<title xml:lang="zh-CN">微博LOGO</title> <title xml:lang="zh-CN">微博LOGO</title>
<title xml:lang="zh-TW">微型部落格 Logo</title> <title xml:lang="zh-TW">微型部落格 Logo</title>
<title xml:lang="jp">プラネットメインロゴイメージ</title> <title xml:lang="jp">プラネットメインロゴイメージ</title>
</var> </var>
<var name="notice" type="text"> <var name="notice" type="text">
<title xml:lang="ko">플래닛 한줄공지</title> <title xml:lang="ko">플래닛 한줄공지</title>
<title xml:lang="zh-CN">微博公告(一句)</title> <title xml:lang="zh-CN">微博公告(一句)</title>
<title xml:lang="zh-TW">微型部落格公告</title> <title xml:lang="zh-TW">微型部落格公告</title>
<title xml:lang="jp">プラネットお知らせ(一言)</title> <title xml:lang="jp">プラネットお知らせ(一言)</title>
</var> </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> </extra_vars>
</skin> </skin>