묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
kjkyu0401 쪽지알림 애드온..  
나의해 contact 모듈 사용방법 질문드릴게요 [1] 2012.11.21 by 송동우
맛있는쿠키 XE 게시판 모듈에서 [1] 2012.11.21 by 송동우
Neda_love 재질문] 분류를 설정햇는데 분류목록이 않보이네요..ㅠ file  
App-studio 글쓰기 후 저장하면 다음 화면으로 넘어가질 않아요  
낮잠은단잠. 스마트폰으로 볼때 이미지가 짤립니다.  
나의해 XE는 제대로된 메뉴얼 하나 없나? [3] 2012.11.21 by KANTSOFT
divine logged_info등 코어변수 클래스는 어디서 정의되죠? [1] 2012.11.21 by 윈컴이
nean 확장변수.. 라디오버튼 이나 선택.. 내용은 어디에 넣나요^^;; [1] file 2012.11.21 by 송동우
kjkyu0401 썸네일 크롭 위치를 지정할 수 있을까요? [4] file 2012.11.21 by misol
온달왕자 기존 XE에 등록된 게시물을 텍스트큐브로 데이터이전이 가능한가요 ? [1] 2012.11.21 by misol
서기라네~ 키워드 검색 관련질문드립니다 [3] file 2012.11.21 by misol
라리사 게시판 글쓰기 창에서 추가정보를 입력하는 form 추가 [1] 2012.11.21 by 송동우
onyxlife 게시판에 적용 된 확장변수를 검색 하고 싶습니다 [1] 2012.11.21 by 송동우
소누스 추천시 새로고침 되는거 안되게 못하나요? [1] 2012.11.21 by 송동우
앙금골리앗 게시판 html삽입때문에 머리가 아프네요 [2] file 2012.11.21 by 비밀얌
cycix2 게시판 설정에 변수 추가 방법 문의 [1] 2012.11.21 by 송동우
이지매니아 송동우님~회원 가입시 에러가 나요. 제발 도와주세요..ㅠㅠ file  
nojinkyu PDF생성 [1] 2012.11.21 by 푸시아
오락실주인 이상한 회원 있어서 질문 ! file  
백용권 위젯에 넣어야하는 변수를 못넣겟어요 도와주세요  
마이꿈이 글 읽은 사람 출력할 수 있나요 [1] 2012.11.20 by 송동우
오락실주인 회원 그룹 한번에 등업 하는방법 ?  
신라면블랙 압축 풀려고 하는데 SSH 접속이 안되네요ㅠㅠ [1] 2012.11.20 by pentopen
두바이 아이프레임 소스 삽입문제 [1] 2012.11.20 by 송동우
노풀디케 blog api가 이상해졌습니다. [1] 2012.11.20 by 퍼니엑스이
KANTSOFT model, controller, view 이외에 item.class.php등을 추가하였을떄 debugPrint() 찍는방법 [1] 2012.11.20 by 퍼니엑스이
던힐멘솔 1.4.4.3 에서 1.5 최신버전으로 업데이트 못하나요?  
Mye shopxe 상품관리모듈 갤러리형 가로 이미지 개수 설정 [1] 2012.11.20 by KANTSOFT
묵탱 문서페이지 질문있습니다.~