Changeset 5453
- Timestamp:
- 02/29/08 11:02:32 (10 months ago)
- Location:
- trunk
- Files:
-
- 2 added
- 6 modified
-
interface/login/index.php (modified) (2 diffs)
-
interface/login/openid/guest/index.php (modified) (1 diff)
-
style/admin/whitedream/image/bg_login.png (modified) (previous)
-
style/admin/whitedream/image/bg_login_field.png (added)
-
style/admin/whitedream/image/img_login_logo.png (added)
-
style/admin/whitedream/login.css (modified) (6 diffs)
-
style/admin/whitedream/login.ie.css (modified) (2 diffs)
-
style/admin/whitedream/login.ie7.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/login/index.php
r5429 r5453 141 141 <form method="post" action=""> 142 142 <input type="hidden" name="requestURI" value="<?php echo htmlspecialchars($_POST['requestURI']);?>" /> 143 <div id="field-box">143 <div class="field-box"> 144 144 <dl id="email-line"> 145 145 <dt><label for="loginid"><?php echo _text('이메일');?></label></dt> … … 178 178 <input type="hidden" name="need_writers" value="1" /> 179 179 <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('로그인'); ?>" /> 199 196 </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 } ?> 200 208 </div> 201 209 </form> -
trunk/interface/login/openid/guest/index.php
r5321 r5453 66 66 <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> 67 67 <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> 69 69 <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> 70 70 <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 10 10 #data-outbox 11 11 { 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; 14 16 position : relative; 15 17 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; 18 26 } 19 27 20 28 #logo-box 21 29 { 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; 26 37 } 27 38 28 #log in-box39 #logo-box img 29 40 { 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; 42 42 } 43 43 … … 46 46 font-weight : normal !important; 47 47 line-height : 1em !important; 48 padding : 1 5px 0 3px 0;48 padding : 10px 0 3px 0; 49 49 position : static !important; 50 50 } … … 77 77 { 78 78 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; 80 87 } 81 88 … … 84 91 background-color : #FFFFFF; 85 92 background-image : none !important; 86 display : block;87 93 font-weight : bold; 88 94 height : 3em; 89 95 line-height : 3em; 90 position : absolute;91 right : 15px;92 top : 153px;93 width : 74px;94 96 } 95 97 … … 102 104 } 103 105 104 #openid-temp-wrap 106 /* open id */ 107 108 #openid-field-box 105 109 { 106 width : 230px;107 margin : 20px -10px 0 340px;110 border-top: 1px solid #ccc; 111 margin-top: 20px; 108 112 } 109 113 … … 111 115 { 112 116 margin : 0; 113 padding-right : 5px;114 117 } 115 118 116 #openid- all-wrap119 #openid-line .example 117 120 { 118 position : relative; 119 width : 230px; 121 font-size: 0.85em; 122 line-height: 1em; 123 margin-top: 5px; 120 124 } 121 125 122 #openid -field-box126 #openid_identifier 123 127 { 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; 125 133 } 126 134 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; 133 138 } 134 139 135 .openid-login-button 140 #openid-remember dd 136 141 { 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; 148 144 } 149 145 150 #openid- login-button146 #openid-field-box ul 151 147 { 152 float : right; 153 margin : 15px 10px 5px 20px; 154 left : 100px; 148 list-style-type: disc; 149 margin-top: 10px; 155 150 } 156 151 157 #openid- remember152 #openid-field-box ul li 158 153 { 159 display : block; 160 margin-top : 10px; 154 line-height: 1.2em; 155 list-style-type: disc; 156 margin-left: 20px; 161 157 } 162 163 #openid-help164 {165 display :block;166 }167 168 .openid-login-button169 {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 3 3 /* Login *****************************************************************************************/ 4 4 5 dt 5 #login-box 6 6 { 7 padding-bottom : 0;7 width: 215px; 8 8 } 9 9 … … 12 12 height : 3em; 13 13 line-height : 3em; 14 right : 10px;15 14 } -
trunk/style/admin/whitedream/login.ie7.css
r5267 r5453 2 2 3 3 /* Login *****************************************************************************************/ 4 5 dt6 {7 padding-bottom : 0;8 }9 4 10 5 .login-button … … 12 7 height : 3em; 13 8 line-height : 3em; 14 right : 10px;15 9 }
