mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
게시글 분류(카테고리) 출력 위젯의 default 스킨에서 분류가 선택되어 있지 않으면 루트 분류가 bold처리되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6012 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9c88f8a395
commit
d0f4ec811c
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<!--@end-->
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<div class="widgetTree">
|
||||
<a href="{getSiteUrl($widget_info->domain,'','mid',$widget_info->module_info->mid?$widget_info->module_info->mid:$layout_info->target_mid)}" class="title"><!--@if($widget_info->total_title)-->{$widget_info->total_title}<!--@else-->{$widget_info->module_info->browser_title}<!--@end--></a> <span>({$widget_info->total_document_count})</span>
|
||||
<a href="{getSiteUrl($widget_info->domain,'','mid',$widget_info->module_info->mid?$widget_info->module_info->mid:$layout_info->target_mid)}" class="title <!--@if(!$category)-->strong<!--@end-->"><!--@if($widget_info->total_title)-->{$widget_info->total_title}<!--@else-->{$widget_info->module_info->browser_title}<!--@end--></a> <span>({$widget_info->total_document_count})</span>
|
||||
<ul>
|
||||
<!--@foreach($widget_info->category_list as $key => $val)-->
|
||||
<!--@if($_pDepth > $val->depth)-->
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
/* Widget Tree */
|
||||
.widgetTree { margin-top:10px;}
|
||||
.widgetTree a.title { background:url(../img/white/folder.gif) no-repeat left top; padding-left:20px;}
|
||||
.widgetTree a.strong { font-weight:bold; }
|
||||
.widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#999;}
|
||||
.widgetTree ul span { margin-left:15px; }
|
||||
.widgetTree *{ margin:0; padding:0; font-size:12px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue