Changeset 5743

Show
Ignore:
Timestamp:
04/11/08 02:07:12 (7 months ago)
Author:
inureyes
Message:

#920

  • 링크쪽 UI 의 일관성 유지
  • 도움말 일부 추가. (그런데 얘 왜 table 아래 가서 안 붙지?)
Location:
trunk
Files:
5 modified

Legend:

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

    r5702 r5743  
    410410                                        </div> 
    411411                                    </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> 
    412424                                </div> 
    413425                            </form> 
  • trunk/interface/owner/communication/link/index.php

    r5690 r5743  
    9292                                    <tr> 
    9393                                        <th class="homepage"><span class="text"><?php echo _t('홈페이지 이름');?></span></th> 
     94                                        <th class="address"><span class="text"><?php echo _t('사이트 주소');?></span></th> 
    9495                                        <th class="status"><span class="text"><?php echo _t('상태');?></span></th> 
    95                                         <th class="address"><span class="text"><?php echo _t('사이트 주소');?></span></th> 
    9696                                        <th class="edit"><span class="text"><?php echo _t('수정');?></span></th> 
    9797                                        <th class="delete"><span class="text"><?php echo _t('삭제');?></span></th> 
     
    110110                                    <tr id="link_<?php echo $link['id'];?>" class="<?php echo $className;?> inactive-class" onmouseover="rolloverClass(this, 'over')" onmouseout="rolloverClass(this, 'out')"> 
    111111                                        <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> 
    112113                                        <td class="status"> 
    113114                                             
     
    154155                                            </span> 
    155156                                        </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> 
    158157                                        <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> 
    159158                                        <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> 
     
    161160<?php 
    162161} 
    163 if (sizeof($links) > 0) echo "                                  </tbody>"; 
     162if (sizeof($links) > 0) echo " 
     163                                </tbody>"; 
    164164?> 
    165165                            </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> 
    166182                        </div> 
    167183<?php 
  • trunk/style/admin/whitedream/basic.css

    r5740 r5743  
    10291029/* Etc *******************************************************************************************/ 
    10301030 
     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 
    10311061/* eolin suggest */ 
    10321062.eolinSuggest 
  • trunk/style/admin/whitedream/communication.css

    r5646 r5743  
    586586    margin                           : 0 auto 50px auto; 
    587587} 
     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  
    6363 
    6464/* data description */ 
    65 #data-description 
    66 { 
    67     text-align                       : right; 
    68 } 
    69  
    70 #data-description dl 
    71 { 
    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 dt 
    82 { 
    83     display                          : none; 
    84 } 
    85  
    86 #data-description dl dd 
    87 { 
    88     display                          : inline; 
    89     margin                           : 0; 
    90     padding-right                    : 11px; 
    91     position                         : static; 
    92 } 
    93  
    9465#data-description dl.starred-description 
    9566{