묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
Asaph 소셜 로그인 후 이동할 페이지 설정에 대해서...  
흑화라면 비회원이 '주소/files' 에 접근막는 법 없나요? [1] 2012.10.31 by 푸시아
namsman 그룹 이미지 마크를 특정 모듈에서만 나타나게 할수 없을까요? [1] 2012.10.31 by 송동우
Chro 설치할때 DB아이디,패스워드,데이터베이스 질문입니다 [1] 2012.10.31 by 온달왕자
아이가리잇 사이트맵에서 메뉴 삭제가 안돼요  
오기0000 다국어 번역 게시판 문의 [1] 2012.10.31 by 송동우
오기0000 게시판생성시 다국어지원 문의 입니다 [3] 2012.10.31 by 송동우
노멀라이저 포인트 현황 비로그인 사용자 미출력 문제...  
호랭이123 XE Contact Us 모듈 form 추가 내용이 메일로 오지 않습니다. file  
koreafeel 확장변수에서 체크박스형식으로 위젯을 만들면 |@| 이렇게 나와요..  
하늘384 메뉴설정 [1] 2012.10.31 by 송동우
백용권 지식인 모듈 답변체택하면 이런 에러메세지가 뜹니다 [1] 2012.10.31 by San.
lmjy2k 동우님 아래 알려주신 방법이.. [1] 2012.10.31 by 엄마재코먹어
blue2012 스마트폰으로 게시판 글입력하기 [1] 2012.10.31 by 엄마재코먹어
백용권 unkown column 'in_time' in 'field list' 이라고 나옵니다 [2] 2012.10.31 by San.
돌베개야곱 404 error [1] 2012.10.31 by 똥똥
ooo 게시판 상단 이미지(텍스트)와 게시판의 List가 겹쳐보이는 문제 [2] file 2012.10.31 by ooo
단기종합 중복된 입력 값 '0': key 1 오류  
레망 rss 출력 에러 [2] 2012.10.31 by 레망
본체 첨부파일 안보이게 하는법 [2] 2012.10.31 by 송동우
니에베 뭔 짓을 해도 게시판 배경색이 안 바뀝니다!! [1] 2012.10.31 by 송동우
자이블루 회원정보 변경시 "잘못된 요청입니다"와 함께 수정이 되지 않습니다. [1] 2012.10.31 by 자이블루
diehard_7 입력폼 수정시 에디터 컴포넌트를 보이지않게 할 수는 없나요? [1] 2012.10.31 by 송동우
노멀라이저 전에 질문했던 브라우저 앞에 이름을 달아주는 방법에 대해서... [1] 2012.10.31 by 송동우
slckorea xe 1.5.3.3 버젼 관리자페이지에서 문서삭제가 안되네요.. [1] 2012.10.30 by 송동우
미디안 서로 데이타 이전이 가능 한지요.. [1] 2012.10.30 by 푸시아
키스미베이베 1.4버전대랑 1.5버전대랑 css문법이 다른가요? [1] 2012.10.30 by 퍼니엑스이
가브리엘조 통신판매업 신고- gp사 신고에 대해서ㅜ [4] 2012.10.30 by misol
핫매일 인증서 질문드립니다. [4] file 2012.10.30 by misol
koreafeel 분류를 숫자가 아닌 등록한 값으로 나오게 하고 싶습니다. [3] 2012.10.30 by 송동우