mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
planet UI 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4977 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
07daf8e4f9
commit
b9844a45db
7 changed files with 78 additions and 62 deletions
|
|
@ -168,5 +168,5 @@
|
|||
$lang->about_use_mobile = "Enable to write posting via mobile SMS";
|
||||
$lang->planet_use_me2day = "Use Me2day";
|
||||
$lang->about_use_me2day = "When writing a message, users can send it to me2day(http://me2day.net).";
|
||||
|
||||
$lang->msg_search_thisplanet = "이 플래닛에서 검색";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -170,5 +170,5 @@
|
|||
$lang->about_use_mobile = "핸드폰 SMS로 글을 작성할 수 있게 합니다.";
|
||||
$lang->planet_use_me2day = "미투데이 연동";
|
||||
$lang->about_use_me2day = "글 작성시 me2day에 보내게 됩니다.";
|
||||
|
||||
$lang->msg_search_thisplanet = "이 플래닛에서 검색";
|
||||
?>
|
||||
|
|
@ -172,4 +172,8 @@
|
|||
$lang->planet_use_me2day = "미투데이 연동";
|
||||
$lang->about_use_me2day = "글 작성시 me2day에 보내게 됩니다.";
|
||||
|
||||
|
||||
$lang->msg_search_thisplanet = "이 플래닛에서 검색";
|
||||
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -171,5 +171,5 @@
|
|||
$lang->about_use_mobile = "可以用手机SMS发送。";
|
||||
$lang->planet_use_me2day = "绑定me2day";
|
||||
$lang->about_use_me2day = "发布主题的同时发送到me2day。";
|
||||
|
||||
$lang->msg_search_thisplanet = "이 플래닛에서 검색";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -168,5 +168,5 @@
|
|||
$lang->about_use_mobile = "可用手機發送 SMS";
|
||||
$lang->planet_use_me2day = "Me2day";
|
||||
$lang->about_use_me2day = "發表主題的同時也傳送到 me2day(http://me2day.net)。";
|
||||
|
||||
$lang->msg_search_thisplanet = "이 플래닛에서 검색";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -53,23 +53,35 @@
|
|||
</ul>
|
||||
</div>
|
||||
<!-- //GNB -->
|
||||
|
||||
<!-- 검색 -->
|
||||
<form action="{Context::getRequestUri()}" method="get" class="search">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="dispPlanetContentTagSearch" />
|
||||
<fieldset>
|
||||
<legend>{$lang->cmd_search}</legend>
|
||||
<input name="keyword" type="text" class="inputText" value="{htmlspecialchars(urldecode($keyword))}" onfocus="this.className='inputText focus'" onblur="this.className='inputText'" accesskey="S" title="{$lang->about_planet_input_search_text}(S)" />
|
||||
|
||||
<!--@if(!$planet->isHome() && !$keyword)-->
|
||||
<input name="keyword" type="text" class="inputText" value="{$lang->msg_search_thisplanet}" onfocus="this.className='inputText focus'; if(this.value=='{$lang->msg_search_thisplanet}'){ this.value='';this.style.color='#000000'; }" onblur="this.className='inputText'" accesskey="S" title="{$lang->about_planet_input_search_text}(S)" style="color:#999999"/>
|
||||
<!--@else-->
|
||||
<input name="keyword" type="text" class="inputText" value="{htmlspecialchars(urldecode($keyword))}" onfocus="this.className='inputText focus';" onblur="this.className='inputText'" accesskey="S" title="{$lang->about_planet_input_search_text}(S)" />
|
||||
<!--@end-->
|
||||
|
||||
<span class="button large strong"> <button type="submit">{$lang->cmd_search}</button> </span>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<!--// 검색 -->
|
||||
|
||||
|
||||
<div class="languageSelect">
|
||||
<img widget="language_select" skin="default" colorset="normal" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--@if(!($act=='dispPlanetLogin' || $act=='dispPlanetContentTagSearch' || $act=='dispPlanetTagSearch' || $act=='dispPlanetContentSearch'))-->
|
||||
<div class="timeNav">
|
||||
<a class="prev" href="{getUrl('date',$prev_date)}" title="{$lang->cmd_prev}"><</a>
|
||||
<strong>{zdate($date,'Y')}</strong>{$lang->unit_year}
|
||||
|
|
@ -78,7 +90,7 @@
|
|||
(<em>{zdate($date,'l')}</em>)
|
||||
<a class="next" href="{getUrl('date',$next_date)}" title="{$lang->cmd_next}">></a>
|
||||
</div>
|
||||
|
||||
<!--@end-->
|
||||
</div>
|
||||
<hr />
|
||||
<div id="body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue