묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
쌀과자 mysql 4.1버젼 설치시 궁금한점이 있어요~  
마밍 막힙니다.... 헬미!! [4] file 2008.04.17 by 마밍
수학사랑. 포인트를 관리자가 임의로 부여할 수 없나요?? [1] 2008.04.17 by J..
지우빠 게시판 ..분류관리,스킨관리..한번에 적용안되나요?  
김세훈 view.php 파일은 어디로 갔을까요?(본문 출력에 변화를 주고 싶은데)  
sun734 파일올리고 웹상에 확인해보니 깨져나옵니다. [1] 2008.04.17 by skjung
바이오즈 인스톨할때... 동일한 메세지가 뜹니다. 고수님 알켜주세용 ㅠㅠ [2] 2008.04.17 by DreamCT
쌀과자 mysql 4.1설치후 이런창이 떠요 [1] file 2008.04.17 by 백성찬
너른벌판 프로필 사진 불러오는 법을 알고싶습니다. [1] 2008.04.17 by 리히토
열린 공간 mysql db 관리  
-_ -v UTF-8 환경에다가 zbxe를 깔긴 깔았는데...문제가;; [1] 2008.04.17 by 백성찬
mansongq 회원 정보에 email 출력  
건즈 사용자의 브라우저 버전 확인해서 팝업창 띄우는 법  
질문자 강제로 비밀글 체크 하려면 어떻하죠? [3] 2008.04.17 by YJ
하늘(skycheer) 중국에서 홈페이지에 댓글을 올리는데 막을수 없나요? [3] 2008.04.17 by guny
정관훈179 티스토리냐 제로보드XE냐....어흐.. [1] 2008.04.17 by 행복한일상
뉍디 제로보드로 이런것 못 만드나요? [2] file 2008.04.17 by 베니
(주)푸른솔 홈페이지 작성법 배우고 싶습니다.^^ [4] 2008.04.17 by 가클
붕붕붕~ 관리자 아이디는 어디서 바꾸죠? [1] 2008.04.17 by ☆쫑
☆쫑 명언이나 격언을 달고 싶은데 [2] file 2008.04.17 by ☆쫑
구름 직접만든 홈페이지에 최신글 목록 보이기 [2] 2008.04.17 by 구름
뽀칠이 참가신청서 가능할까요? [2] file 2008.04.17 by SMaker
포트거스.D.에이스 게시글 조회 문제들 ....  
정두연374 로그인폼에..  
늘미소 같은 레이아웃과 같은 CSS파일이 적용되었는데 차이가 나는 이유가 무엇인지 모르겠어요. [1] file 2008.04.17 by 아모스™
xe초보 다시 질문요,,ㅠㅠㅠ  
오도광 레이아웃 메뉴 안나옵니다..도와주삼_ [1] 2008.04.18 by 니나노
sun734 설치도중 이메세지창의 의미는?  
Jon Secada "UTF-8과 다른 언어셋의 변환을 위한 iconv설치가 필요합니다 "질문입니다. [2] 2008.04.18 by Capyou
protte 게시판 스킨은 어떻게 바꾸나요? [3] 2008.04.18 by Capyou