묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
KANTSOFT shopxe모듈 수정중입니다. (product모듈포함) [2] 2012.11.23 by KANTSOFT
운영자611 텍스타일에 블로그샵 모듈 쓰는데 srl오류요. file  
아담하와 글쓰기 속도  
Asaph 서버 HTTP 500 에러가 하루에 세네번씩 나네요.. 도와주세요.ㅠㅠ [1] 2012.11.23 by AppSeedKorea
ghostcom 조회수 카운터 위젯?  
ghostcom 방문자 카운터를 조회수 카운터로?  
오락실주인 게시판 xml 생성후 데이터이전  
나잔보자 레이아웃하나로 여러페이지만들기.. [1] 2012.11.23 by pentopen
토이터 xe로 뉴스사이트 운영이 가능한가요? [1] 2012.11.22 by 퍼니엑스이
CEO송선생 루트에 XE 설치 안하신분들은 인덱스페이지에서 어떻게 당겨오시나요? [6] 2020.03.14 by LI-NA
규*~* 웹 속도관련 문의입니다. [1] 2012.11.22 by 푸시아
버디구루 스팸 아이디.. 등록.. 막을 수 있는 방법이 없나요? [2] 2012.11.22 by CEO송선생
무적쥔장 최신 패치후 통합 검색시 에러나네요  
Mye 쇼핑몰처럼 그 게시물에 해당하는 상품후기랑 q&a게시판을 출력하려면  
젠이 특정 category_srl과 특정 document_srl을 목록에서 숨기려면 어떻게 해야 되나요?  
나잔보자 GNB 에 대한 LNB 인식 [1] file 2012.11.22 by 송동우
프롬이 답변 글은 어떻게 입력하나요 ? [1] 2012.11.22 by 송동우
노멀라이저 if(!Context::get('is_logged') 부분 질문 [2] 2012.11.22 by 젠이
redclip 산넘어산... 설치후 로그인이 되지 않습니다.  
redclip 1.5.3 godaddy 에 설치시 문제 [1] 2012.11.22 by redclip
톡톡보니 레이어 팝업 애드온 문제....  
궁뎅씨 확장변수의 주소(zip)입력폼의 기본text 출력문제 [3] file 2012.11.22 by 송동우
jajanggoo 게시판에서 list ,write,view 상태에따른 변수를 알수있을까요? [1] 2012.11.22 by 송동우
해피해킹 게시글 관리에서 대상모듈을 선택한 게시판을 바로 나오게 할수 없을까요  
나잔보자 lnb가...전부 다나와버려요;;; file  
안녕운 잘정리된 제로보드xe api 사이트 있나요? [2] 2012.11.22 by KANTSOFT
백용권 이거 html로 어찌 표현하는지 한번만 도와주세요  
쌘쓰쟁이 미니온 위젯사용하는데 회원만 미니온위젯보이게 하는방법이 있나요?  
소누스 댓글 작성시 새로고침이 안되게 하려면 어떡해야 할까요?  
mrbj 관리자 아이디 및 암호 변경 [1] 2012.11.22 by 송동우