묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
SKB 모바일 접속시 게시글 수정 안되는 문제 [1] 2012.10.26 by sejin7940
헐키헐키 /files/attach/binaries폴더는 무얼 하는 폴더인가요? [1] 2012.10.26 by 송동우
헐키헐키 files폴더의 파일 삭제 해도 괜찮나요? [1] 2012.10.26 by 송동우
코시 회원들이 특정 게시판에 쓴 글수나 댓글수만 출력할 수 있는 방법은 없나요 [1] 2012.10.26 by 송동우
HOLYN 첨부사진 회전 가능할까요?  
쌈장 급합니다. 고수님들의 빠른 답변 부탁드립니다. [2] 2012.10.26 by 송동우
카타쿠 게시판 모듈 이름 지우는 방법좀 갈쳐주세요 [1] file 2012.10.26 by 아이맵
앙금골리앗 페이지 모듈에 대해 궁금한게 있는데요 [1] 2012.10.26 by xe_마니
새올 싸이트 이전 어텋게 해야 하는지...... [1] 2012.10.26 by 푸시아
제로이드 게시판 굵게지정이 적용이 안되네요..ㅠㅠ [1] 2012.10.26 by 푸시아
hannah0031 게시판 업데이트할려고 하니깐...  
먹물 인터넷-공유기1-공유기2 환경에서 웹서버 접근 문제 [1] 2012.10.26 by 푸시아
카이닉스 랭킹출력 위젯에서 특정 게시판(모듈)판 추출하는 방법이 궁금합니다. [1] 2012.10.26 by 푸시아
백용권 게시판을 위젯으로 가능한가요?  
노멀라이저 브라우저 제목앞에 고정적으로 이름을... [1] 2012.10.25 by 송동우
노멀라이저 송동우님 귀찮으시겠지만 다시한번 봐주세요 ㅠㅠ file  
노멀라이저 xe 1.5.3.3 버전 설문조사 기능 문제 제기 [1] 2012.10.25 by 사은우502
석이짱 게시판 글 작성시 메일로 전달  
ITPLE[꾸야] 제가 임의로 설정한 변수를 XE전체에서 사용하려면 어떻게 해야하나요? [1] 2012.10.25 by ITPLE[꾸야]
쟈니킴 레이아웃 제작 서브 페이지  
오락실주인 게시판스킨설정 설정표시는 먼가요? [1] file 2012.10.25 by 송동우
hiroo 게시판dx [1] 2012.10.25 by 아직없는닉
디테일크로키 확장변수 ID별 권한부여(궁금) [1] 2012.10.25 by 송동우
카타쿠 게시판 [3] 2012.10.25 by 늘푸른TM
아기푸돌이 오래전 제로보드 입니다만 잘 쓰고 있어요 근데 [1] 2012.10.25 by 아이맵
꿀꺽2 회원당 한 번씩만 게시글을 등록할 수 있는 게시판 [1] 2012.10.25 by 송동우
헐키헐키 이 코드에 어디가 문제인지 좀 봐주세요!! [1] 2012.10.25 by 송동우
온달왕자 xe 게시판에 연동시켜서 설치한 페이스북 덧글창 궁굼하네요 file  
본체 게시판에 글쓰기 하면 소셜로 연동되는거요 [1] file 2012.10.25 by 온달왕자
비밀얌 브라우저에서 PDF 파일 다운로드 버튼 없애는 방법?? [1] file 2012.10.25 by DynamicLaser