묻고답하기

<!--// 테이블형 출력 -->
<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] 2012.11.06 by 똑디
백용권 네이버 뉴스캐스트 같은건 어떻게 실현하나요?  
카우도 shopxe 썸내일 이미지 등록방법좀 알려주세요  
오락실주인 트래픽초과 / 없는페이지 변경하려면? [1] file 2012.11.06 by 송동우
던힐멘솔 업데이트 이후 에러났습니다. 제발 도와주세요!! [1] 2020.03.14 by 오르막
빰빠밤 xe 덮어쓰기 시 질문입니다! [1] 2012.11.05 by KANTSOFT
theniceguy XE 1.5 새로 설치하였습니다. 기존 게시판 어떻게 복구 하나요? [1] 2012.11.05 by KANTSOFT
똑디 XE 세션이 아닌 별도 세션 사용은 안되나요?  
lucete0330 게시판들의 글쓰기 오류  
koreafeel 글자수 제한 [1] 2012.11.05 by 송동우
Asaph Textyle hub 글자 짤리는 문제.. [1] file 2012.11.05 by 바붕아
초심자처럼 이거는 무슨 CMS 죠? [1] file 2012.11.05
nicht 배너 높이 조절했을 때 레이아웃 깨짐 (비나무님 도와주세요) [2] file 2013.12.25 by replica wathes
Daniel foreach 문제 [2] 2012.11.05 by CMD
파스텔미 업데이트이후에 관리자 적용앙대는 경우예요~ 급합니다~SOS file  
koreafeel 카테고리 목록수와 페이지 기능 문의  
헬로팬돌이 본문페이지에 회원가입 폼 넣기 [1] 2012.11.05 by AppSeedKorea
koma 팬시박스 설명글 가운데 정렬질문입니다.  
CUPA 글 게시할때 질문입니다 도와주세요 ㅠㅠ [1] 2012.11.05 by 송동우
신라면블랙 xe설치했는데 관리자로그인이 안되네요 도와주세요ㅠㅠ [3] 2012.11.05 by xe_마니
문상순727 최근게시물 불러올때 권한부분  
aghgmhkldgjlkfg 제로보드XE에서 나모웹에디터 연동 가능한가요 [1] 2012.11.05 by 푸시아
silsil 하나의 게시판을 여러 메뉴에 불러오고자 합니다. [1] 2012.11.05 by 푸시아
곰탕재료푸 추천 게시물 이동 관련 질문입니다.  
silsil 하나의 게시판을 여러 메뉴에 불러오고자 합니다.  
홍길동친구 검색 권한을 설정할 수 있는 방법이...?  
음슴2 익명 댓글 번호ㅠ  
다섯손가락 에디터삭제문의  
누란지세 확장변수 숫자정렬, 하고 계시는분 있나요?;; [1] 2012.11.04 by ITPLE[꾸야]