묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
호아금 글쓰기가 안되는데... [1] 2008.04.03 by BSHNG
BSHNG 글쓰기가 안됩니다. [1] 2008.04.03 by 백성찬
sugarkane 조회수가 기본으로 5가 올라가네요.  
뽀칠이 시안을 구입했는데 감이 오지 않네요 조언좀 ..... [1] file 2008.04.03 by 느까끼
오동근 게시판에 글쓰기시 기본 입력내용 나오게 하는건?  
zzoong2 페이지가나타나질않네요..ㅡ.ㅡ  
이것참.. 게시판과 로그인 정보, 영어로 사용하려면.. [2] 2008.04.03 by 必得力
초옹 메뉴트리 생성시 [3] 2008.04.03 by 느까끼
박상범473 위젯 왼쪽에 배치하고 싶습니다.. [2] file 2008.04.03 by 느까끼
노길문 첫페이지 관련 문의 [3] 2008.04.03 by 백성찬
박세미 게시판 글순서 임으로 조정하기? 1번부터 말고 1000번부터 시작하려면? [2] 2008.04.03 by 된장맛껌
淸水 관리자 기능에서 "삭제" 관련 문의 [2] 2008.04.03 by 된장맛껌
바구니의꽃 제로보드 xe는 스킨제공 않해요?? [3] 2008.04.03 by 바구니의꽃
권영덕651 다운로드 할 수 있는 권한이 없습니다 [4] file 2008.04.03 by 권영덕651
plruto 사이트가 마구 깨지는데 방법이 없을까요? 스샷첨부 [1] file 2008.04.03 by 백성찬
포트거스.D.에이스 추천/비추천시 점수 오르게 하기  
옌케즈 경고창이 뜰 경우 자동으로 창(경고창말고;)을 닫히게 하기  
감나무2 메뉴 만들기 [6] 2008.04.03 by channy
김시종 메뉴에서... [2] 2008.04.03 by 미소둘로
유지은 권한없다는 페이지 리다이렉션 구현 관련..  
midlife 인쇄기능 없애는 법?  
김태준218 통합검색에서 확장변수 추가 하려면?  
☆水± 제 홈페이지가 이상해 졌습니다. [2] 2008.04.04 by Dustwo
lovelyku xe설치를 끝내고.. [2] 2008.04.04 by lovelyku
박형근711 BNU님의 현재위치출력 위젯에서요.  
김병화999 RSS 오류의 의문..  
삼바라기 회원가입시 정회원으로 할려면... [2] 2008.04.04 by 삼바라기
lovelyku 설치한후에~ 2 [1] 2008.04.04 by 백성찬
송진호215 검색엔진을 달려고 하는데요..  
뉴건담 서브메뉴가 안나와요 (왼쪽에 메뉴 넣는법??) [3] file 2008.04.04 by 송진호215