-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/include/
File Upload :
Current File : /var/www/html/include/login_bk.html

		<? if ( empty($info_user['loginno'])) { ?>
		<form name="top_login_form" method="post" action="/mypage/" onSubmit=" return on_submit(this); ">
		<input type="hidden" name="mode" value="login">
		<input type="hidden" name="path" value="/">
		<table style="background:url(/img/login_bg.gif) no-repeat;" width="185" height="85">
		<tr>
			<td style="padding-left:13px;padding-top:12px;">
			<table>
			<tr>
				<td><input type="text" name="check_id" style="background-repeat:no-repeat;width:104px;height:22px;padding-top:4px;padding-left:4px;" onFocus=" this.style.backgroundImage = '' " onBlur=" if ( this.value == '' ) { this.style.backgroundImage = 'url(/img/id_bg.gif)'; } " class="form" required emsg=" ¾ÆÀ̵𸦠ÀÔ·ÂÇØÁÖ¼¼¿ä " vtype="id" minnum=4 maxnum=16 maxlength="16" tabindex=11></td>
				<td><input type="checkbox" name="save_id"><img src="/img/icon_idsave.gif" alt="IDÀúÀå"></td>
			</tr>
			<tr>
				<td><input type="password" name="check_pass" style="background-repeat:no-repeat;width:104px;height:22px;padding-top:4px;padding-left:4px;" onFocus=" this.style.backgroundImage = '' " onBlur=" if ( this.value == '' ) { this.style.backgroundImage = 'url(/img/pw_bg.gif)'; } "  class="form" required emsg=" ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä" maxlength="16" minnum=4 maxnum=16 tabindex=12></td>
				<td><input name="image" type="image" style="margin-left:4px;" src="/img/bt_login.gif"></td>
			</tr>
			<tr>
				<td colspan="2" align="center" height="26" class="sf"><a href="javascript:OpenMenu('join1');" class="topbt">ȸ¿ø°¡ÀÔ</a><span style="padding-left:10px;padding-right:10px;color:#FFFFFF;">|</span><a href="javascript:OpenMenu('idpw');" class="topbt">ID/PW ã±â</a></td>
			</tr>
			</table>
			</td>
		</tr>
		</table>
		</form>
		<script language="javascript">
		function on_submit(f) {
			if ( _chkForm(f)) {
				if ( f.elements['save_id'].checked )
					_setCookie( 'save_id' , f.elements['check_id'].value , 30 ) ;
			} else return false ;
		}
		function on_save_id() {
			if ( ( sid = _getCookie('save_id')) != '' ) {
				document.getElementById('top_login_form').elements['check_id'].value = sid ;
				document.getElementById('top_login_form').elements['save_id'].checked = true ;
			}
		}
		on_save_id();
		</script>
		<? } else { ?>
		<table bgcolor="#f3f4f3" width="185" height="85">
		<tr>
			<td style="padding-left:13px;padding-top:12px;">
			<table width="100%">
			<tr>
				<td height="44" align="center" style="line-height:150%;"><b><?=$info_user['loginname']?></b>´Ô<br>·Î±×ÀÎÇϼ̽À´Ï´Ù.</td>
			</tr>
			<tr>
				<td align="center" height="26"><a href="javascript:OpenMenu('mypage');">Á¤º¸¼öÁ¤</a><span style="padding-left:10px;padding-right:10px;">|</span><a href="javascript:OpenMenu('logout');">·Î±×¾Æ¿ô</a></td>
			</tr>
			</table>
			</td>
		</tr>
		</table>
		<? } ?>

Copyright © 2017 || Recoded By Mr.Bumblebee