작성글 목록에서 모듈이나 글 선택시 rewrite mod적용되어 새창으로 뜨도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-24 05:07:56 +00:00
parent 4593918f77
commit 26cd370517

View file

@ -38,8 +38,8 @@
<tr class="bg{($no+1)%2+1}">
<td class="num">{$no}</td>
<td class="title">
<a href="#" onclick="window.open('./?mid={$module_list[$oDocument->get('module_srl')]->mid}');return false">{htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)}</a> -
<a href="#" onclick="window.open('./?document_srl={$oDocument->document_srl}');return false">{$oDocument->getTitleText()}</a>
<a href="{getUrl('','mid',$module_list[$oDocument->get('module_srl')]->mid)}" onclick="window.open(this.href);return false">{htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)}</a> -
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false;">{$oDocument->getTitleText()}</a>
<!--@if($oDocument->getCommentCount())-->
[{$oDocument->getCommentCount()}]