<div class="cnb_n_list" style="display:none;"> <style> .cnb_n_list .cTab li ul{display:none;} .cnb_n_list .cTab li.on ul{display:block;} </style> {@ $cate_list = array(); $current_key = null; } <!--@foreach($category_list as $key=>$val)--> <!--@if(!$val->depth)--> {@ $cate_list[$key] = $val; $cate_list[$key]->children = array(); $current_key = $key; } <!--@elseif($current_key)--> {@ $cate_list[$current_key]->children[] = $val } <!--@end--> <!--@end--> <ul class="cTab clear"> <li class="home<!--@if(!$category)--> on<!--@end-->"><a href="{getUrl('category','','page','','document_srl','')}" title="{$lang->document_count} {number_format($total_count)}">{$lang->total}<small cond="$mi->cnb_count">({number_format($total_count)})</small></a></li> <li loop="$cate_list=>$key,$val" class="on"|cond="$category==$val->category_srl"> <a href="{getUrl(category,$val->category_srl,'document_srl','','page','')}" style="color:{$val->color}"|cond="$val->color!='transparent'">{$val->title}<small cond="$mi->cnb_count">({$val->document_count})</small></a> <ul cond="count($val->children)"> <li loop="$val->children=>$idx,$item" class="on"|cond="$category==$item->category_srl"><a href="{getUrl(category,$item->category_srl,'document_srl','','page','')}" style="color:{$item->color}"|cond="$item->color!='transparent'">{$item->title}</a></li> </ul> </li> </ul> </div> <div class="category-box" cond="$category_list && !$search_keyword" style="display:none;"> <div class="cat-root"> <!-- <a href="{getUrl('','mid',$mid,'category','','page','','document_srl','')}" class="on"|cond="!$category">전체 {$total_count} </a>--> <!--@foreach($category_list as $val)--> <a href="{getUrl('category',$val->category_srl,'page','','document_srl','')}" class="on"|cond="$val->selected" cond="$val->depth==0">{$val->title} {$count}{$val->category_srl} / 깊이{$val->depth}/ 부모:{$val->parent_srl}</a> <!--@endforeach--> </div> <div class="cat-sub" style="display:flex;"> <!-- $val->parent_srl==$category cond="$val->category_srl == $val->parent_srl" --> <!--@foreach($category_list as $val)--> <div style="padding: 1rem;display:flex;"><div style="flex:1;"><pre>{implode(',',$val->childs)}</pre></div></div> <a href="{getUrl('category',$val->category_srl,'page','','document_srl','')}" class="on"|cond="$val->selected" cond="$val->depth!==0">#{$val->title} {$count}{$val->category_srl} / 깊이{$val->depth} / 부모:{$val->parent_srl}</a> <!--@endforeach--> </div> </div> <div class="cate"> {@ $_cdepth = 0;} <block loop="$category_list => $key, $val"> <block cond="$_cdepth > $val->depth">{@ $_cdepth = $val->depth}</block> <block cond="$val->expand"><a href="{getUrl('category',$val->category_srl, 'document_srl', '')}">{$val->text}</a> > </block> <block cond="$val->category_srl==$oDocument->get('category_srl')"><a href="{getUrl('category',$val->category_srl, 'document_srl', '')}">{$val->text}</a></block> <block cond="$val->child_count">{@$_cdepth++}</block> </block> </div>
관련글
https://opentutorials.org/module/3774/24591
제목 | 날짜 | |
---|---|---|
본 게시판의 용도 | 2024/06/11 | |
82 | [XE] rhymix.2.0.14에서 게시판 분류 편집이 안되는 경우 있으시던가요/XE분류등록이안됩니다/xe 게시판 카테고리 안보임/ [1] | 2021/09/12 |
81 | [XE] 작성자 자동 변경 애드온 | 2021/12/15 |
80 | [XE] project mid 사용불가능.. | 2021/12/25 |
79 | [XE] 일괄비밀글 처리 [1] | 2021/12/26 |
78 | [XE] 질문게시판에서 해결/미해결 기능을 뱃지 달고 싶은데 | 2021/12/26 |
77 | [PHP] try {} catch() {} 가 무엇인가요? [1] | 2021/12/27 |
76 | [git] git의 .gitignore 사용방법 문의 | 2021/12/27 |
75 | [XE] 윤삼님의 게시판 확장변수 다중검색 애드온 혹시 라이믹스 2.0.17에서 동작하나요? [6] | 2022/01/01 |
[XE] XE게시판 리스트 1차 카테고리 선택시 2차 카테고리 출력 | 2022/01/02 | |
73 | [XE] XE 태그 연관글 출력 위젯은 없나요? | 2022/01/02 |
72 | [git] git pull 했을 때 [1] | 2022/01/21 |
71 | [git] git pull 했을 때 (2) [1] | 2022/01/30 |