묻고답하기

안녕하세요.

 

흐름 of 이미지라는 위젯을 사용 중인데

 

위젯 설정 시 제목만 표시할 수 있도록 되어있는데요.

 

제목 대신에 분류를 표시할 수 있도록 수정하는 방법이 있을까요?

 

아래는 해당 위젯의 list.htm 파일 내용입니다.

 

감사합니다.

 

<!--%import("./css/default.css")-->

<!--%import("./js/jquery.mousewheel.js")-->
<!--%import("./js/jcarousellite_1.0.1.js")-->
<!--%import("./js/jquery.easing.1.3.js")-->

<div class="carousel">
 
<controls">!--@if($widget_vals->controls == "buttons")-->
 <a href="#" class="btn"><img src="./img/imageNavLeft.png" class="prev prev{$fi_widget_count} iePngFix" /></a>
<!--@end-->
  <div class="jCarouselLite{$fi_widget_count} jCarouselLiteCommon">
   <ul>

<document_list">!--@if(count($widget_vals->document_list))-->
   <document_list">!--@foreach($widget_vals->document_list as $oDocument)-->
    <document_srl">!--@if($oDocument->document_srl != 0)-->
       <li><a href="{getUrl('','document_srl',$oDocument->document_srl)}" alt=""><img src="{$oDocument->getThumbnail($widget_vals->thumbnail_width,$widget_vals->thumbnail_height,$widget_vals->thumbnail_type)}">
       <title_visibility">!--@if($widget_vals->title_visibility == "true")--><div class="title">{$oDocument->getTitle($widget_vals->title_length,'..')}</div><!--@end--></a></li> 
    <!--@end-->
   <!--@end-->
<!--@else-->
       <li class="noimage" style="width:{$widget_vals->thumbnail_width}px; height: {$widget_vals->thumbnail_height}px; " alt="첨부된 이미지가 없습니다."></li> 

<!--@end-->
   </ul>
  </div>

<controls">!--@if($widget_vals->controls == "buttons")-->
  <a href="#" class="btn"><img src="./img/imageNavRight.png" class="next next{$fi_widget_count} iePngFix" /></a>
<!--@end-->
</div>

<script type="text/javascript">

 function dj(val){
  if(window && window.console && window.console.debug) window.console.debug(val);
 }
