묻고답하기

NORMAL.html 파일이구요 확장위젯이에요
위젯클릭시 새창으로 띄우고싶어요   어디를 고쳐야할까요?도와주세요 ㅠㅠ







<markup_type=="list'>!--@if($widget_info->markup_type=="list")-->
    <ul class="widgetA">
    {@$_idx=0}
    <content_items">!--@foreach($widget_info->content_items as $key => $item)-->
        <li<show_always_new">!--@if($widget_info->show_always_new == 'N' && $_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>

            <option_view_arr">!--@foreach($widget_info->option_view_arr as $k => $v)-->
                <!--@if($v=='title')-->
                    <show_browser_title=='Y'">!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
                        <a href="<contents_link)-->{$item->contents_link}{getSiteUrl($item->domain">!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->" class="board"><strong>{$item->getBrowserTitle()}</strong></a>
                    <!--@end-->
     <show_content_title=='Y'">!--@if($widget_info->show_content_title=='Y' && $item->getDocumentTitle())-->
      <a href="{$item->getDocumentURL()}"><strong>{$item->getDocumentTitle()}</strong></a>
     <!--@end-->
                    <show_category=='Y'">!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
                        <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
                    <!--@end-->

                    <a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a>

                    <show_comment_count=='Y'">!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
                        <sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
                    <!--@end-->

                    <show_trackback_count=='Y'">!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
                        <sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup>
                    <!--@end-->

                    <show_icon=='Y'">!--@if($widget_info->show_icon=='Y')-->
                        <span class="icon">{$item->printExtraImages()}</span>
                    <!--@end-->

                <!--@else if($v=='voted_count')-->
     <getVotedCount())-->+{$item->getVotedCount()}{$item->getReadedCount()}0href">!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<getAuthorSite())-->href="{$item->getAuthorSite'>!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<href">!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a>

                <!--@else if($v=='regdate')-->
                    <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>

    <!--@else if($v=='extravar')-->
     {$item->getExtraVar()}
    <!--@else if($v=='extravar2')-->
     {$item->getExtraVar2()}
    <!--@else if($v=='extravar3')-->
     {$item->getExtraVar3()}
    <!--@else if($v=='extravar4')-->
     {$item->getExtraVar4()}
    <!--@else if($v=='extravar5')-->
     {$item->getExtraVar5()}

                <!--@end-->
            <!--@end-->
        </li>
    {@$_idx++}
    <!--@end-->
    </ul>

    <page_count">!--@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('ul.widgetA'),{$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('ul.widgetA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
    </ul>
    <{$item->contents_link}{getSiteUrl($item->domain">!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('+ 'mid'))}<">!--@end-->"><strong class="board">{$item->getBrowserTitle()}</strong></a>
            <!--@end-->
            <show_content_title=='+ 'Y'">!--@if($widget_info->show_content_title=='Y' && $item->getDocumentTitle())-->
                <a href="{$item->getDocumentURL()}"><strong class="board">{$item->getDocumentTitle()}</strong></a>
            <!--@end-->
            <show_category=='Y'">!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
                <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
            <!--@end-->

            <a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>

            <show_comment_count=='Y'">!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
                <sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
            <!--@end-->

            <show_trackback_count=='Y'">!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
                <sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup>
            <!--@end-->

            <show_icon=='Y'">!--@if($widget_info->show_icon=='Y')-->
                <span class="icon">{$item->printExtraImages()}</span>
            <!--@end-->
        </td>
    <!--@else if($v=='nickname')-->
        <td><a <getMemberSrl())-->href">!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<getAuthorSite())-->href="{$item->getAuthorSite'>!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<href">!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a></td>
    <!--@else if($v=='regdate')-->
        <td class="time"><span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span></td>
    <!--@else if($v=='voted_count')-->
  <td><getVotedCount())-->+{$item->getVotedCount()}!--@if($item->getVotedCount())-->+{$item->getVotedCount()}<!--@end--></td>
    <!--@else if($v=='readed_count')-->
  <td><getReadedCount())-->{$item->getReadedCount()}0!--@if($item->getReadedCount())-->{$item->getReadedCount()}<!--@else-->0<!--@end--></td>
 <!--@else if($v=='extravar')-->
  <td>{$item->getExtraVar()}</td>
 <!--@else if($v=='extravar2')-->
  <td>{$item->getExtraVar2()}</td>
 <!--@else if($v=='extravar3')-->
  <td>{$item->getExtraVar3()}</td>
 <!--@else if($v=='extravar4')-->
  <td>{$item->getExtraVar4()}</td>
 <!--@else if($v=='extravar5')-->
  <td>{$item->getExtraVar5()}</td>
    <!--@end-->
    <!--@end-->
        </tr>
    {@$_idx++}
    <!--@end-->
        </tbody>
    </table>
    <page_count">!--@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.widgetTableA'),{$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.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
    </ul>
    <!--@end-->
<!--@end-->

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
바람과비 페이지 수정 버튼 클릭 전과 후의 페이지 모양이 다릅니다. [2] file 2009.04.12 by 바람과비
바람과비 "모듈 복사" 기능 사용할 때 내용은 복사되지 않는 건가요?  
초록배추 메뉴 클릭해도 넘어가지 않네요.  
Jue 에디터컴포넌트 질문이요... [1] file 2009.04.12 by 백성찬
트리플k 첨부파일 정렬과 한번에 첨부파일 다운... file  
당근로봇 상단을 다 날리고 플래시 메뉴로 [3] file 2009.04.12 by 느까끼
송맹규 왼쪽 메뉴 아래 배너 삽입 관련 [3] 2009.04.12 by phiz
이기현 이게 뭡니까? 업데이트 했더니 자료가 다 날라갔습니다.  
정정훈188 레이아웃 왼쪽에 로그인 넣기... file  
Novaway 긴급합니다. 꼭 좀 도와주세요... [2] 2009.04.13 by Novaway
김재섭462 이미지 첨부시 무반응 [2] 2009.04.13 by aa
복고열전 한글로된 파일은 업로드가 안되나요??????? [2] 2009.04.13 by sEaN383
goog XE 다운로드 파일이 어딨나요? [1] 2009.04.13 by 백성찬
열공 확장변수 관련 [1] 2009.04.13 by 백성찬
바요네트 질문합니다!!!! [1] 2009.04.13 by 백성찬
이성진336 [해결]최근 이미지위젯에서 섬네일생성 질문  
레시테 시도때도없이 뜨는 unexpected error occured [3] 2009.04.13 by 레시테
스포츠365 게시판분류관리에서요.. [2] 2009.04.13 by 강유리164
오승진443 게시판에서 php나 쿠키가 xe에서 먹는지 안먹나요?  
달리다굼 재차 질문드립니다.. [2] 2009.04.13 by 달리다굼
HAM완소남 1.0.2에서 1.2.0으로 업그레이드 후 문제점. 도와주세요. [2] 2009.04.13 by DK
0213008 게시판에 들어가서 글을 쓰려고 하면... [4] file 2009.04.13 by 0213008
하이우리 레이아웃 목록이 기본3개만 나오네요... 아시는분 꼭 답변점 부탁할께요 [3] file 2009.04.13 by 하이우리
sergiokang 관리자님, 제로보드 별첨기능이 안됩니다! [2] 2009.04.13 by sergiokang
이상헌918 첫화면을 로그인 화면으로 할려고 하면은 ? [1] 2009.04.13 by SeeReal
문현욱 HIM:L로 음악을 넣었습니다. [1] 2009.04.13 by narawiz
똘이 카운터 표시 이상, 달력위젯 이상 [4] file 2009.04.13 by 팬텀
골드로드 한국어버젼과 중국어버젼 2가지로 설치해야 합니다..어떻게 하죠?  
이기현805 IP 차단이란? [3] file 2009.04.13 by narawiz
에스트레야 고려대 커뮤니티 사이트 아시나요? 고파스라고.. [6] 2009.04.13 by 고펑