묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
고딕락 텍스타일을 홈페이지의 메인으로 하려고 합니다.  
KTK 리눅스 bonding에 대해서  
어렵다용 제로보드4에서 익명게시판데이터를 옮겨왔는데요. 글쓴이가 다보여요. [1] 2012.11.28 by 송동우
braswell 컨텐츠 위젯스킨에서 제목앞의 조그만 점이 안나오네요. file  
플풀 페이지를 찾을 수 없다고 나옵니다  
쌤오신다 도저히 찾을 수 없네요 [2] 2012.11.28 by 쌤오신다
아이포토 모바일메뉴에 뉴아이콘표시 [2] 2012.11.28 by 아이포토
mymedia RSS 통합피드 사용으로 했는데 클릭하면 페이지 찾을 수 없다고  
gr8 회원 정보 비공개& 최고 관리자 외 정보열람 금지 [3] 2012.11.27 by 송동우
koreafeel 제이쿼리 질문드려요  
디쎔버 외부페이지가 안 열려요  
제임스라 서브메뉴 카테고리 css 질문...  
서버링 동영상 파일첨부시 자동 본문삽입  
알피레이드 서버를 250 주고 임대하고 있는데 xe 쓰지말라네요.  
iganda7 글 작성시 내용란에 마우스 대면 말풍선 나오게 하는 방법 [1] file 2012.11.27 by 송동우
백용권 최근게시물에서 url로 바로 가도록 링크가능한가요? [2] 2012.11.27 by 송동우
성철 익스플로러8 업그레이드후 문제 [1] 2012.11.27 by 송동우
릭키님 contact us 메일 내용에 관한 질문요.. [1] 2012.11.27 by 송동우
릭키님 관리자한테 메일 발송 안되는 문제  
beatnot 데이터이전을 하려고 하는데, forbidden 에러가....  
jajanggoo foreach에서는 증가값을 알수없나요?? [1] 2012.11.27 by 송동우
maximkanu xml query에서 date_format 함수 쓰기 [1] 2012.11.27 by 울라탱
커피메이트 xml query 의 어디가 잘못된 걸까요 [2] 2012.11.27 by 울라탱
영무니 CentOS 로 XE 돌리려면 뭐를 봐야 하나요? [1] 2012.11.27 by AppSeedKorea
beatnot 어떤 걸 클릭해도 첫 화면으로 넘어가네요. [3] 2012.11.27 by 송동우
꿈틀잉 외부페이지에 게시판넣을수 있나요? [1] 2012.11.27 by 송동우
오락실주인 게시글 조회수 초기화 [1] 2012.11.27 by 송동우
glider1975 초보입니다 도와주세요.  
디쎔버 UTF-8로 저장했는데도 한글이 깨져요. [1] 2012.11.27 by 송동우
imsilc 메인 페이지 위젯 넣을려면 어떻게 해야 하난요? [5] 2012.11.27 by 미스촌닭