Changeset 5743
- Timestamp:
- 04/11/08 02:07:12 (7 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
interface/owner/communication/comment/index.php (modified) (1 diff)
-
interface/owner/communication/link/index.php (modified) (4 diffs)
-
style/admin/whitedream/basic.css (modified) (1 diff)
-
style/admin/whitedream/communication.css (modified) (1 diff)
-
style/admin/whitedream/post.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/communication/comment/index.php
r5702 r5743 410 410 </div> 411 411 </div> 412 413 <div id="data-description" class="section"> 414 <h2><?php echo _t('기능 설명');?></h2> 415 <dl class="ban-description"> 416 <dt><?php echo _t('차단하기');?></dt> 417 <dd><?php echo _t('해당 데이터를 필터에 추가합니다.');?></dd> 418 </dl> 419 <dl class="trash-description"> 420 <dt><?php echo _t('지우기');?></dt> 421 <dd><?php echo _t('선택한 링크를 삭제합니다.');?></dd> 422 </dl> 423 </div> 412 424 </div> 413 425 </form> -
trunk/interface/owner/communication/link/index.php
r5690 r5743 92 92 <tr> 93 93 <th class="homepage"><span class="text"><?php echo _t('홈페이지 이름');?></span></th> 94 <th class="address"><span class="text"><?php echo _t('사이트 주소');?></span></th> 94 95 <th class="status"><span class="text"><?php echo _t('상태');?></span></th> 95 <th class="address"><span class="text"><?php echo _t('사이트 주소');?></span></th>96 96 <th class="edit"><span class="text"><?php echo _t('수정');?></span></th> 97 97 <th class="delete"><span class="text"><?php echo _t('삭제');?></span></th> … … 110 110 <tr id="link_<?php echo $link['id'];?>" class="<?php echo $className;?> inactive-class" onmouseover="rolloverClass(this, 'over')" onmouseout="rolloverClass(this, 'out')"> 111 111 <td class="homepage"><a href="<?php echo $blogURL;?>/owner/communication/link/edit/<?php echo $link['id'];?>" title="<?php echo _t('이 링크 정보를 수정합니다.');?>"><?php echo htmlspecialchars($link['name']);?></a></td> 112 <td class="address"><a href="<?php echo htmlspecialchars($link['url']);?>" onclick="window.open(this.href); return false;" title="<?php echo _t('이 링크에 연결합니다.');?>"><?php echo htmlspecialchars($link['url']);?></a></td> 112 113 <td class="status"> 113 114 … … 154 155 </span> 155 156 </td> 156 157 <td class="address"><a href="<?php echo htmlspecialchars($link['url']);?>" onclick="window.open(this.href); return false;" title="<?php echo _t('이 링크에 연결합니다.');?>"><?php echo htmlspecialchars($link['url']);?></a></td>158 157 <td class="edit"><a class="edit-button button" href="<?php echo $blogURL;?>/owner/communication/link/edit/<?php echo $link['id'];?>" title="<?php echo _t('링크 정보를 수정합니다.');?>"><span><?php echo _t('수정');?></span></a></td> 159 158 <td class="delete"><a class="delete-button button" href="<?php echo $blogURL;?>/owner/communication/link/delete/<?php echo $link['id'];?>" onclick="deleteLink(<?php echo $link['id'];?>); return false;" title="<?php echo _t('링크 정보를 삭제합니다.');?>"><span class="text"><?php echo _t('삭제');?></span></a></td> … … 161 160 <?php 162 161 } 163 if (sizeof($links) > 0) echo " </tbody>"; 162 if (sizeof($links) > 0) echo " 163 </tbody>"; 164 164 ?> 165 165 </table> 166 167 <hr class="hidden" /> 168 169 <div class="data-subbox"> 170 <div id="data-description" class="section"> 171 <h2><?php echo _t('기능 설명');?></h2> 172 <dl class="modify-description"> 173 <dt><?php echo _t('수정하기');?></dt> 174 <dd><?php echo _t('링크 정보를 수정합니다.');?></dd> 175 </dl> 176 <dl class="trash-description"> 177 <dt><?php echo _t('지우기');?></dt> 178 <dd><?php echo _t('선택한 링크를 삭제합니다.');?></dd> 179 </dl> 180 </div> 181 </div> 166 182 </div> 167 183 <?php -
trunk/style/admin/whitedream/basic.css
r5740 r5743 1029 1029 /* Etc *******************************************************************************************/ 1030 1030 1031 /* data description (for simple help footers) */ 1032 #data-description 1033 { 1034 text-align : right; 1035 } 1036 1037 #data-description dl 1038 { 1039 background-position : left top; 1040 background-repeat : no-repeat; 1041 display : inline; 1042 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif; 1043 font-size : 0.93em; 1044 font-weight : normal; 1045 padding : 3px 0 1px 29px; 1046 } 1047 1048 #data-description dl dt 1049 { 1050 display : none; 1051 } 1052 1053 #data-description dl dd 1054 { 1055 display : inline; 1056 margin : 0; 1057 padding-right : 11px; 1058 position : static; 1059 } 1060 1031 1061 /* eolin suggest */ 1032 1062 .eolinSuggest -
trunk/style/admin/whitedream/communication.css
r5646 r5743 586 586 margin : 0 auto 50px auto; 587 587 } 588 589 /* simple help footer ****************************************************************************/ 590 591 #data-description dl.modify-description 592 { 593 background-image : url("./image/icon_modify.gif"); 594 background-color : transparent; 595 background-position : 8px 2px; 596 background-repeat : no-repeat; 597 } 598 599 #data-description dl.ban-description 600 { 601 background-image : url("./image/icon_block_off.gif"); 602 background-color : transparent; 603 background-position : 8px 2px; 604 margin : 0 3px 0 0; 605 background-repeat : no-repeat; 606 } 607 608 #data-description dl.trash-description 609 { 610 background-image : url("./image/icon_delete.gif"); 611 background-color : transparent; 612 background-position : 8px 7px; 613 height : 11px; 614 margin : 0 auto; 615 background-repeat : no-repeat; 616 } -
trunk/style/admin/whitedream/post.css
r5741 r5743 63 63 64 64 /* data description */ 65 #data-description66 {67 text-align : right;68 }69 70 #data-description dl71 {72 background-position : left top;73 background-repeat : no-repeat;74 display : inline;75 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif;76 font-size : 0.93em;77 font-weight : normal;78 padding : 3px 0 1px 29px;79 }80 81 #data-description dl dt82 {83 display : none;84 }85 86 #data-description dl dd87 {88 display : inline;89 margin : 0;90 padding-right : 11px;91 position : static;92 }93 94 65 #data-description dl.starred-description 95 66 {