jQuery(document).ready(function(){

 

 jQuery(".carousel .jCarouselLite{$fi_widget_count} li img")
  .css('width', {$widget_vals->thumbnail_width})
  .css('height', {$widget_vals->thumbnail_height})
  .css('margin', {$widget_vals->img_margin})
  .css('border-width', {$widget_vals->border_width})
  .css('border-color', '{$widget_vals->border_color}')
  .css('border-style', 'solid');

 jQuery(".carousel .jCarouselLite{$fi_widget_count} .title")
  .css("width", {$widget_vals->thumbnail_width} + {$widget_vals->img_margin} * 2)
  .css("color", '{$widget_vals->title_color}')
  .css("font-size", '{$widget_vals->title_size}')
  .css("font-family", '{$widget_vals->title_font}');

 if(jQuery(".jCarouselLite{$fi_widget_count}").jCarouselLite){

  jQuery(".jCarouselLite{$fi_widget_count}").jCarouselLite({
<controls">!--@if($widget_vals->controls == "buttons")-->
     btnNext: ".next{$fi_widget_count}",
     btnPrev: ".prev{$fi_widget_count}",
<!--@end-->
<controls">!--@if($widget_vals->controls == "auto")-->
     auto: {$widget_vals->auto_scroll_msec},
     speed: {$widget_vals->scroll_speed},
<!--@end-->
<scroll_speed">!--@if($widget_vals->scroll_speed)-->
     speed: {$widget_vals->scroll_speed},
<!--@end-->
<mouseoverstop">!--@if($widget_vals->mouseoverstop)-->
     mouseOverStop: {$widget_vals->mouseoverstop},
<!--@end-->
<mouse_wheel">!--@if($widget_vals->mouse_wheel)-->
     mouseWheel: {$widget_vals->mouse_wheel},
<!--@end-->
<sliding_effect">!--@if($widget_vals->sliding_effect)-->
   easing: "{$widget_vals->sliding_effect}",
<!--@end-->
   visible: {$widget_vals->shown_image_num}
  });
 }

 jQuery('.carousel .prev{$fi_widget_count}, .carousel .next{$fi_widget_count}')
  .css('top', ( parseInt(jQuery('.jCarouselLite{$fi_widget_count} li').height()) - parseInt(jQuery('.carousel .prev{$fi_widget_count}').height()) ) / 2);

});
</script> 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
본체 베스트 게시물 이동 하는 방법이요..  
포토이즈 제로보드 XE 메뉴 추가 오류 질문드립니다.  
4rfv5tgb6yhn 경고 메시지 바꾸기 [5] file 2012.12.08 by 4rfv5tgb6yhn
몽실아빠 사이트 현황을 레이아웃에 보여주고 싶습니다. [1] file 2012.12.08 by 송동우
color77 xe1.57 게시판에 닉네임클릭해서 나오는 회원정보 이메일 모두숨기고싶습니다 어디를수정해야하나요? [1] 2012.12.08 by 송동우
띵똥 xe 전체에 나눔고딕으로 폰트를 설정하고 싶습니다 [2] 2012.12.08 by LI-NA
하이퍼링크에 점선생기는거요.. [1] 2012.12.08 by 송동우
무실 관리자 초기 페이지의 문서와 댓글에 (+52, -6) 의미는?  
고이풀 Xe를 아파치톰켓에 설치해도 될까요? [1] 2012.12.08 by Garon
참치찌개 특정 링크를 접근할때 로그인한 회원만 접근 가능하게 하려고 합니다 [1] 2012.12.07 by 송동우
민다 스크랩 할때 변수값 임의 저장  
4rfv5tgb6yhn [댓글] 관리자가 미리 써놓기 - Sulli 님, 고수님들 한번 더 보아 주실래요? [4] 2012.12.07 by 4rfv5tgb6yhn
참치찌개 작성글에 댓글이 달리면 삭제 금지하기 [3] 2012.12.07 by 송동우
김슈룹 메인 로그인은 되나 회원가입과 중간 페이지 로그인 불가능합니다.  
함조 제로보드4에서 제로보드XE로 DB이전할 때요 [1] 2012.12.07 by BluesPia[꾸야]
NegatiVE 에러 질문 드려봅니당..  
푸른홈 금지아이디를 만들어도 회원가입이 되는 경우?  
조나연351 게시판의 첨부파일 관련  
민다 쪽지함에서 서브메뉴 명칭 불러오기 [1] 2012.12.07 by 송동우
4rfv5tgb6yhn phpMyAdmin 설치좀 한번 설치 해보려 합니다~ [2] 2012.12.07 by 4rfv5tgb6yhn
김타조알 게시판 목록 링크 걸린 이미지는 썸네일이 나오질 않습니다. [1] 2012.12.07 by 김타조알
불도깨비 로그인 질문 있습니다. [2] file 2012.12.07 by 불도깨비
anyhoony 파일첨부 권한이 변경되지 않습니다. [1] 2012.12.07 by 송동우
릭키님 이거 쉽게 해결좀 해주세요.........;; [1] 2012.12.07 by CM
엔두구 로그인 문의드립니다. [1] file 2012.12.07 by 엔두구
pefn1 업데이트 후 관리자 로그인 문제 [1] 2012.12.07 by 송동우
원이// 제로보드설치후 글을 쓴후에 글을 클릭하면 [1] file 2012.12.07 by KANTSOFT
프로콤 CafeXE 관련하여 [1] 2012.12.07 by 프로콤
릭키님 DB 이전후 회원정보 안보이는 문제... [1] 2012.12.07 by 송동우
iganda7 이미지 클릭했을 때 [1] file 2012.12.06 by 송동우