mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#321 자동저장/임시저장 글에 대한 처리 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
190a67301e
commit
5587af419a
1 changed files with 13 additions and 6 deletions
|
|
@ -49,15 +49,19 @@
|
|||
<!--@if($val->upload_target_srl != $cur_upload_target_srl)-->
|
||||
<!--@if($val->target_document_srl)-->
|
||||
{@ $document_srl = $val->target_document_srl}
|
||||
{@ $move_uri = './?document_srl='.$document_srl.'#comment_'.$val->upload_target_srl}
|
||||
{@ $move_uri = './?mid='.$module_list[$val->module_srl]->mid.'&document_srl='.$document_srl.'#comment_'.$val->upload_target_srl}
|
||||
<!--@else-->
|
||||
{@ $document_srl = $val->upload_target_srl}
|
||||
{@ $move_uri = './?document_srl='.$val->upload_target_srl}
|
||||
{@ $move_uri = './?mid='.$module_list[$val->module_srl]->mid.'&document_srl='.$val->upload_target_srl}
|
||||
<!--@end-->
|
||||
{@ $cur_upload_target_srl = $val->upload_target_srl}
|
||||
<tr class="bg1">
|
||||
<td colspan="9">
|
||||
<!--@if(!$document_list[$document_srl])-->
|
||||
{$lang->cmd_save}
|
||||
<!--@else-->
|
||||
<a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false;" class="blue">{$module_list[$val->module_srl]->browser_title}</a> - <a href="{$move_uri}" onclick="window.open(this.href);return false;">{htmlspecialchars($document_list[$document_srl]->title)}</a>
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
|
@ -78,7 +82,10 @@
|
|||
<td class="tahoma">{$val->download_count}</td>
|
||||
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td class="tahoma">{$val->ipaddress}</td>
|
||||
<td class="blue"><a href="{$move_uri}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
|
||||
<td class="blue">
|
||||
<!--@if($document_list[$document_srl])-->
|
||||
<a href="{$move_uri}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
|
||||
<!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue