묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
CM 제가 https를 사용하는데.. 업로드 경로쫌...  
신철호242 XE 처음해봅니다. 게시판에 글을 쓰려면? [1] 2012.11.11 by 아직없는닉
꼴로네요 게시글, 댓글이 하얗게 보입니다 [1] 2012.11.11 by 아직없는닉
노풀디케 게시판, 댓글 글쓰기가 안되요.  
긱스2223 글보기오류가 나네요..왜 나는건가요?(사진첨부) [1] file 2012.11.11 by 노풀디케
시릐우스 헉 갑자기 글쓰기,댓글쓰기 작성이 안됩니다. [2] 2012.11.11 by 노풀디케
zartin 글쓰기 하면 등록이 안되네요? [1] file 2012.11.11 by 노풀디케
진석환 xe.1.5.3.3.ko 사용중 카페레이웃을 찾아 보라고 하는데  
청은차 현재 제로보드 4인데, xe로 바꾸고 싶어요. 어떻게 해야하나요? [1] 2012.11.11 by 아직없는닉
Tbworld 회원그룹이 자꾸만 바뀝니다.  
엘비엠7 관리자페이지는 잘 동작하는데 홈페이지가 몇시간째 먹통입니다. [1] 2012.11.11 by xe_마니
비니비닝 1.5.3.3 쓰고 있습니다. 게시판 관리가 이상해요!! [1] file 2012.11.11 by xe_마니
양충모 제로보드XE 업로드 안되는 오류 해결해 주실 분 찾습니다. 사례할게요. [1] file 2012.11.11 by xe_마니
돌칸 이미지 관하여 질문  
리나루카스 엊그제부터 현재까지...초기 설치시 오류 아시는 분~~~ [1] 2020.03.14 by BNU
jn4kim PHP와 MYSQL을 통해 자동으로 덧글이 달리게하고싶은데요  
쏘곰이 xe 관리자 로그인이 안됩니다... [1] 2012.11.11 by 송동우
onyxlife 게시판 상단에 최상위 게시글 5개의 첨부 이미지를 노출 하고 싶어요 ㅜㅜ [1] 2012.11.10 by 송동우
onyxlife 게시판 확장변수 값에 따라 필드 숨기기가 가능한가요? [1] 2012.11.10 by 송동우
헐키헐키 게시판 리스트에서 제목 뒤에 추천수를 나타나게 하는 방법?? file  
onyxlife 확장 변수 숫자만 입력 가능하게 처리 가능한가요?? [4] 2012.11.10 by 송동우
헐키헐키 특정회원에게 게시글 관리만 권한을 주고 싶은데요.. [2] 2012.11.10 by 송동우
3000gun xe마켓 말고 유료스킨 파는곳이 또 있나요? [3] 2012.11.10 by Garon
제민이아빠 게시판에 아이디등록으로 그 사람만 볼 수 있게 [1] 2012.11.10 by 송동우
임완빈 사이트맵 저장시에 에러 메시지 발생..  
시릐우스 게시물내용에서 특정단어만 지울수없나요? [1] 2012.11.10 by 송동우
동글유부 닉네임에 값을 입력해주세요...ㅠ.ㅠ...  
Andyjo Core1.5.3.3-파일첨부 메뉴가 아무런 반응이없네요??? [1] file 2012.11.10
꼴로네요 게시글, 댓글을 올리는데..글색상이 하얗게 보입니다 [1] 2012.11.09
누란지세 모듈이나, 확장변수로 설치된 db 는 저절로 삭제되나여? 모듈삭제시에.. [1] 2012.11.09 by 송동우