File name: addrbook/form/login.fom (2,920 bytes) Text file viewer v1.2
    1 : {&¢Ò
    2 :   /* file: login.fom¢Ò
    3 :      author: ¼­±¤Çö¢Ò
    4 : ¢Ò
    5 :      Copyright (c) 2001/02/22 by Wesoft¢Ò
    6 :      All Rights Reserved.¢Ò
    7 :   */¢Ò
    8 : ¢Ò
    9 :   WIDTH= 520;¢Ò
   10 :   BARCOLOR= bar_boardcolor;¢Ò
   11 :   if(getid!="") focus= "pass"; else focus= "id";¢Ò
   12 :  }¢Ò
   13 : <html>¢Ò
   14 : <head>¢Ò
   15 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->¢Ò
   16 : <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">¢Ò
   17 : <meta http-equiv="Pragma" content="no-cache">¢Ò
   18 : <title>°³ÀÎ ÁÖ¼Ò·Ï »ç¿ëÀÚ ÀÎÁõ</title>¢Ò
   19 : <link rel=stylesheet type="text/css" href="form/addrbook.css">¢Ò
   20 : <script language="JavaScript" src="form/idcheck.js"></script>¢Ò
   21 : <script language="JavaScript">¢Ò
   22 : <!--¢Ò
   23 : function goregister()¢Ò
   24 :  {¢Ò
   25 :     location.replace("register.wel");¢Ò
   26 :  }¢Ò
   27 : ¢Ò
   28 : function goadmail()¢Ò
   29 :  {¢Ò
   30 :     location.replace("mail.wel");¢Ò
   31 :  }¢Ò
   32 : //-->¢Ò
   33 : </script>¢Ò
   34 : </head>¢Ò
   35 : <body {$background} onLoad='document.user.{$focus}.focus()'>¢Ò
   36 : <center>¢Ò
   37 : <br>¢Ò
   38 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò
   39 :        style="border-width:1px; border-color:#000000">¢Ò
   40 : <form name="user" method="POST" action="login.wel" onSubmit="return idCheck2()">¢Ò
   41 : <input type=hidden name="getid" value="{$getid}">¢Ò
   42 : <input type=hidden name="getpass" value="{$getpass}">¢Ò
   43 :  <tr>¢Ò
   44 :   <td id=tdb width=33%>&nbsp;</td>¢Ò
   45 :   <td align=center valign=bottom id=tdb width=33%>¢Ò
   46 :    <font size=2><b>°³ÀÎ ÁÖ¼Ò·Ï »ç¿ëÀÚ ÀÎÁõ</b></font></td>¢Ò
   47 :   <td align=right id=tdb width=33%>¢Ò
   48 :     {&button(2,"goadmail()","(?) °ü¸®ÀÚ¿¡°Ô ¹®ÀÇÇϱâ","width:150")}</td>¢Ò
   49 :  </tr>¢Ò
   50 : </table>¢Ò
   51 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor=#f8f8e8¢Ò
   52 :        style="border-width:1px;border-color:#000000;border-top:none;border-bottom:none">¢Ò
   53 :  <tr><td colspan=2 height=2></td><tr>¢Ò
   54 :  <tr>¢Ò
   55 :   <td colspan=2 align=center id=tdi>{$MSG}</td>¢Ò
   56 :  </tr>¢Ò
   57 : {&¢Ò
   58 :  if(getid!="")¢Ò
   59 :   {¢Ò
   60 :      /" <input type=hidden name="id" value="{$getid}">\n"/;¢Ò
   61 :   }¢Ò
   62 :  else¢Ò
   63 :   {¢Ò
   64 :     /" <tr>¢Ò
   65 :   <td align=right id=tdi><font color=#0000a0>»ç¿ëÀÚ ID :</font></td>¢Ò
   66 :   <td align=left id=tdi>¢Ò
   67 :    <input type=text name="id" size=12 maxlength=12 id=it></td>¢Ò
   68 :  </tr>\n"/;¢Ò
   69 :  }¢Ò
   70 : }¢Ò
   71 :  <tr>¢Ò
   72 :   <td align=right id=tdi><font color=#0000a0>»ç¿ëÀÚ ¾ÏÈ£ :</font></td>¢Ò
   73 :   <td align=left id=tdi>¢Ò
   74 :    <input type=password name="pass" size=12 maxlength=12 id=it></td>¢Ò
   75 :  </tr>¢Ò
   76 :  <tr><td colspan=2 height=2></td><tr>¢Ò
   77 : </table>¢Ò
   78 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò
   79 :        style="border-width:1px; border-color:#000000">¢Ò
   80 : <tr>¢Ò
   81 : {&¢Ò
   82 :  if(register_flag!=0)¢Ò
   83 :   {¢Ò
   84 :     /" <td align=center id=tdb height=24 width=50%>¢Ò
   85 : {&button(1,"goregister()","½Å±Ô °¡ÀÔ Çϱâ","width:90")}</td>¢Ò
   86 :  <td align=center style="border-width:0" height=24 width=50%>\n"/;¢Ò
   87 :  }¢Ò
   88 : else¢Ò
   89 :  {¢Ò
   90 :    /" <td align=center id=tdb height=24>\n"/;¢Ò
   91 :  }¢Ò
   92 : }¢Ò
   93 :   <input type="submit" value="·Î±×ÀÎ Çϱâ" id=is style="width:90"¢Ò
   94 :          onmouseover="this.style.color='#f00000'"¢Ò
   95 :          onmouseout= "this.style.color='#000000'"></td>¢Ò
   96 :  </tr></form>¢Ò
   97 : </table>¢Ò
   98 : <p style="margin:3px 0 0 0;line-height:0"></p>¢Ò
   99 : {&¢Ò
  100 :   if(view_memo==1) include("memo.sub"); else print(cpright);¢Ò
  101 :  }¢Ò
  102 : </center>¢Ò
  103 : </body>¢Ò
  104 : </html>¢Ò
File name: addrbook/form/login.fom (2,920 bytes) Wesoft Corp. ¨Ï 2001 All rights reserved.