mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
#17633583 * planet에서 document_srl이 있으면 날짜 이동 등이 불가한 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5350 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
67198cc350
commit
55fc9374d5
2 changed files with 9 additions and 9 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<!--@if($date && !($act=='dispPlanetLogin' || $act=='dispPlanetContentTagSearch' || $act=='dispPlanetTagSearch' || $act=='dispPlanetContentSearch'))-->
|
||||
<div class="timeNav">
|
||||
<!--@if($prev_date)-->
|
||||
<a class="prev" href="{getUrl('date',$prev_date)}" title="{$lang->cmd_prev}"><</a>
|
||||
<a class="prev" href="{getUrl('date',$prev_date, 'document_srl','')}" title="{$lang->cmd_prev}"><</a>
|
||||
<!--@else-->
|
||||
<span class="prev"><</span>
|
||||
<!--@end-->
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
<strong>{zdate($date,'d')}</strong>{$lang->unit_day}
|
||||
(<em>{zdate($date,'l')}</em>)
|
||||
<!--@if($next_date)-->
|
||||
<a class="next" href="{getUrl('date',$next_date)}" title="{$lang->cmd_next}">></a>
|
||||
<a class="next" href="{getUrl('date',$next_date, 'document_srl','')}" title="{$lang->cmd_next}">></a>
|
||||
<!--@else-->
|
||||
<span class="next">></span>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
<!--#include("planet_info.include.html")-->
|
||||
<div id="planet_tab" class="tab">
|
||||
<ul class="myTab" id="planet_myTab">
|
||||
<li <!--@if(!$type)-->class="active"<!--@end-->><a href="{getUrl('type','')}">{$lang->planet_total_articles}<sup>{number_format($total_content)}</sup></a></li>
|
||||
<li <!--@if($type=='catch')-->class="active"<!--@end-->><a href="{getUrl('type','catch')}">{$lang->planet_catch}<sup>{number_format($total_catch)}</sup></a></li>
|
||||
<li <!--@if($type=='interest')-->class="active"<!--@end-->><a href="{getUrl('type','interest')}">{$lang->planet_interest_content}<sup> </sup></a></li>
|
||||
<!--<li <!--@if($type=='fish')-->class="active"<!--@end-->><a href="{getUrl('type','fish')}">{$lang->planet_fish}<sup> </sup></a></li>
|
||||
<li <!--@if($type=='bigfish')-->class="active"<!--@end-->><a href="{getUrl('type','bigfish')}">{$lang->planet_bigfish}<sup> </sup></a></li>-->
|
||||
<li <!--@if(!$type)-->class="active"<!--@end-->><a href="{getUrl('document_srl','', 'type','')}">{$lang->planet_total_articles}<sup>{number_format($total_content)}</sup></a></li>
|
||||
<li <!--@if($type=='catch')-->class="active"<!--@end-->><a href="{getUrl('document_srl','', 'type','catch')}">{$lang->planet_catch}<sup>{number_format($total_catch)}</sup></a></li>
|
||||
<li <!--@if($type=='interest')-->class="active"<!--@end-->><a href="{getUrl('document_srl','', 'type','interest')}">{$lang->planet_interest_content}<sup> </sup></a></li>
|
||||
<!--<li <!--@if($type=='fish')-->class="active"<!--@end-->><a href="{getUrl('document_srl','', 'type','fish')}">{$lang->planet_fish}<sup> </sup></a></li>
|
||||
<li <!--@if($type=='bigfish')-->class="active"<!--@end-->><a href="{getUrl('document_srl','', 'type','bigfish')}">{$lang->planet_bigfish}<sup> </sup></a></li>-->
|
||||
</ul>
|
||||
|
||||
<!-- 실시간 인기 태그-->
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
<div class="layer">
|
||||
<ul>
|
||||
<!--@foreach($planet->getPopularTags(false,10) as $val)-->
|
||||
<li><a href="{getUrl('act','dispPlanetContentTagSearch','keyword',urlencode($val->tag))}">{htmlspecialchars($val->tag)}</a></li>
|
||||
<li><a href="{getUrl('document_srl','', 'act','dispPlanetContentTagSearch', 'keyword',urlencode($val->tag))}">{htmlspecialchars($val->tag)}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<a href="{getUrl('moretags',1)}" class="more">>{$lang->cmd_planet_more_tag}</a>
|
||||
<a href="{getUrl('document_srl','', 'moretags',1)}" class="more">>{$lang->cmd_planet_more_tag}</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //실시간 인기 태그 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue