묻고답하기

<!--// 테이블형 출력 -->
<table cellspacing="0" border="1" summary="List of Articles" class="boardList">
<thead>
   {@$_idx=0}
<tr>
<!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='title')-->
<th scope="col">
번호
</th>
<!--@if($widget_info->show_browser_title=='Y')-->
<th scope="col">
게시판명
</th>
<!--@end-->
<!--@if($widget_info->show_category=='Y')-->
<th scope="col">
분류
</th>
<!--@end-->
<th scope="col" class="title">
{$lang->title}
</th>
<!--@else if($v=='nickname')-->
<th scope="col">{$lang->writer}</th>
   <!--@else if($v=='regdate')-->
<th scope="col">{$lang->date}</th>
   <!--@end-->
   <!--@end-->
<th scope="col">{$lang->readed_count}</th>
</tr>
</thead>
        <tbody>
    {@$_idx=0}
{@$no = count($widget_info->content_items)}
    <!--@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="num">{$no--}</td>
        <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<td>
        <a href="<!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->"><strong class="board">{$item->getBrowserTitle()}</strong></a>
</td>
<!--@else if($widget_info->show_browser_title=='N')-->
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
<td>
        <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
</td>
<!--@else if($widget_info->show_category=='N')-->
<!--@else-->
<td>
<strong class="category">분류 없음</strong>
</td>
<!--@end-->
        <td class="title">
            <a href="{$item->getLink()}">{$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><a <!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a></td>
    <!--@else if($v=='regdate')-->
        <td class="date">{$item->getRegdate("Y-m-d")}&nbsp;{$item->getRegdate("H:i")}</td>
    <!--@end-->
    <!--@end-->
<td class="reading">{$item->get('readed_count')>0?$item->get('readed_count'):'0'}</td>
        </tr>
    {@$_idx++}
    <!--@end-->
        </tbody>
    </table>
    <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
    <ul class="widgetNavigator">
        <li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('table.boardList'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li>
        <li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('table.boardList'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
    </ul>
    <!--@end-->

이게 official_board_style 현재 xe 공홈에 올려져 있는 content 스킨입니다.
파일은 노멀이구요.
여기서 송동우님 말대로 구문을 추가해줬더니 새로고침해서 봤더니 빈화면으로 뜨네요... 레이아웃 한점없이...

여기서 요지 질문 가능하다 / 불가능하다 
어떤식으로 해야되는지좀... 불가능한거면 이만 포기하고 다른것 개선을 해볼려구요 (입맛따라 할려니 머리아프네요 ㅋㅋ;)
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
color77 xe_documents 테이블중에 한게시판 글만 mysql에서 dump 받을순있슬듯한데 추가로 어떤TABLE들을 dump받아야할까요? [1] 2012.11.14 by 푸시아
김피고 생성된 html 결과물을 확인할 수 있는 방법..? [2] 2012.11.14 by 퍼니엑스이
sage하늘 특정페이지에서 로그인 관련 문의합니다. file  
Gineeeeer 로그인폼 여백설정 [1] file 2012.11.14 by LI-NA
유마거사 특정 게시판 검색 봇 제한하기 [1] 2012.11.14 by LI-NA
onyxlife 최신글 5개를 갤러리 형식으로 가져오고 싶습니다. [4] 2012.11.14 by 송동우
헬로팬돌이 다국어 설정에 관한 문의입니다. [1] 2012.11.14 by 송동우
돌칸 네이버 지도 사용방법에 대하여 알려주세요  
4rfv5tgb6yhn Html 수정 프로그램이 있나요? [3] 2012.11.14 by 4rfv5tgb6yhn
yullaha 저니 2010 레이아웃의 메뉴 문의 [1] 2012.11.14 by AppSeedKorea
손주사랑 게시판이름나오는최근게시물 모듈 [2] 2012.11.14 by 송동우
샤이링547 이미지닉 을 특정그룹만 권한줄수있나요? [1] 2012.11.14 by 송동우
나잔보자 이미지 롤링 시키기  
손주사랑 송동우님 부탁드림니다  
좋은나무 xe 1.4버전에서 "모바일최적화보기" 적용방법  
이현준911 해외 IP 접속시, 쉬운설치 문제  
오락실주인 신디케이션 버리면 ?  
일쌤 xe 메뉴 이미지 버튼 표시 하기 file  
KTK 간혈적 DB 404에러에 대해서...  
한번할라냐 iframe태그를 적용하면 동영상 적용이 안됩니다 [2] 2012.11.13 by 송동우
김기정746 이와 같은 기능이 가능한 모튤이 있을지 문의 드립니다. [1] 2012.11.13 by LI-NA
뽀글이75 모바일에서 url 인식 [1] file 2012.11.13 by LI-NA
핫남 도와주세요..질문입니다.. [1] file 2012.11.13 by LI-NA
카이닉스 모듈 삭제시 이렇게만 하면 되는건가요? [3] file 2012.11.13 by 윈컴이
Asaph 갑자기 게시글 조회수가 안올라가네요...  
인생게임 에디터의 기본설정 file  
리게 cafexe 로고 해결좀 해주세요 ㅜㅜ  
꿀꺽2 이런 쪽지기능이 가능할까요? [5] 2012.11.13 by 아직없는닉
용초딩 파일첨부 버튼 클릭시 반응이 없다는데  
젠이 if문에서 "특정 그룹 멤버가 작성한 글"을 지칭하는 방법이 있나요? [2] 2012.11.13 by 송동우