#321 자동저장/임시저장 글에 대한 처리 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-11 11:11:36 +00:00
parent 190a67301e
commit 5587af419a

View file

@ -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>