묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
keumja 에디터 관련 문의 [2] file 2008.04.04 by keumja
푸른행복 새글 작성시 한글이나 메모장에서 붙여 넣기 오류 [1] 2008.04.04 by 백성찬
zepinos 게시물 작성시 확인을 하는 확장 기능은 아직 나오지 않았나요? [2] 2008.04.04 by zepinos
이것참.. 두개의 제로보드, 두개의 디비에서 회원정보를 공유하려면,... [1] 2008.04.04 by 유지은
은진군 1차메뉴 한글과 영어이름 관련 질문 입니다 T^T [2] file 2008.04.04 by 은진군
미치기일보직전 로그인후 이동 페이지 [1] 2008.04.04 by 백성찬
young 도와주세요..ㅜ [1] 2008.04.04 by 백성찬
rfhell 메뉴 클릭시 위젯만 띡 하고 나올수 있을까요?  
박상범473 "아이디 기억" 기능 추가 방법 문의  
나이트™ 제로보드xe 한국어판설치후 일본어스킨 사용 가능한가요? [4] 2008.04.04 by 백성찬
상현 게시판 크기가 이상해요 문의좀드릴게요 [2] 2008.04.04 by 상현
秀貞 관리자 이상만 쓰기 버튼이 보이는 게시판[tip]  
쿰스 메뉴 왼쪽 여백 어떻게 없에나요??? [2] 2008.04.04 by 쿰스
hibo 상단에 있는 search가 정상작동 되지 않습니다. [2] 2008.04.04 by 아기둘
푸마지우개 게시판 상단에 설명 넣을때 어떻게 하죠? [3] file 2008.04.04 by 아기둘
제로 P뱅킹이랑 연동 해주실분..  
Kstyle zb4 마이그레이션중 회원정보 나눠서 하기... [4] 2008.04.04 by Kstyle
김김 메일링 서비스는 제로보드의 메일서버를 이용하는 건가요??rla [2] 2008.04.04 by J..
cshong 잘 이해가 안되서 그러는데 설명 부탁드립니다. [3] 2008.04.04 by Capyou
김태준218 통합검색에 확장 변수 포함 시키는 법?  
young 도와주세요  
아이디어마니아 body 태그 위치??? [2] 2008.04.04 by 의대생
kj1212 임시 저장 버튼을 이미지로 바꾸려고 하는데... [3] 2008.04.04 by kj1212
SKYMARU "일반회원"이 글/댓글 작성후에 메인으로 가집니다. [2] 2008.04.04 by 법화만상
hb 제로보드4 데이터 이동 질문입니다.. [2] 2008.04.04 by 가다오다
zoiimage 압축해제,설치시 encoding 문제?  
oky 투표 기능  
박명호 웹에디터가 다를때 [1] 2008.04.05 by ASCll
mactopia 댓글 등록 요소 변경 [2] 2008.04.05 by mactopia
오쵸 문서첨부파일 전체용량은 조절이 되는데, 파일 하나당 첨부용량 제한문제 [2] 2008.04.05 by 셀란