mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
288fda2b9b
commit
b4919767c0
5 changed files with 16 additions and 7 deletions
|
|
@ -15,7 +15,11 @@
|
|||
<div class="archive_box">
|
||||
<!--@foreach($plugin_info->archive_list as $val)-->
|
||||
<div class="archive">
|
||||
<!--@if($layout_info->mid)-->
|
||||
<a href="{getUrl('','mid',$layout_info->mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')} ({$val->count})</a>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('','mid',$mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')} ({$val->count})</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,11 @@
|
|||
|
||||
<!--@if($plugin_info->calendar[$cur_date])-->
|
||||
{@ $item_class_name = "selected_item"}
|
||||
{@ $day_link = getUrl('','mid',$mid,'search_target','regdate','search_keyword',$cur_date) }
|
||||
<!--@if($layout_info->mid)-->
|
||||
{@ $day_link = getUrl('','mid',$layout_info->mid,'search_target','regdate','search_keyword',$cur_date) }
|
||||
<!--@else-->
|
||||
{@ $day_link = getUrl('','mid',$mid,'search_target','regdate','search_keyword',$cur_date) }
|
||||
<!--@end-->
|
||||
<!--@else-->
|
||||
{@ $item_class_name = "unselected_item"}
|
||||
{@ $day_link = ''}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,11 @@
|
|||
<div class="tag_box">
|
||||
<!--@foreach($plugin_info->tag_list as $val)-->
|
||||
<div class="tag">
|
||||
<!--@if(!$layout_info->mid)-->
|
||||
<a href="{getUrl('','mid',$mid,'search_target','tag','search_keyword',urlencode($val->tag))}">{cut_str($val->tag,15,'...')}</a>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('','mid',$layout_info->mid,'search_target','tag','search_keyword',urlencode($val->tag))}">{cut_str($val->tag,15,'...')}</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue