묻고답하기

안녕하세요.

 

흐름 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 남기남
유사 레이아웃 적용이 제대로 안됩니다. [2] 2008.03.26 by 유사
☆쫑 관리자가 파일 용량 제한될 때.. [2] 2008.03.26 by ☆쫑
검사님 알려주세요  
네잎클럽 "프로필 이미지" , "이미지 네임" JPG 업로드 안됩니다. [2] 2008.03.26 by 네잎클럽
osc 헤더 사이즈 변경 하려면? [1] 2008.03.26 by 신부동김치
ydkim08 게시판에 색상을 넣고 싶은데요... file  
카르페시온 [긴급] 무자게 급해용 ㅠ레이아웃 편집 부분에서 도와주세요 file  
펭귄tux 어떤 파일들을 고쳐야 할까요? [3] 2008.03.26 by 비나무
박경아766 첨부파일 용량제한 관리자 제외?  
byzen 이런 기능은 어떻게 해야 가능할까요? [4] 2008.03.26 by byzen
J아일랜드 게시판 비율떄문에 질문드려요~스샷첨부 [3] file 2008.03.26 by J아일랜드
달강아지 게시판읽기화면에서 첨부파일목록 숨기는 방법....  
지독 도움 부탁 드립니다. [2] 2008.03.26 by 지독
xeuser 게시판 모듈의 상단 부분을 좌측에 오게 할 수 없을까요? [1] 2008.03.26 by UNOPIA
스톤119 질문이요~ 갤러리 스킨 수정 방법 [1] file 2008.03.26 by UNOPIA
기랑0 댓글도 인쇄할 수 있도록 할 수 있는 방법은 없나요?  
정희 급질문 메인페이지 에서 이미지 게시판을 추출했는데 클릭하면..(제발 알려주세요)  
유곰 layout이 설정되지 않아요! [1] 2008.03.26 by 백성찬
Eavan♡AnG 초고수님들~ 도와주세요..ㅜㅜ [1] 2008.03.26 by 백성찬
메모리스틱 게시물이 열리지가 않네요..도와주시와요 [1] 2008.03.26 by 백성찬
카르페시온 [헬프미~]로그인화면 경로 알려주세요 [1] file 2008.03.26 by 백성찬
김태현* 아이디/비밀번호찾기 메일 전송이 잘 안됩니다... [3] file 2008.03.26 by ㅜㅜ
김혜정286 도와주세요!! 공지사항 스킨...ㅠ_ㅠ [2] 2008.03.26 by 알갱이
캬캬쿄 xe설치시 mysql 버전이 안맞다고 나오는데요~! [3] 2008.03.26 by 백성찬
라르게덴 테스트 하나면 해주세요. 최종관리자 계정으로 수정시... [1] 2008.03.26 by 백성찬
sakurastorm 메뉴 밑에 하단 메뉴를 만들려고 하는데.. [3] 2008.03.26 by 백성찬
아름다운 소풍 갑자기 용량이 1기가가 넘었다네요. ㅠㅠ [1] 2008.03.26 by 조이네
운영자594 제로보드4에서 사용한 갤러리 게시판을... [1] 2008.03.26 by 백성찬
울프 살펴봐 주세요  
정환희838 [급]로그인위젯 default 오류 문의!!! [1] file 2008.03.26 by 김정환193