Changeset 5453

Show
Ignore:
Timestamp:
02/29/08 11:02:32 (10 months ago)
Author:
graphittie
Message:
  • refs #828
  • 로그인 화면 다듬기.
Location:
trunk
Files:
2 added
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/login/index.php

    r5429 r5453  
    141141                    <form method="post" action=""> 
    142142                        <input type="hidden" name="requestURI" value="<?php echo htmlspecialchars($_POST['requestURI']);?>" /> 
    143                         <div id="field-box"> 
     143                        <div class="field-box"> 
    144144                            <dl id="email-line"> 
    145145                                <dt><label for="loginid"><?php echo _text('이메일');?></label></dt> 
     
    178178                        <input type="hidden" name="need_writers" value="1" /> 
    179179                        <input type="hidden" name="action" value="try_auth" /> 
    180                         <div id="openid-temp-wrap"> 
    181                             <hr size="1" /> 
    182                             <div id="openid-all-wrap"> 
    183                                 <div id="openid-field-box"> 
    184                                     <dl id="openid-line"> 
    185                                         <dt><label for="openid_identifier"><?php echo _text('관리자 계정과 연결된 오픈아이디');?></label></dt> 
    186  
    187                                         <dd><input type="text" class="input-text openid-identifier-login" id="openid_identifier" name="openid_identifier" value="<?php echo $cookie_openid; ?>" maxlength="256" /></dd> 
    188                                         <dd><label><?php echo _text('예) textcube.idtail.com, textcube.myid.net'); ?></label></dd> 
    189                                         <dd><input type="submit" class="openid-login-button" id="openid-login-button" name="openid_login" value="<?php echo _text('로그인'); ?>" /></dd> 
    190                                         <dd id="openid-remember"><input type="checkbox" class="checkbox" id="openid_remember" name="openid_remember" <?php echo $openid_remember_check; ?> /><label for="openid_remember"><?php echo _text('오픈아이디 저장'); ?></label></dd> 
    191                                         <?php if( !empty( $openid_help_link ) ) { ?> 
    192                                         <dd id="openid-help"><a href="<?php echo $openid_help_link; ?>" ><?php echo _text('오픈아이디란?') ?></a></dd> 
    193                                         <?php } ?> 
    194                                         <?php if( !empty( $openid_signup_link ) ) { ?> 
    195                                         <dd><a href="<?php echo $openid_signup_link; ?>"><?php echo _text('오픈아이디 발급하기'); ?></a></dd> 
    196                                         <?php } ?> 
    197                                     </dl> 
    198                                 </div> 
     180                         
     181                        <div id="openid-field-box" class="field-box"> 
     182                            <dl id="openid-line"> 
     183                                <dt><label for="openid_identifier"><?php echo _text('관리자 계정과 연결된 오픈아이디');?></label></dt> 
     184                                <dd> 
     185                                    <input type="text" class="input-text openid-identifier-login" id="openid_identifier" name="openid_identifier" value="<?php echo $cookie_openid; ?>" maxlength="256" /> 
     186                                    <p class="example"><?php echo _text('예) textcube.idtail.com, textcube.myid.net'); ?></p> 
     187                                </dd> 
     188                            </dl> 
     189                            <dl id="openid-remember"> 
     190                                <dt><span class="label"><?php echo _text('선택사항');?></span></dt> 
     191                                <dd><input type="checkbox" class="checkbox" id="openid_remember" name="openid_remember" <?php echo $openid_remember_check; ?> /><label for="openid_remember"><?php echo _text('오픈아이디 저장'); ?></label></dd> 
     192                            </dl> 
     193                             
     194                            <div class="button-box"> 
     195                                <input type="submit" class="login-button input-button" id="openid-login-button" name="openid_login" value="<?php echo _text('로그인'); ?>" /> 
    199196                            </div> 
     197                             
     198                            <?php if (!empty($openid_help_link) || !empty($openid_signup_link)) { ?> 
     199                            <ul> 
     200                                <?php if( !empty( $openid_help_link ) ) { ?> 
     201                                <li id="openid-help"><a href="<?php echo $openid_help_link; ?>" ><?php echo _text('오픈아이디란?') ?></a></li> 
     202                                <?php } ?> 
     203                                <?php if( !empty( $openid_signup_link ) ) { ?> 
     204                                <li><a href="<?php echo $openid_signup_link; ?>"><?php echo _text('오픈아이디 발급하기'); ?></a></li> 
     205                                <?php } ?> 
     206                            </ul> 
     207                            <?php } ?> 
    200208                        </div> 
    201209                    </form> 
  • trunk/interface/login/openid/guest/index.php

    r5321 r5453  
    6666                                <dd><input type="text" class="input-text openid-identifier-guest-login" id="openid_identifier" name="openid_identifier" value="<?php echo $cookie_openid ?>" maxlength="256" tabindex="1" /></dd> 
    6767                                <dd><input type="checkbox" class="checkbox" id="openid_remember" name="openid_remember" <?php echo $openid_remember_check ?> /><label for="openid_remember"><?php echo _text('오픈아이디 기억') ?></label></dd> 
    68                                 <dd><input type="submit" class="openid-login-button" name="openid_login" value="<?php echo _text('로그인');?>" /><input type="submit" class="openid-login-button" name="openid_cancel" value="<?php echo _text('취소') ?>" /></dd> 
     68                                <dd><input type="submit" class="login-button input-button" name="openid_login" value="<?php echo _text('로그인');?>" /><input type="submit" class="input-button" name="openid_cancel" value="<?php echo _text('취소') ?>" /></dd> 
    6969                                <dd style="margin-top:5px"><a href="<?php echo $openid_help_link ?>"><?php echo _text('오픈아이디란?'); ?></a> | <a href="<?php echo $openid_signup_link; ?>"><?php echo _text('오픈아이디 발급하기');?></a></dd> 
    7070                                <dd><a href="http://www.idtail.com/" style="color: rgb(171, 171, 171);font-size:0.8em" target="_blank" >Technically supported by idtail.com</a></dd> 
  • trunk/style/admin/whitedream/login.css

    r5434 r5453  
    1010#data-outbox 
    1111{ 
    12      
    13     margin                           : 150px auto 0 auto; 
     12    background-image                 : url("./image/bg_login.png"); 
     13    background-repeat: no-repeat; 
     14    border                           : 8px solid #efefef; 
     15    margin                           : 100px auto 0 auto; 
    1416    position                         : relative; 
    1517    width                            : 560px; 
    16     background-image                 : url("./image/bg_login.png"); 
    17     border                           : 8px solid #EFEFEF; 
     18} 
     19 
     20#login-box 
     21{ 
     22    height: 400px; 
     23    margin-left: auto; 
     24    padding: 10px; 
     25    width: 215px; 
    1826} 
    1927 
    2028#logo-box 
    2129{ 
    22     left                             : 65px; 
    23     position                         : absolute; 
    24     top                              : 30px; 
    25     display:none; 
     30    background-image: url("./image/img_login_logo.png"); 
     31    background-repeat: no-repeat; 
     32    height: 41px; 
     33    left: 6px; 
     34    position: absolute; 
     35    bottom: 12px; 
     36    width: 166px; 
    2637} 
    2738 
    28 #login-box 
     39#logo-box img 
    2940{ 
    30     height                           : 400px; 
    31 } 
    32  
    33 #field-box 
    34 { 
    35     height                           : 190px; 
    36     margin-left                      : 250px; 
    37 } 
    38  
    39 dl 
    40 { 
    41     margin-left                      : 90px; 
     41    display: none; 
    4242} 
    4343 
     
    4646    font-weight                      : normal !important; 
    4747    line-height                      : 1em !important; 
    48     padding                          : 15px 0 3px 0; 
     48    padding                          : 10px 0 3px 0; 
    4949    position                         : static !important; 
    5050} 
     
    7777{ 
    7878    color                            : #666666; 
    79     margin-top                       : 25px; 
     79    margin-top                       : 5px; 
     80    text-align: right; 
     81} 
     82 
     83.button-box 
     84{ 
     85    margin-top: 10px; 
     86    text-align: right; 
    8087} 
    8188 
     
    8491    background-color                 : #FFFFFF; 
    8592    background-image                 : none !important; 
    86     display                          : block; 
    8793    font-weight                      : bold; 
    8894    height                           : 3em; 
    8995    line-height                      : 3em; 
    90     position                         : absolute; 
    91     right                            : 15px; 
    92     top                              : 153px; 
    93     width                            : 74px; 
    9496} 
    9597 
     
    102104} 
    103105 
    104 #openid-temp-wrap 
     106/* open id */ 
     107 
     108#openid-field-box 
    105109{ 
    106     width                            : 230px; 
    107     margin                           : 20px -10px 0 340px; 
     110    border-top: 1px solid #ccc; 
     111    margin-top: 20px; 
    108112} 
    109113 
     
    111115{ 
    112116    margin                           : 0; 
    113     padding-right                    : 5px; 
    114117} 
    115118 
    116 #openid-all-wrap 
     119#openid-line .example 
    117120{ 
    118     position                         : relative; 
    119     width                            : 230px; 
     121    font-size: 0.85em; 
     122    line-height: 1em; 
     123    margin-top: 5px; 
    120124} 
    121125 
    122 #openid-field-box 
     126#openid_identifier 
    123127{ 
    124     width                            : 230px; 
     128    background-color: #fff; 
     129    background-image: url("../../../image/icon_login_openid.gif"); 
     130    background-repeat: no-repeat; 
     131    padding-left                     : 30px; 
     132    width: 180px; 
    125133} 
    126134 
    127 .openid-identifier-login#openid_identifier { 
    128     padding-left                     : 30px; 
    129     width                            : 183px; 
    130     background                       : url(../../../image/icon_login_openid.gif) no-repeat; 
    131     font-size                        : 1.3em; 
    132     font-family                      : arial; 
     135#openid-remember dt 
     136{ 
     137    display: none; 
    133138} 
    134139 
    135 .openid-login-button 
     140#openid-remember dd 
    136141{ 
    137     display                          : inline; 
    138     width                            : 74px; 
    139     height                           : 3em; 
    140     cursor                           : pointer; 
    141     padding                          : 0pt 5px; 
    142     font-size                        : 1em; 
    143     font-weight                      : bold; 
    144     font-family                      : 'Lucida Grande',Arial,����,Gulim,Tahoma,Verdana,sans-serif; 
    145     background-color                 : #fff; 
    146     border                           : 1px solid; 
    147     vertical-align                   : middle; 
     142    margin-top: 5px; 
     143    text-align: right; 
    148144} 
    149145 
    150 #openid-login-button 
     146#openid-field-box ul 
    151147{ 
    152     float                            : right; 
    153     margin                           : 15px 10px 5px 20px; 
    154     left                             : 100px; 
     148    list-style-type: disc; 
     149    margin-top: 10px; 
    155150} 
    156151 
    157 #openid-remember 
     152#openid-field-box ul li 
    158153{ 
    159     display                          : block; 
    160     margin-top                       : 10px; 
     154    line-height: 1.2em; 
     155    list-style-type: disc; 
     156    margin-left: 20px; 
    161157} 
    162  
    163 #openid-help 
    164 { 
    165     display                          :block; 
    166 } 
    167  
    168 .openid-login-button 
    169 { 
    170     position                         : static; 
    171     background-color                 : #FFFFFF; 
    172     background-position              : left top; 
    173     display                          : inline; 
    174     font-weight                      : bold; 
    175     height                           : 3em; 
    176     line-height                      : 3em; 
    177     width                            : 6em; 
    178     border                           : 1px solid #777777; 
    179     cursor                           : pointer; 
    180     margin-right                     : 5px; 
    181 } 
    182  
    183 .openid-data-outbox { 
    184     width                            : 650px; 
    185 }  
    186  
    187 #openid_remember { 
    188     padding-top                      : 10px; 
    189 } 
    190  
    191 .openid-identifier-guest-login#openid_identifier { 
    192     padding-left                     : 30px;  
    193     background                       : url(../../../image/icon_login_openid.gif) no-repeat;  
    194     height                           : 1.5em;  
    195     width                            : 450px; 
    196     font-size                        : 1.5em; 
    197     font-weight                      : bold; 
    198     font-family                      : arial; 
    199 } 
    200  
  • trunk/style/admin/whitedream/login.ie.css

    r5267 r5453  
    33/* Login *****************************************************************************************/ 
    44 
    5 dt 
     5#login-box 
    66{ 
    7     padding-bottom                   : 0; 
     7    width: 215px; 
    88} 
    99 
     
    1212    height                           : 3em; 
    1313    line-height                      : 3em; 
    14     right                            : 10px; 
    1514} 
  • trunk/style/admin/whitedream/login.ie7.css

    r5267 r5453  
    22 
    33/* Login *****************************************************************************************/ 
    4  
    5 dt 
    6 { 
    7     padding-bottom                   : 0; 
    8 } 
    94 
    105.login-button 
     
    127    height                           : 3em; 
    138    line-height                      : 3em; 
    14     right                            : 10px; 
    159}