mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
planet Package Module 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83ab586a60
commit
b3179d58d0
217 changed files with 12581 additions and 0 deletions
19
modules/planet/skins/xe_planet/search_tab.include.html
Normal file
19
modules/planet/skins/xe_planet/search_tab.include.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<div class="searchHeader">
|
||||
<p>
|
||||
<!--@if(!$planet->isHome())-->
|
||||
{sprintf($lang->about_planet_whats_textSearch_in_planet,$planet->getNickName(), htmlspecialchars(urldecode($keyword)))}
|
||||
<!--@else-->
|
||||
{sprintf($lang->about_planet_whats_textSearch,urldecode(htmlspecialchars($keyword)))}
|
||||
<!--@end-->
|
||||
</p>
|
||||
<span class="leftCap"></span><span class="rightCap"></span>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<ul class="generalTab">
|
||||
<li <!--@if($act=='dispPlanetContentTagSearch')-->class="active"<!--@end-->><a href="{getUrl('act','dispPlanetContentTagSearch')}">{$lang->tag} <sup>{$search_result->tag}</sup></a></li>
|
||||
<li <!--@if($act=='dispPlanetContentSearch')-->class="active"<!--@end-->><a href="{getUrl('act','dispPlanetContentSearch')}">{$lang->planet_acticle} <sup>{$search_result->content}</sup></a></li>
|
||||
<li <!--@if($act=='dispPlanetTagSearch')-->class="active"<!--@end-->><a href="{getUrl('act','dispPlanetTagSearch')}">{$lang->planet_persontag} <sup>{$search_result->planetTag}</sup></a></li>
|
||||
</ul>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue