Changeset 5501
- Timestamp:
- 03/01/08 08:11:24 (10 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
interface/owner/data/index.php (modified) (1 diff)
-
interface/owner/setting/account/index.php (modified) (3 diffs)
-
interface/owner/setting/openid/index.php (modified) (3 diffs)
-
style/admin/whitedream/setting.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/data/index.php
r5285 r5501 176 176 hideDialog(); 177 177 } 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 } 178 192 //]]> 179 193 </script> -
trunk/interface/owner/setting/account/index.php
r5374 r5501 377 377 <hr class="hidden" /> 378 378 </div> 379 380 <div id="part-setting-account" class="part"> 379 </div> 380 381 <div id="part-setting-account" class="part"> 381 382 <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"> 385 389 <?php 386 390 $hptype = User::getHomepageType(); … … 436 440 <p class="explain"><?php echo _t("오픈아이디를 현재 계정에 연결합니다.").' '._t('연결한 오픈아이디로 이 계정에 로그인 할 수 있습니다.');?></p> 437 441 </div> 438 <table class="data-inbox" cellspacing="0" cellpadding="0"> 442 443 <table class="data-inbox"> 439 444 <thead> 440 445 <tr> … … 476 481 } 477 482 ?> 478 <div class="data- inbox">483 <div class="data-subbox"> 479 484 <?php 480 485 if( isActivePlugin( 'CL_OpenID' ) || Acl::check('group.administrators') ) { -
trunk/interface/owner/setting/openid/index.php
r5359 r5501 114 114 <div id="part-setting-admin" class="part"> 115 115 <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> 133 136 </div> 134 137 <?php … … 138 141 <div id="part-openid-blogaddress" class="part"> 139 142 <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> 145 150 <?php 146 151 $currentDelegate = setting::getBlogSettingGlobal( 'OpenIDDelegate', '' ); 147 152 ?> 148 <select id="openid_for_delegation">153 <select id="openid_for_delegation"> 149 154 <?php 150 155 print "<option value='' >" . _t('블로그 주소를 오픈아이디로 사용하지 않음') . "</option>"; … … 157 162 } 158 163 ?> 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" /> 161 166 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> 169 175 </div> 170 176 -
trunk/style/admin/whitedream/setting.css
r5465 r5501 356 356 } 357 357 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 358 371 /* invite list */ 359 372 … … 573 586 #part-data-remove div.data-inbox 574 587 { 575 width : 4 70px;588 width : 450px; 576 589 } 577 590
