1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<? include("memberManage.php"); include("category/common.php"); ?> <title>°ü¸®ÀÚ °èÁ¤º¯°æ</title> <style> .title { font-family:µ¸¿ò,Verdana; color:#000000; font-size:9pt; text-decoration:none; line-height:17px;} .tit01 { font-family:µ¸¿ò,Verdana; color:#333333; font-size:12pt; text-decoration:none; line-height:17px;} .txt02{ font-family:±¼¸²,Verdana; color:#333333; font-size:9pt; text-decoration:none; line-height:17px; font-weight:bold;letter-spacing:3px;} .txt04 { font-family:±¼¸²,Verdana; color:#333333; font-size:9pt; text-decoration:none; line-height:17px; padding-left:20px;} .log { BORDER-RIGHT: #CECFCE 1px solid; BORDER-TOP: #CECFCE 1px solid; PADDING-LEFT: 3px; FONT-SIZE: 12px; BORDER-LEFT: #CECFCE 1px solid; COLOR: #444a45; PADDING-TOP: 3px; BORDER-BOTTOM: #CECFCE 1px solid; FONT-FAMILY: ""; LETTER-SPACING: 0px; BACKGROUND-COLOR: #ffffff } .noline {border-style:none; PADDING-top: 2px;} </style> <script> function adminCh(){ if( adminFrm.newPasswd.value == "" ){ alert("»õºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä"); adminFrm.newPasswd.focus(); return; } if( adminFrm.newPasswd2.value == "" ){ alert("»õºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä"); adminFrm.newPasswd2.focus(); return; } if(adminFrm.newPasswd.value !== adminFrm.newPasswd2.value){ alert("ºñ¹Ð¹øÈ£°¡ ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù."); return; } if(confirm("ÀÌ Á¤º¸·Î º¯°æÇϽðڽÀ´Ï±î?")){ adminFrm.submit(); } } </script> <body topmargin=0 leftmargin=0> <br> <!-- ŸÀÌÆ² ½ÃÀÛ--> <table align="center" border="0" width="750"> <tr> <td width="950"> <p><img src="../img/admin/hewon_title04.jpg" width="301" height="32" border="0" align=absmiddle> <font color = "gray"> °ü¸®ÀÚ Á¢¼Ó ºñ¹Ð¹øÈ£¸¦ º¯°æÇÏ´Â ÆäÀÌÁö ÀÔ´Ï´Ù.</font> </p> </td> </tr> <tr> <td width="750" height="3" bgcolor="ee7823"></td> </tr> </table>
<br>
<!-- ŸÀÌÆ² ³¡--> <table align=center border=1 cellpadding=3 style='border-collapse: collapse' cellspacing=0 bordercolor='#BDBEBD' width=400> <form name='adminFrm' method=post action="admin_process.php"> <tr> <td align="center" bgcolor="#f6f6f6"> <p><span style=font-size:9pt;><font face=Verdana>»õ ºñ¹Ð¹øÈ£</font></span></p> </td> <td align="center" bgcolor="#f6f6f6"> <input name="newPasswd" type="password" class="log" style="height:20px;" size="10" maxlength="20"> </td> </tr> <tr> <td align="center" bgcolor="#f6f6f6"> <p><span style=font-size:9pt;><font face=Verdana>ºñ¹Ð¹øÈ£È®ÀÎ</font></span></p> </td> <td align="center" bgcolor="#f6f6f6"> <input name="newPasswd2" type="password" class="log" style="height:20px;" size="10" maxlength="20"> </td> <tr> <td height="30" align="center" colspan="2"><a href="javascript:adminCh();"><b>È® ÀÎ</a></td> </tr> </form> </table> <br>
<table width="750" align="center" border="0"> <tr> <td width="750" height="3" bgcolor="ee7823"></td> </tr> <tr> <td width="750"> <p align="right"><img src="../img/common/history.gif" align=absmiddle> : °ü¸®ÀÚ¸ðµå>>ȸ¿ø>><b>°ü¸®ÀÚ °èÁ¤º¯°æ</b></p> </td> </tr> </table> <p align="center"> </p>
|