planet Package Module 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-17 11:18:30 +00:00
parent 83ab586a60
commit b3179d58d0
217 changed files with 12581 additions and 0 deletions

View 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>