mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
작성글 목록에서 모듈이나 글 선택시 rewrite mod적용되어 새창으로 뜨도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4593918f77
commit
26cd370517
1 changed files with 2 additions and 2 deletions
|
|
@ -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()}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue