|
||||
1 : {&¢Ò 2 : /* file: logout.fom¢Ò 3 : author: ¼±¤Çö¢Ò 4 : ¢Ò 5 : Copyright (c) 2001/02/22 by Wesoft¢Ò 6 : All Rights Reserved.¢Ò 7 : */¢Ò 8 : ¢Ò 9 : WIDTH= 320;¢Ò 10 : BARCOLOR= bar_boardcolor;¢Ò 11 : }¢Ò 12 : <html>¢Ò 13 : <head>¢Ò 14 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->¢Ò 15 : <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">¢Ò 16 : <meta http-equiv="Pragma" content="no-cache">¢Ò 17 : <title>°³ÀÎ ÁÖ¼Ò·Ï logout</title>¢Ò 18 : <link rel=stylesheet type="text/css" href="form/addrbook.css">¢Ò 19 : <script language="JavaScript">¢Ò 20 : <!--¢Ò 21 : ¢Ò 22 : function gologin()¢Ò 23 : {¢Ò 24 : location.replace("login.wel");¢Ò 25 : }¢Ò 26 : //-->¢Ò 27 : </script>¢Ò 28 : </head>¢Ò 29 : <body {$background}>¢Ò 30 : <center>¢Ò 31 : <br>¢Ò 32 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò 33 : style="border-width:1px; border-color:#000000">¢Ò 34 : <tr>¢Ò 35 : <td align=center valign=bottom id=tdb>¢Ò 36 : <font size=2><b>°³ÀÎ ÁÖ¼Ò·Ï ·Î±× ¾Æ¿ô</b></font></td>¢Ò 37 : </tr>¢Ò 38 : </table>¢Ò 39 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor=#f8f8e8¢Ò 40 : style="border-width:1px;border-color:#000000;border-top:none;border-bottom:none">¢Ò 41 : <tr>¢Ò 42 : <td align=center id=tdi>¢Ò 43 : <br><br><br>ÁÖ¼Ò·ÏÀ» ÀÌ¿ëÇØ ÁÖ½Ã¾î °¨»çÇÕ´Ï´Ù!<br><br><br></td>¢Ò 44 : </tr>¢Ò 45 : </table>¢Ò 46 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò 47 : style="border-width:1px; border-color:#000000">¢Ò 48 : <tr>¢Ò 49 : <td align=center id=tdb height=24>¢Ò 50 : {&button(1,"gologin()","´Ù½Ã ·Î±×ÀÎ Çϱâ","width:110")}</td>¢Ò 51 : </tr>¢Ò 52 : </table>¢Ò 53 : {$cpright}¢Ò 54 : </center>¢Ò 55 : </body>¢Ò 56 : </html>¢Ò |
||||
|