Changeset 5632
- Timestamp:
- 03/25/08 16:41:10 (7 months ago)
- Location:
- trunk
- Files:
-
- 3 added
- 14 modified
- 5 moved
-
components/Textcube.Control.Auth.php (modified) (5 diffs)
-
interface/owner/communication/comment (moved) (moved from trunk/interface/owner/entry/comment)
-
interface/owner/communication/comment/index.php (modified) (9 diffs)
-
interface/owner/communication/notify (moved) (moved from trunk/interface/owner/entry/notify)
-
interface/owner/communication/notify/index.php (modified) (2 diffs)
-
interface/owner/communication/trackback (moved) (moved from trunk/interface/owner/entry/trackback)
-
interface/owner/communication/trackback/index.php (modified) (10 diffs)
-
interface/owner/communication/trash (moved) (moved from trunk/interface/owner/entry/trash)
-
interface/owner/communication/trash/comment/index.php (modified) (11 diffs)
-
interface/owner/communication/trash/emptyTrash/index.php (modified) (2 diffs)
-
interface/owner/communication/trash/trackback/index.php (modified) (11 diffs)
-
interface/owner/communication/xfn (moved) (moved from trunk/interface/owner/link/xfn)
-
interface/owner/entry/index.php (modified) (3 diffs)
-
language/ko.php (modified) (1 diff)
-
lib/piece/owner/contentMenu.php (modified) (1 diff)
-
lib/piece/owner/header.php (modified) (3 diffs)
-
style/admin/whitedream/communication.css (added)
-
style/admin/whitedream/communication.ie.css (added)
-
style/admin/whitedream/communication.ie7.css (added)
-
style/admin/whitedream/post.css (modified) (2 diffs)
-
style/admin/whitedream/post.ie.css (modified) (1 diff)
-
style/admin/whitedream/post.ie7.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Control.Auth.php
r5430 r5632 27 27 '/owner/center/dashboard*', 28 28 '/owner/center/about', 29 '/owner/ entry*',29 '/owner/communication*', 30 30 '/owner/reader', 31 31 '/owner/setting*', … … 39 39 '/owner/entry/add*', 40 40 '/owner/entry/attach*', 41 '/owner/entry/comment*',42 41 '/owner/entry/delete*', 43 42 '/owner/entry/detach*', … … 46 45 '/owner/entry/edit*', 47 46 '/owner/entry/loadTemplate*', 48 '/owner/entry/notify*',49 47 '/owner/entry/post*', 50 48 '/owner/entry/preview*', 51 49 '/owner/entry/protect*', 52 50 '/owner/entry/size*', 53 '/owner/entry/trackback*',54 '/owner/entry/trash*',55 51 '/owner/entry/update*', 56 52 '/owner/entry/visibility*', 53 '/owner/communication/comment*', 54 '/owner/communication/trackback*', 55 '/owner/communication/trash*', 56 '/owner/communication/notify*', 57 57 '/owner/plugin/admin*' 58 58 ), … … 64 64 '/owner/entry/add*', 65 65 '/owner/entry/attach*', 66 '/owner/entry/comment*',67 66 '/owner/entry/delete*', 68 67 '/owner/entry/detach*', … … 71 70 '/owner/entry/edit*', 72 71 '/owner/entry/loadTemplate*', 73 '/owner/entry/notify*',74 72 '/owner/entry/post*', 75 73 '/owner/entry/preview*', 76 74 '/owner/entry/protect*', 77 75 '/owner/entry/size*', 78 '/owner/entry/trackback*',79 '/owner/entry/trash*',80 76 '/owner/entry/update*', 81 77 '/owner/entry/visibility*', 78 '/owner/communication/trackback*', 79 '/owner/communication/trash*', 80 '/owner/communication/comment*', 81 '/owner/communication/notify*', 82 82 '/owner/setting/account*', 83 83 '/owner/setting/teamblog/changeBlog*', -
trunk/interface/owner/communication/comment/index.php
r5610 r5632 48 48 49 49 $tabsClass = array(); 50 $tabsClass['postfix'] = null; 51 $tabsClass['postfix'] .= isset($_POST['category']) ? '&category='.$_POST['category'] : ''; 52 $tabsClass['postfix'] .= isset($_POST['name']) ? '&name='.$_POST['name'] : ''; 53 $tabsClass['postfix'] .= isset($_POST['ip']) ? '&ip='.$_POST['ip'] : ''; 54 $tabsClass['postfix'] .= isset($_POST['search']) ? '&search='.$_POST['search'] : ''; 55 if(!empty($tabsClass['postfix'])) $tabsClass['postfix'] = ltrim($tabsClass['postfix'],'/'); 56 50 57 if (isset($_POST['status'])) { 51 58 if($_POST['status']=='comment') { … … 60 67 $visibilityText = _t('댓글'); 61 68 } 62 if( $tabsClass['comment'] == true) {69 if(isset($tabsClass['comment']) && $tabsClass['comment'] == true) { 63 70 list($comments, $paging) = getCommentsWithPagingForOwner($blogid, $categoryId, $name, $ip, $search, $suri['page'], $perPage); 64 71 } else { … … 73 80 if (!confirm("<?php echo _t('선택된 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 74 81 return; 75 var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/ entry/comment/delete/" + id);82 var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/communication/comment/delete/" + id); 76 83 request.onSuccess = function () { 77 84 PM.removeRequest(this); … … 99 106 } 100 107 101 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/ entry/comment/delete/");108 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/communication/comment/delete/"); 102 109 request.onSuccess = function() { 103 110 document.getElementById('list-form').submit(); … … 200 207 </h2> 201 208 <ul id="communication-tabs-box" class="tabs-box"> 202 <!-- TODO : $tab['postfix'] 버그 --> 203 <li<?php echo isset($tabsClass['comment']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/comment?page=1<?php echo $tab['postfix'];?>&status=comment"><?php echo _t('댓글');?></a></li> 204 <li<?php echo isset($tabsClass['guestbook']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/comment?page=1<?php echo $tab['postfix'];?>&status=guestbook"><?php echo _t('방명록');?></a></li> 205 <li<?php echo isset($tabsClass['notify']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/notify"><?php echo _t('댓글 알리미');?></a></li> 206 <li<?php echo isset($tabsClass['received']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/trackback?page=1<?php echo $tab['postfix'];?>&status=received"><?php echo _t('걸린 글');?></a></li> 207 <li<?php echo isset($tabsClass['sent']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/trackback?page=1<?php echo $tab['postfix'];?>&status=sent"><?php echo _t('건 글');?></a></li> 209 <li<?php echo isset($tabsClass['comment']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/comment?page=1<?php echo $tabsClass['postfix'];?>&status=comment"><?php echo _t('댓글');?></a></li> 210 <li<?php echo isset($tabsClass['guestbook']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/comment?page=1<?php echo $tabsClass['postfix'];?>&status=guestbook"><?php echo _t('방명록');?></a></li> 211 <li<?php echo isset($tabsClass['notify']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/notify"><?php echo _t('댓글 알리미');?></a></li> 212 <li<?php echo isset($tabsClass['received']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/trackback?page=1<?php echo $tabsClass['postfix'];?>&status=received"><?php echo _t('걸린 글');?></a></li> 213 <li<?php echo isset($tabsClass['sent']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/trackback?page=1<?php echo $tabsClass['postfix'];?>&status=sent"><?php echo _t('건 글');?></a></li> 208 214 </ul> 209 215 <?php 210 216 if(isset($tabsClass['comment'])) { 211 217 ?> 212 <form id="category-form" class="category-box" method="post" action="<?php echo $blogURL;?>/owner/ entry/comment">218 <form id="category-form" class="category-box" method="post" action="<?php echo $blogURL;?>/owner/communication/comment"> 213 219 <div class="section"> 214 220 <input type="hidden" name="page" value="<?php echo $suri['page'];?>" /> … … 234 240 } 235 241 ?> 236 <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/ entry/comment">242 <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/communication/comment"> 237 243 <?php 238 244 if(isset($_POST['ip'])) echo ' <input type="hidden" name="ip" value="'.$_POST['ip'].'" />'.CRLF; … … 312 318 } else { 313 319 echo '<a class="entryURL" href="'.$blogURL.'/'.$comment['entry'].'#comment'.$comment['id'].'" title="'._t('댓글이 작성된 포스트로 직접 이동합니다.').'">'; 314 } 315 echo '<span class="entry-title">'. htmlspecialchars($comment['title']) .'</span>'; 316 317 if ($comment['title'] != '' && $comment['parent'] != '') { 318 echo '<span class="divider"> | </span>'; 320 echo '<span class="entry-title">'. htmlspecialchars($comment['title']) .'</span>'; 321 if ($comment['title'] != '' && $comment['parent'] != '') { 322 echo '<span class="divider"> | </span>'; 323 } 319 324 } 320 325 … … 343 348 </td> 344 349 <td class="delete"> 345 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/ entry/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>350 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/communication/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> 346 351 </td> 347 352 </tr> … … 404 409 <hr class="hidden" /> 405 410 406 <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/ entry/comment">411 <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/communication/comment"> 407 412 <h2><?php echo _t('검색');?></h2> 408 413 -
trunk/interface/owner/communication/notify/index.php
r5610 r5632 39 39 40 40 $tabsClass = array(); 41 $tabsClass['postfix'] = null; 42 $tabsClass['postfix'] .= isset($_POST['category']) ? '&category='.$_POST['category'] : ''; 43 $tabsClass['postfix'] .= isset($_POST['name']) ? '&name='.$_POST['name'] : ''; 44 $tabsClass['postfix'] .= isset($_POST['ip']) ? '&ip='.$_POST['ip'] : ''; 45 $tabsClass['postfix'] .= isset($_POST['search']) ? '&search='.$_POST['search'] : ''; 46 if(!empty($tabsClass['postfix'])) $tabsClass['postfix'] = ltrim($tabsClass['postfix'],'/'); 47 41 48 $tabsClass['notify'] = true; 42 49 $visibilityText = _t('댓글 알리미'); … … 159 166 </h2> 160 167 <ul id="communication-tabs-box" class="tabs-box"> 161 <!-- TODO : $tab['postfix'] 버그 --> 162 <li<?php echo isset($tabsClass['comment']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/comment?page=1<?php echo $tab['postfix'];?>&status=comment"><?php echo _t('댓글');?></a></li> 163 <li<?php echo isset($tabsClass['guestbook']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/comment?page=1<?php echo $tab['postfix'];?>&status=guestbook"><?php echo _t('방명록');?></a></li> 164 <li<?php echo isset($tabsClass['notify']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/notify"><?php echo _t('댓글 알리미');?></a></li> 165 <li<?php echo isset($tabsClass['received']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/trackback?page=1<?php echo $tab['postfix'];?>&status=received"><?php echo _t('걸린 글');?></a></li> 166 <li<?php echo isset($tabsClass['sent']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/trackback?page=1<?php echo $tab['postfix'];?>&status=sent"><?php echo _t('건 글');?></a></li> 168 <li<?php echo isset($tabsClass['comment']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/comment?page=1<?php echo $tabsClass['postfix'];?>&status=comment"><?php echo _t('댓글');?></a></li> 169 <li<?php echo isset($tabsClass['guestbook']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/comment?page=1<?php echo $tabsClass['postfix'];?>&status=guestbook"><?php echo _t('방명록');?></a></li> 170 <li<?php echo isset($tabsClass['notify']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/notify"><?php echo _t('댓글 알리미');?></a></li> 171 <li<?php echo isset($tabsClass['received']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/trackback?page=1<?php echo $tabsClass['postfix'];?>&status=received"><?php echo _t('걸린 글');?></a></li> 172 <li<?php echo isset($tabsClass['sent']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/trackback?page=1<?php echo $tabsClass['postfix'];?>&status=sent"><?php echo _t('건 글');?></a></li> 167 173 </ul> 168 174 -
trunk/interface/owner/communication/trackback/index.php
r5610 r5632 45 45 46 46 $tabsClass = array(); 47 $tabsClass['postfix'] = null; 48 $tabsClass['postfix'] .= isset($_POST['category']) ? '&category='.$_POST['category'] : ''; 49 $tabsClass['postfix'] .= isset($_POST['name']) ? '&name='.$_POST['name'] : ''; 50 $tabsClass['postfix'] .= isset($_POST['ip']) ? '&ip='.$_POST['ip'] : ''; 51 $tabsClass['postfix'] .= isset($_POST['search']) ? '&search='.$_POST['search'] : ''; 52 if(!empty($tabsClass['postfix'])) $tabsClass['postfix'] = ltrim($tabsClass['postfix'],'/'); 53 47 54 if (isset($_POST['status'])) { 48 55 if($_POST['status']=='received') { … … 58 65 } 59 66 60 if( $tabsClass['received'] == true) {67 if(isset($tabsClass['received']) && $tabsClass['received'] == true) { 61 68 list($trackbacks, $paging) = getTrackbacksWithPagingForOwner($blogid, $categoryId, $site, $ip, $search, $suri['page'], $perPage); 62 69 } else { … … 112 119 if (!confirm("<?php echo _t('선택된 걸린글을 휴지통으로 옮깁니다. 계속 하시겠습니까?');?>")) 113 120 return; 114 var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/ entry/trackback/delete/" + id);121 var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/communication/trackback/delete/" + id); 115 122 request.onSuccess = function() { 116 123 PM.removeRequest(this); … … 137 144 targets[targets.length] = oElement.value; 138 145 } 139 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/ entry/trackback/delete/");146 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/communication/trackback/delete/"); 140 147 request.onSuccess = function() { 141 148 document.getElementById('list-form').submit(); … … 151 158 function removeTrackbackLog(id) { 152 159 if (confirm("선택된 글걸기 기록을 지웁니다. 계속 하시겠습니까?")) { 153 var request = new HTTPRequest("<?php echo $blogURL;?>/owner/ entry/trackback/log/remove/" + id);160 var request = new HTTPRequest("<?php echo $blogURL;?>/owner/communication/trackback/log/remove/" + id); 154 161 request.onSuccess = function () { 155 162 document.getElementById('list-form').submit(); … … 173 180 targets[targets.length] = oElement.value; 174 181 } 175 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/ entry/trackback/log/remove/");182 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/communication/trackback/log/remove/"); 176 183 request.onSuccess = function() { 177 184 document.getElementById('list-form').submit(); … … 236 243 </h2> 237 244 <ul id="communication-tabs-box" class="tabs-box"> 238 <!-- TODO : $tab['postfix'] 버그 --> 239 <li<?php echo isset($tabsClass['comment']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/comment?page=1<?php echo $tab['postfix'];?>&status=comment"><?php echo _t('댓글');?></a></li> 240 <li<?php echo isset($tabsClass['guestbook']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/comment?page=1<?php echo $tab['postfix'];?>&status=guestbook"><?php echo _t('방명록');?></a></li> 241 <li<?php echo isset($tabsClass['notify']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/notify"><?php echo _t('댓글 알리미');?></a></li> 242 <li<?php echo isset($tabsClass['received']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/trackback?page=1<?php echo $tab['postfix'];?>&status=received"><?php echo _t('걸린 글');?></a></li> 243 <li<?php echo isset($tabsClass['sent']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/entry/trackback?page=1<?php echo $tab['postfix'];?>&status=sent"><?php echo _t('건 글');?></a></li> 245 <li<?php echo isset($tabsClass['comment']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/comment?page=1<?php echo $tabsClass['postfix'];?>&status=comment"><?php echo _t('댓글');?></a></li> 246 <li<?php echo isset($tabsClass['guestbook']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/comment?page=1<?php echo $tabsClass['postfix'];?>&status=guestbook"><?php echo _t('방명록');?></a></li> 247 <li<?php echo isset($tabsClass['notify']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/notify"><?php echo _t('댓글 알리미');?></a></li> 248 <li<?php echo isset($tabsClass['received']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/trackback?page=1<?php echo $tabsClass['postfix'];?>&status=received"><?php echo _t('걸린 글');?></a></li> 249 <li<?php echo isset($tabsClass['sent']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/communication/trackback?page=1<?php echo $tabsClass['postfix'];?>&status=sent"><?php echo _t('건 글');?></a></li> 244 250 </ul> 245 251 246 <form id="category-form" class="category-box" method="post" action="<?php echo $blogURL;?>/owner/ entry/trackback">252 <form id="category-form" class="category-box" method="post" action="<?php echo $blogURL;?>/owner/communication/trackback"> 247 253 <div class="section"> 248 254 <input type="hidden" name="page" value="<?php echo $suri['page'];?>" /> … … 271 277 </form> 272 278 273 <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/ entry/trackback">279 <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/communication/trackback"> 274 280 <?php 275 281 if(!isset($tabsClass['received'])) { … … 384 390 if(isset($tabsClass['received'])) { 385 391 ?> 386 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/ entry/trackback/delete/<?php echo $trackback['id'];?>" onclick="trashTrackback(<?php echo $trackback['id'];?>); return false;" title="<?php echo _t('이 걸린글을 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a>387 <?php 388 } else { 389 ?> 390 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/ entry/trackback/log/remove/<?php echo $trackback['id'];?>" onclick="removeTrackbackLog(<?php echo $trackback['id'];?>); return false;" title="<?php echo _t('이 글걸기 기록을 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a>392 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/communication/trackback/delete/<?php echo $trackback['id'];?>" onclick="trashTrackback(<?php echo $trackback['id'];?>); return false;" title="<?php echo _t('이 걸린글을 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a> 393 <?php 394 } else { 395 ?> 396 <a class="delete-button button" href="<?php echo $blogURL;?>/owner/communication/trackback/log/remove/<?php echo $trackback['id'];?>" onclick="removeTrackbackLog(<?php echo $trackback['id'];?>); return false;" title="<?php echo _t('이 글걸기 기록을 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a> 391 397 <?php 392 398 } … … 452 458 <hr class="hidden" /> 453 459 454 <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/ entry/trackback">460 <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/communication/trackback"> 455 461 <h2><?php echo _t('검색');?></h2> 456 462 -
trunk/interface/owner/communication/trash/comment/index.php
r5285 r5632 51 51 if (!confirm("<?php echo _t('선택된 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 52 52 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); 54 54 request.onSuccess = function () { 55 55 document.getElementById('list-form').submit(); … … 63 63 if (!confirm("<?php echo _t('휴지통 내의 모든 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 64 64 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"); 66 66 request.onSuccess = function () { 67 67 window.location.reload(); … … 84 84 } 85 85 } 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/"); 87 87 request.onSuccess = function() { 88 88 document.getElementById('list-form').submit(); … … 97 97 if (!confirm("<?php echo _t('선택된 댓글을 복원합니다. 계속 하시겠습니까?');?>")) 98 98 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); 100 100 request.onSuccess = function () { 101 101 document.getElementById('list-form').submit(); … … 118 118 } 119 119 } 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/"); 121 121 request.onSuccess = function() { 122 122 document.getElementById('list-form').submit(); … … 271 271 </div> 272 272 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"> 274 274 <fieldset class="section"> 275 275 <legend><?php echo _t('삭제된 파일 보기 설정');?></legend> … … 293 293 </form> 294 294 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"> 296 296 <table class="data-inbox" cellspacing="0" cellpadding="0"> 297 297 <thead> … … 358 358 } 359 359 ?> 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> 361 361 </td> 362 362 <td class="content"> … … 387 387 } 388 388 ?> 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> 390 390 </td> 391 391 <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> 393 393 </td> 394 394 <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> 396 396 </td> 397 397 </tr> … … 454 454 <hr class="hidden" /> 455 455 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"> 457 457 <h2><?php echo _t('검색');?></h2> 458 458 … … 466 466 467 467<
