묻고답하기

img1.jpg

 

 

normal.html 의 테이블형부분인데요..

여기를 수정하면 되나요?

 

<!--// 테이블형 출력 -->
<!--@else-->
    <table class="ncwList" border="1" cellspacing="0">
        <tbody>
    {@$_idx=0}
    <!--@foreach($widget_info->content_items as $key => $item)-->
        <tr<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
    <!--@foreach($widget_info->option_view_arr as $k => $v)-->
    <!--@if($v=='title')-->
        <td class="titleArea">

            <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
       
                <a href="<domain">!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl("$item->domain, ', 'mid', $item->get('mid'))}<!--@end-->" class="moduleTitle">{$item->getBrowserTitle()}</a>
            <!--@end-->
            <!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
                <a href="{getSiteUrl($item->domain,','mid',$item->get('mid'),'category',$item->get('category_srl'+ '+ '))}" class="categoryTitle">{$item->getCategory()}</a>
            <!--@end-->

             &nbsp; <a href="{$item->getLink()}" class="documentTitle">{$item->getTitle($widget_info->subject_cut_size)}</a>

            <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
                <sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
            <!--@end-->

            <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
                <sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup>
            <!--@end-->

            <!--@if($widget_info->show_icon=='Y')-->
                <span class="icon">{$item->printExtraImages()}</span>
            <!--@end-->
        </td>
    <!--@else if($v=='nickname')-->
        <td><span class="author">{$item->getNickName()}</span></td>
    <!--@else if($v=='regdate')-->
        <td class="time"><span class="date">[{$item->getRegdate("Y-m-d")}]</span></td>
    <!--@end-->
    <!--@end-->
        </tr>
    {@$_idx++}
    <!--@end-->
        </tbody>
    </table>

 

아래는 image_title_content.html 부분이에요.. 어디를 어떻게 수정해야할지 모르겠어요

 

{@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)-->
    <li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>

        <p class="ncwThumbArea" >
            <a href="{$item->getLink()}" >
                <!--@if($item->getThumbnail())-->
                    <img src="{$item->getThumbnail()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px" alt="" />
                <!--@else-->
                   
                <!--@end-->

                <!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
                    <strong class="categoryTitle" style="width:{$widget_info->thumbnail_width}px;">{$item->getCategory()}</strong>
                <!--@end-->
            </a>
        </p>

    <!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->

        <!--@if($widget_info->option_view_arr[$j]=='title')-->
        <p class="titleArea" style="margin-left:{$widget_info->thumbnail_width+35}px;">

            <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
                <a href="{getSiteUrl($item->domain, ', 'mid', $item->get('mid'))}" class="moduleTitle">{$item->getBrowserTitle()}</a>
            <!--@end-->

            <a href="{$item->getLink()}" class="documentTitle">{$item->getTitle($widget_info->subject_cut_size)}</a>

            <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
                <sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
            <!--@end-->

            <!--@if($widget_info->show_trackback_count=='Y'+ ' && $item->getTrackbackCount())-->
                <sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup>
            <!--@end-->

            <!--@if($widget_info->show_icon=='Y')-->
                <span class="icon">{$item->printExtraImages()}</span>
            <!--@end-->

            <!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
                <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
            <!--@end-->
        </p>

        <!--@else if($widget_info->option_view_arr[$j]=='content')-->
        <p class="textArea" style="margin-left:{$widget_info->thumbnail_width+35}px;margin-right:10pt">
            {$item->getContent()}
            <!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
                <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
            <!--@end-->
        </p>

        <!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
        <p class="authorArea" style="margin-left:{$widget_info->thumbnail_width+35}px;">
                <span class="author">{$item->getNickName()}</span>
            <!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
                <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
            <!--@end-->
        </p>
        <!--@end-->

    <!--@end-->
    </li>
{@$_idx++}
<!--@end-->
</ul>

 

 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
커피마셔 게시판 등록 폼에 관하여 질문 드립니다. [1] 2012.06.13 by cycix2
영광아빠 사진첨부)이거 어떻게 해결이 안될까요.ㅜ.ㅜ 어제도 올렸었는데.. [1] 2012.06.13 by 궁금한것이많앙
가나다시마 게시판만 보게하는 법 [1] file 2012.06.13 by cycix2
가을풍경 요일 구하는 위젯을 만들려면 어떻게 해야 하나요?  
납작코 게시판 설치 file  
가나다시마 제로보드 게시판을 html에 적용시키는법 [2] 2012.06.13 by 다조아해
리리리리크 익명 게시판에서 관리자만 회원 닉네임 볼수있게 하는 법이요! [2] 2012.06.13 by 송동우
saladin .com/xe를 .com/ 으로 변경 [4] 2012.06.13 by 꿀꺽2
zangwoosung 댓글 칸에 코드를 임베드하고 싶습니다. [1] file 2012.06.12 by 송동우
sohorang 아..정말 절망입니다. 메뉴가 안보입니다. 도와주세요. [5] file 2012.06.12 by sohorang
꿀꺽2 경고메세지(common/lang/) 문구 수정이 안됩니다. [5] 2012.06.12 by 꿀꺽2
꿀꺽2 경고메세지(common/lang/) 문구 수정이 안됩니다. [1] 2012.06.12 by 송동우
madab 진심으로 도와주십시요 [2] 2012.06.12 by 데브위트™
nradio 언어선택 버튼 한국어... [1] 2012.06.12 by 송동우
김낙타 왜 답글 안달아주시죠? 3번쨰 같은질문 올려봅니다.. [2] 2012.06.12 by 노란붕어
띠로링 업로드 할 때 용량이 초과되면 ..  
murchiweb XE 제어판(로그인후,아이디클릭해서,회원정보관리창)진입불가  
커피마셔 게시판에 글쓰기폼이 리스트밑에 있게 하려면  
my5082 관리자이메일 전송시 첨부화일 같이 보내기  
올번역 비번이시스템에서 삭제된 것인지...