Changeset 5501

Show
Ignore:
Timestamp:
03/01/08 08:11:24 (10 months ago)
Author:
graphittie
Message:
  • refs #828
  • 환경설정의 일부 마크업 변경과 이에 따른 CSS 수정.
Location:
trunk
Files:
4 modified

Legend:

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

    r5285 r5501  
    176176                                    hideDialog(); 
    177177                                } 
     178                                 
     179                                //window.addEventListener("load", execLoadFunction, false); 
     180                                 
     181                                function execLoadFunction() { 
     182                                    if (STD.isIE6) { 
     183                                        var pluginIcons = document.getElementsByTagName('img'); 
     184                                         
     185                                        for (var i=0; i<pluginIcons.length; ++i) { 
     186                                            var temp = pluginIcons[i].src; 
     187                                            pluginIcons[i].setAttribute('src', "<?php echo $service['path'];?>/image/spacer.gif"); 
     188                                            pluginIcons[i].style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' + temp + '", sizingMethod="scale")'; 
     189                                        } 
     190                                    } 
     191                                } 
    178192                            //]]> 
    179193                        </script> 
  • trunk/interface/owner/setting/account/index.php

    r5374 r5501  
    377377                                <hr class="hidden" /> 
    378378                            </div> 
    379  
    380                             <div id="part-setting-account" class="part"> 
     379                        </div> 
     380                         
     381                        <div id="part-setting-account" class="part"> 
    381382                            <h2 class="caption"><span class="main-text"><?php echo _t('대표 주소');?></span></h2> 
    382                                 <div class="main-explain-box"> 
    383                                     <p class="explain"><?php echo _t("댓글 및 필자 정보에 사용되는 대표 홈페이지 주소를 설정합니다.")?></p> 
    384                                 </div> 
     383                             
     384                            <div class="main-explain-box"> 
     385                                <p class="explain"><?php echo _t("댓글 및 필자 정보에 사용되는 대표 홈페이지 주소를 설정합니다.")?></p> 
     386                            </div> 
     387                             
     388                            <div class="data-inbox"> 
    385389<?php 
    386390$hptype = User::getHomepageType(); 
     
    436440                                <p class="explain"><?php echo _t("오픈아이디를 현재 계정에 연결합니다.").' '._t('연결한 오픈아이디로 이 계정에 로그인 할 수 있습니다.');?></p> 
    437441                            </div> 
    438                             <table class="data-inbox" cellspacing="0" cellpadding="0"> 
     442                             
     443                            <table class="data-inbox"> 
    439444                                <thead> 
    440445                                    <tr> 
     
    476481} 
    477482?> 
    478                             <div class="data-inbox"> 
     483                            <div class="data-subbox"> 
    479484<?php 
    480485if( isActivePlugin( 'CL_OpenID' ) || Acl::check('group.administrators') ) { 
  • trunk/interface/owner/setting/openid/index.php

    r5359 r5501  
    114114    <div id="part-setting-admin" class="part"> 
    115115        <h2 class="caption"><span class="main-text"><?php echo _t('댓글/방명록 설정')?></span></h2> 
    116         <form action="<?php echo $blogURL;?>/owner/setting/openid/change" method="post"> 
    117             <fieldset class="container"> 
    118                 <dl> 
    119                     <dd> 
    120                         <input id="openidonlycomment" type="checkbox" name="openidonlycomment" <?php echo $openidonlycomment?> /> 
    121                         <label for="openidonlycomment"><?php echo _t('오픈아이디로 로그인을 해야만 댓글 및 방명록을 쓸 수 있습니다.') ?></label> 
    122                     </dd> 
    123                     <dd> 
    124                         <input id="openidlogodisplay" type="checkbox" name="openidlogodisplay" <?php echo $openidlogodisplay?> /> 
    125                         <label for="openidlogodisplay"><?php echo _t('오픈아이디로 로그인하여 쓴 댓글/방명록에 오픈아이디 아이콘을 표시합니다.') ?></label> 
    126                     </dd> 
    127                 </dl> 
    128             </fieldset> 
    129             <div class="button-box"> 
    130                 <input type="submit" class="save-button input-button" value="<?php echo _t('변경하기');?>" onclick="save(); return false;" /> 
    131             </div> 
    132         </form> 
     116         
     117        <div class="data-inbox"> 
     118            <form action="<?php echo $blogURL;?>/owner/setting/openid/change" method="post"> 
     119                <fieldset class="container"> 
     120                    <dl> 
     121                        <dd> 
     122                            <input id="openidonlycomment" type="checkbox" name="openidonlycomment" <?php echo $openidonlycomment?> /> 
     123                            <label for="openidonlycomment"><?php echo _t('오픈아이디로 로그인을 해야만 댓글 및 방명록을 쓸 수 있습니다.') ?></label> 
     124                        </dd> 
     125                        <dd> 
     126                            <input id="openidlogodisplay" type="checkbox" name="openidlogodisplay" <?php echo $openidlogodisplay?> /> 
     127                            <label for="openidlogodisplay"><?php echo _t('오픈아이디로 로그인하여 쓴 댓글/방명록에 오픈아이디 아이콘을 표시합니다.') ?></label> 
     128                        </dd> 
     129                    </dl> 
     130                </fieldset> 
     131                <div class="button-box"> 
     132                    <input type="submit" class="save-button input-button" value="<?php echo _t('변경하기');?>" onclick="save(); return false;" /> 
     133                </div> 
     134            </form> 
     135        </div> 
    133136    </div> 
    134137<?php 
     
    138141    <div id="part-openid-blogaddress" class="part"> 
    139142        <h2 class="caption"><span class="main-text"><?php echo _t('블로그 주소를 오픈아이디로 사용')?></span></h2> 
    140         <form> 
    141             <fieldset class="container"> 
    142                 <dl> 
    143                     <dt class="hidden"><?php echo _t('오픈아이디로 사용할 블로그 주소를 선택하세요');?></dt> 
    144                     <dd> 
     143         
     144        <div class="data-inbox"> 
     145            <form> 
     146                <fieldset class="container"> 
     147                    <dl> 
     148                        <dt class="hidden"><?php echo _t('오픈아이디로 사용할 블로그 주소를 선택하세요');?></dt> 
     149                        <dd> 
    145150<?php 
    146151        $currentDelegate = setting::getBlogSettingGlobal( 'OpenIDDelegate', '' ); 
    147152?> 
    148                         <select id="openid_for_delegation"> 
     153                            <select id="openid_for_delegation"> 
    149154<?php 
    150155        print "<option value='' >" . _t('블로그 주소를 오픈아이디로 사용하지 않음') . "</option>"; 
     
    157162        } 
    158163?> 
    159                         </select> 
    160                         <input type="button" onclick="setDelegate(); return false" value="<?php echo _t('확인') ?>" class="save-button input-button" /> 
     164                            </select> 
     165                            <input type="button" onclick="setDelegate(); return false" value="<?php echo _t('확인') ?>" class="save-button input-button" /> 
    161166                         
    162                         <p class="text"> 
    163                             <?php echo sprintf( _t('블로그 주소(%s)를 소유자 계정에 연결된 오픈아이디 중 하나에 위임하여 오픈아이디로 사용할 수 있습니다.'), "$hostURL$blogURL"); ?> 
    164                         </p> 
    165                     </dd> 
    166                 </dl> 
    167             </fieldset> 
    168         </form> 
     167                            <p class="text"> 
     168                                <?php echo sprintf( _t('블로그 주소(%s)를 소유자 계정에 연결된 오픈아이디 중 하나에 위임하여 오픈아이디로 사용할 수 있습니다.'), "$hostURL$blogURL"); ?> 
     169                            </p> 
     170                        </dd> 
     171                    </dl> 
     172                </fieldset> 
     173            </form> 
     174        </div> 
    169175    </div> 
    170176     
  • trunk/style/admin/whitedream/setting.css

    r5465 r5501  
    356356} 
    357357 
     358 
     359/* Team Blog ***************************************************************************************/ 
     360 
     361#list-section table tr td.status 
     362{ 
     363    border-left: none; 
     364} 
     365 
     366#list-section table tr td.cancel 
     367{ 
     368    border-right: none !important; 
     369} 
     370 
    358371/* invite list */ 
    359372 
     
    573586#part-data-remove div.data-inbox 
    574587{ 
    575     width                            : 470px; 
     588    width                            : 450px; 
    576589} 
    577590