묻고답하기

<!--// 테이블형 출력 -->
<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 남기남
노멀라이저 궁금한것이 있습니다. html 배경이미지 사용할때 사이즈를 [1] 2012.11.15 by Sulli
나잔보자 xe타쿠님들 xe초보에게 희망을... [1] 2012.11.15 by Sulli
hon 게시판 정렬순서를 최근수정일순으로 설정했을때 문제 [2] 2012.11.15 by 송동우
꾸링 첨부파일 업로드 폴더 경로.. [1] 2012.11.15 by 송동우
돌칸 에러 발생 봐주세요  
꾸링 새로만든 php에 XE 함수를 불러오는방법  
빤쭈 새창관련 질문드립니다!  
정무영349 제로보드4 에서 xe로 변경할려고 합니다. [1] 2012.11.15 by KANTSOFT
맨하탄김 홈페이지 연결이 않되고있습니다. 도와주세요.. [6] 2012.11.15 by 맨하탄김
나비버스 게시판에 글이 올라가질 않습니다. [1] 2012.11.15 by 송동우
onyxlife 관리자 페이지 레이아웃은 어떻게 바꾸나요.... [1] 2012.11.15 by 송동우
맛있는우유 확장변수에 아이콘을 사용할 수 있는 기능은 없나요? [1] 2012.11.15 by 송동우
아담하와 홈페이지에 소액결재를 구현하고 싶습니다. [1] 2012.11.15 by 맛있는우유
노튼 모바일에서 회원정보 수정  
화남금여 게시판 조회수 안나오게 하려면.. [2] 2012.11.15 by pentopen
맨하탄김 홈페이지 연결이 않되고 있습니다. 도와주세요.. [1] 2012.11.15 by 돌칸
돌칸 수정하는 부분에서 에러 발생에 대하여 알고 싶어서...  
화남금여 복사 못하게 하는 방법좀..  
화남금여 게시글 복사방지....  
용초딩 지식인 모듈 비회원도 질문작성, 답변작성 가능하나요?  
빤쭈 이 레이아웃 스킨 어디서 구할 수 있나요? [1] 2012.11.14 by 송동우
둘째라니깐 호스팅이전에 관해 질문 좀 드리겠습니다. [1] 2012.11.14 by 데브위트™
DynamicLaser 초기 홈페이지 로딩시의 속도문제 [2] 2012.11.14 by 데브위트™
초코맛달 이메일 인증 질문입니다. [1] 2012.11.14 by 데브위트™
동해수문장 1.5.3.3 설치 후 사이트맵 설정 불가능합니다..  
쿵푸팬더 레이아웃에 특정 php 파일을 불러오고 싶습니다. [1] 2012.11.14 by 일쌤
Asaph 텍스타일은... 오류들 어찌 해야할까요?ㅜ [7] 2012.11.14 by Asaph
인생게임 에디터 설정시... [3] file 2012.11.14 by LI-NA
yullaha 파일제한크기/문서제한크기 설정 문의  
한번할라냐 네이버나 포탈사이트에서 홈페이지 검색되게하려면 어떻게 해야되나요? [1] 2012.11.14 by 벤더