묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
error (설치에러)Fatal error: Call to a member function isLogged() on a non-object in /home/cyber/www/zbxe/classes/context/Context.class.php on line 118  
Daniel,PARK 1차메뉴에서 배경 문제. [1] 2008.04.18 by Daniel,PARK
네모난태양 게시판에 아이프레임은 못넣나요? [1] 2008.04.18 by 똑디
미스자 제로보드xe설치시 access deied for user 에러 발생 [1] 2008.04.18 by 똑디
이매진 게시판 상단과 좌측 디자인... [1] 2008.04.18 by 똑디
언약 다른 계정으로 옮기는데 현재 제작되어 있는 상태로 쓸 수 있는지요? [2] 2008.04.18 by 똑디
똑디 제로보드 메인의설문조사... [1] 2008.04.18 by 백성찬
sugarkane 고수님들 답변 좀 ㅠ;; 확장변수 - 제목관련 [2] 2008.04.18 by sugarkane
rfhell 자동저장 기능 이후에 게시물 사라지는 현상.. [4] 2008.04.18 by rfhell
반도체맨 제로보드5->제로보드XE [2] 2008.04.18 by 반도체맨
정진국632 제목 옆에 분류 항목 만들기 [1] 2008.04.18 by 정진국632
이매진 페이지가 안뜨는데요...ㅠㅠ [3] 2008.04.18 by 이매진
빈군 제 컴퓨터에서 작업한것을 그대로 서버에 옮기고 싶습니다. [2] 2008.04.18 by 백성찬
케네라이 로그인 정보폼에서.. [3] 2008.04.18 by 어린왕자7
protte 게시판 스킨은 어떻게 바꾸나요? [2] 2008.04.18 by J..
chanho.song 게시판 스킨 변경 [2] 2008.04.18 by chanho.song
SM3 하나의 도메인에 디자인이 서로 다른 사이트 구축이 가능한가요? [4] 2008.04.18 by SM3
축복유통업자 정식버전업그레이드후 에러발생 [5] file 2008.04.18 by 아모스™
Moe 언어선택 [2] file 2008.04.18 by Moe
zisunny 게시판 스킨을 수정하고 싶은데요... [2] file 2008.04.18 by J..
정진국632 친구추가 및 쪽지보내기!!! [2] 2008.04.18 by 정진국632
맑은울림 제로보드기본설정변경 setup.php파일 [3] 2008.04.18 by 맑은울림
DreamCT 공식 레이아웃외에 사용불가합니다. [2] file 2008.04.18 by DreamCT
DreamCT 검색엔진처럼 통합검색을 레이아웃에 포함시키는 방법?? [2] file 2008.04.18 by DreamCT
제로 이 조합으로 정상 사용하시는 분 내공 부탁드립니다. [1] 2008.04.18 by 백성찬
설치시에 이런 오류가 뜹니다. [1] 2008.04.18 by
김효영726 도와주세요. 로그인정보가 ㅜ.ㅜ [2] 2008.04.18 by Capyou
카르페시온 위젯 최근 이미지 긁어오는것이 게시판그림만 가능한가요? [2] 2008.04.18 by Capyou
Topazz 도움을 주세요 [4] 2008.04.18 by Capyou
wnrudals2 통합검색창이 가운데로 오게 하고 싶습니다. [2] 2008.04.18 by Capyou