Changeset 5996

Show
Ignore:
Timestamp:
05/22/08 15:32:52 (8 months ago)
Author:
inureyes
Message:

#981

  • 스킨 검색 창의 위치 조정
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/skin/index.php

    r5995 r5996  
    182182                            <h2 class="caption"><span class="main-text"><?php echo _t('사용가능한 스킨들의 목록입니다');?></span></h2> 
    183183                             
     184                            <form id="skin-search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/skin"> 
     185                                <h2><?php echo _t('검색');?></h2> 
     186                                <div class="section"> 
     187                                    <label for="search"><?php echo _t('제목');?>, <?php echo _t('내용');?></label> 
     188                                    <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') {  document.getElementById('skin-search-form').submit();return false; }" /> 
     189                                    <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('skin-search-form').submit();return false;" /> 
     190                                </div> 
     191                            </form> 
     192                             
    184193                            <div class="main-explain-box"> 
    185194                                <p class="explain"><?php echo _t('블로그에 적용하기 원하시는 스킨의 적용 버튼을 누르면 스킨이 블로그에 반영됩니다.');?></p> 
     
    235244                            </div> 
    236245                            <hr class="hidden" /> 
    237                             <form id="skin-search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/skin"> 
    238                                 <h2><?php echo _t('검색');?></h2> 
    239                                 <div class="section"> 
    240                                     <label for="search"><?php echo _t('제목');?>, <?php echo _t('내용');?></label> 
    241                                     <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') {  document.getElementById('skin-search-form').submit();return false; }" /> 
    242                                     <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('skin-search-form').submit();return false;" /> 
    243                                 </div> 
    244                             </form> 
    245246                        </div> 
    246247                        <div id="part-skin-more" class="part"> 
  • trunk/style/admin/whitedream/skin.css

    r5992 r5996  
    145145    border                           : none; 
    146146    margin                           : 0; 
    147     position                         : absolute; 
    148     right                            : 35px; 
     147    position                         : relative; 
     148    left                             : 630px; 
    149149    text-align                       : right; 
    150     top                              : 275px; 
     150    top                              : -38px; 
    151151    width                            : 25em; 
    152152    z-index                          : 1;