Show
Ignore:
Timestamp:
03/25/08 16:41:10 (8 months ago)
Author:
inureyes
Message:

#897

  • 중간 커밋
  • 적절하게 안해주면 update할 때들 문제생길라...
Location:
trunk/interface/owner/communication/trash
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/communication/trash/comment/index.php

    r5285 r5632  
    5151                                    if (!confirm("<?php echo _t('선택된 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 
    5252                                        return; 
    53                                     var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/entry/trash/comment/delete/" + id); 
     53                                    var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/communication/trash/comment/delete/" + id); 
    5454                                    request.onSuccess = function () { 
    5555                                        document.getElementById('list-form').submit(); 
     
    6363                                    if (!confirm("<?php echo _t('휴지통 내의 모든 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 
    6464                                        return; 
    65                                     var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/entry/trash/emptyTrash/?type=1&ajaxcall"); 
     65                                    var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/communication/trash/emptyTrash/?type=1&ajaxcall"); 
    6666                                    request.onSuccess = function () { 
    6767                                        window.location.reload(); 
     
    8484                                        } 
    8585                                    } 
    86                                     var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/entry/trash/comment/delete/"); 
     86                                    var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/communication/trash/comment/delete/"); 
    8787                                    request.onSuccess = function() { 
    8888                                        document.getElementById('list-form').submit(); 
     
    9797                                    if (!confirm("<?php echo _t('선택된 댓글을 복원합니다. 계속 하시겠습니까?');?>")) 
    9898                                        return; 
    99                                     var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/entry/trash/comment/revert/" + id); 
     99                                    var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/communication/trash/comment/revert/" + id); 
    100100                                    request.onSuccess = function () { 
    101101                                        document.getElementById('list-form').submit(); 
     
    118118                                        } 
    119119                                    } 
    120                                     var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/entry/trash/comment/revert/"); 
     120                                    var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/communication/trash/comment/revert/"); 
    121121                                    request.onSuccess = function() { 
    122122                                        document.getElementById('list-form').submit(); 
     
    271271                            </div>                           
    272272 
    273                             <form id="trash-form" method="post" action="<?php echo $blogURL;?>/owner/entry/trash"> 
     273                            <form id="trash-form" method="post" action="<?php echo $blogURL;?>/owner/communication/trash"> 
    274274                                <fieldset class="section"> 
    275275                                    <legend><?php echo _t('삭제된 파일 보기 설정');?></legend> 
     
    293293                            </form> 
    294294                             
    295                             <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/entry/trash/comment"> 
     295                            <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/communication/trash/comment"> 
    296296                                <table class="data-inbox" cellspacing="0" cellpadding="0"> 
    297297                                    <thead> 
     
    358358    } 
    359359?> 
    360                                                 <a href="<?php echo $blogURL;?>/owner/entry/trash/comment?name=<?php echo urlencode(escapeJSInAttribute($comment['name']));?>" title="<?php echo _t('이 이름으로 등록된 댓글 목록을 보여줍니다.');?>"><?php echo htmlspecialchars($comment['name']);?></a> 
     360                                                <a href="<?php echo $blogURL;?>/owner/communication/trash/comment?name=<?php echo urlencode(escapeJSInAttribute($comment['name']));?>" title="<?php echo _t('이 이름으로 등록된 댓글 목록을 보여줍니다.');?>"><?php echo htmlspecialchars($comment['name']);?></a> 
    361361                                            </td> 
    362362                                            <td class="content"> 
     
    387387    } 
    388388?> 
    389                                                 <a href="<?php echo $blogURL;?>/owner/entry/trash/comment?ip=<?php echo urlencode(escapeJSInAttribute($comment['ip']));?>" title="<?php echo _t('이 IP로 등록된 댓글 목록을 보여줍니다.');?>"><?php echo $comment['ip'];?></a> 
     389                                                <a href="<?php echo $blogURL;?>/owner/communication/trash/comment?ip=<?php echo urlencode(escapeJSInAttribute($comment['ip']));?>" title="<?php echo _t('이 IP로 등록된 댓글 목록을 보여줍니다.');?>"><?php echo $comment['ip'];?></a> 
    390390                                            </td> 
    391391                                            <td class="revert"> 
    392                                                 <a class="revert-button button" href="<?php echo $blogURL;?>/owner/entry/trash/comment/revert/<?php echo $comment['id'];?>" onclick="revertComment(<?php echo $comment['id'];?>); return false;" title="<?php echo _t('이 댓글을 복원합니다.');?>"><span class="text"><?php echo _t('복원');?></span></a> 
     392                                                <a class="revert-button button" href="<?php echo $blogURL;?>/owner/communication/trash/comment/revert/<?php echo $comment['id'];?>" onclick="revertComment(<?php echo $comment['id'];?>); return false;" title="<?php echo _t('이 댓글을 복원합니다.');?>"><span class="text"><?php echo _t('복원');?></span></a> 
    393393                                            </td> 
    394394                                            <td class="delete"> 
    395                                                 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/entry/trash/comment/delete/<?php echo $comment['id'];?>" onclick="deleteComment(<?php echo $comment['id'];?>); return false;" title="<?php echo _t('이 댓글을 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a> 
     395                                                <a class="delete-button button" href="<?php echo $blogURL;?>/owner/communication/trash/comment/delete/<?php echo $comment['id'];?>" onclick="deleteComment(<?php echo $comment['id'];?>); return false;" title="<?php echo _t('이 댓글을 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a> 
    396396                                            </td> 
    397397                                        </tr> 
     
    454454                            <hr class="hidden" /> 
    455455                             
    456                             <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/entry/trash/comment"> 
     456                            <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/communication/trash/comment"> 
    457457                                <h2><?php echo _t('검색');?></h2> 
    458458                                 
     
    466466                             
    467467                            <div class="button-box"> 
    468                                 <a class="all-delete-button button" href="<?php echo $blogURL;?>/owner/entry/trash/emptyTrash/?type=1" onclick="deleteCommentAll(); return false;" title="<?php echo _t('휴지통의 댓글을 한 번에 삭제합니다.');?>"><span class="text"><?php echo _t('휴지통 비우기');?></span></a> 
     468                                <a class="all-delete-button button" href="<?php echo $blogURL;?>/owner/communication/trash/emptyTrash/?type=1" onclick="deleteCommentAll(); return false;" title="<?php echo _t('휴지통의 댓글을 한 번에 삭제합니다.');?>"><span class="text"><?php echo _t('휴지통 비우기');?></span></a> 
    469469                            </div> 
    470470                        </div>