File name: addrbook/form/admmodify.fom (4,792 bytes) Text file viewer v1.2
    1 : {&¢Ò
    2 :   /* file: admmodify.fom¢Ò
    3 :      author: ¼­±¤Çö¢Ò
    4 : ¢Ò
    5 :      Copyright (c) 2001/02/22 by Wesoft¢Ò
    6 :      All Rights Reserved.¢Ò
    7 : ¢Ò
    8 :   */¢Ò
    9 : ¢Ò
   10 :   WIDTH= 600;¢Ò
   11 :   BARCOLOR= bar_admincolor;¢Ò
   12 :   ARG= strform("list={$list}&k={$k}&ps={$ps}&pw={$pw}&pS={$pS}&pN={$pN}&pl={$pl}&pr={$pr}");¢Ò
   13 :  }¢Ò
   14 : <html>¢Ò
   15 : <head>¢Ò
   16 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->¢Ò
   17 : <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">¢Ò
   18 : <meta http-equiv="Pragma" content="no-cache">¢Ò
   19 : <title>°³ÀÎ ÁÖ¼Ò·Ï °ü¸® ¼öÁ¤</title>¢Ò
   20 : <link rel=stylesheet type="text/css" href="form/addrbook.css">¢Ò
   21 : <script language="JavaScript">¢Ò
   22 : <!--¢Ò
   23 : ¢Ò
   24 : function Check()¢Ò
   25 :  {¢Ò
   26 :     if(document.user.pass.value!=document.user.pass2.value)¢Ò
   27 :      {¢Ò
   28 :         alert("ÁÖ¼Ò·Ï ¾ÏÈ£°¡ ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù!");¢Ò
   29 :         document.user.pass2.focus();¢Ò
   30 :         return false;¢Ò
   31 :      }¢Ò
   32 :     if(document.user.title.value=="")¢Ò
   33 :      {¢Ò
   34 :         alert("ÁÖ¼Ò·Ï Á¦¸ñÀ» ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ!");¢Ò
   35 :         document.user.title.focus();¢Ò
   36 :         return false;¢Ò
   37 :      }¢Ò
   38 :     if(document.user.name.value=="")¢Ò
   39 :      {¢Ò
   40 :         alert("ÁÖ¼Ò·Ï {$user} À̸§À» ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ!");¢Ò
   41 :         document.user.name.focus();¢Ò
   42 :         return false;¢Ò
   43 :      }¢Ò
   44 :     document.user.submit();¢Ò
   45 :     return true;¢Ò
   46 :  }¢Ò
   47 : ¢Ò
   48 : function goview()¢Ò
   49 :  {¢Ò
   50 :     url= "admview.wel?no={$no}&{$ARG}";¢Ò
   51 :     location.replace(url);¢Ò
   52 :  }¢Ò
   53 : //-->¢Ò
   54 : </script>¢Ò
   55 : </head>¢Ò
   56 : <body {$background} topmargin=2 onload="document.user.pass.focus()">¢Ò
   57 : <center>¢Ò
   58 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò
   59 :        style="border-width:1px; border-color:#000000">¢Ò
   60 : <form name="user" method="post" action="admmodify.wel">¢Ò
   61 : <input type=hidden name="writeflag" value=1>¢Ò
   62 : <input type=hidden name="no" value="{$no}">¢Ò
   63 : <input type=hidden name="id" value="{$id}">¢Ò
   64 : <input type=hidden name="list" value="{$list}">¢Ò
   65 : <input type=hidden name="k" value="{$k}">¢Ò
   66 : <input type=hidden name="ps" value="{$ps}">¢Ò
   67 : <input type=hidden name="pw" value="{$pw}">¢Ò
   68 : <input type=hidden name="pS" value="{$pS}">¢Ò
   69 : <input type=hidden name="pN" value="{$pN}">¢Ò
   70 : <input type=hidden name="pl" value="{$pl}">¢Ò
   71 : <input type=hidden name="pr" value="{$pr}">¢Ò
   72 : <tr>¢Ò
   73 :  <td id=tdb width=20%>&nbsp;</td>¢Ò
   74 :  <td align=center valign=bottom id=tdb width=60%>¢Ò
   75 :   <font size=3><b>°³ ÀÎ ÁÖ ¼Ò ·Ï °ü ¸® ¼ö Á¤</b></font></td>¢Ò
   76 :  <td align=right id=tdb width=20%>¢Ò
   77 : {&button(1,"goview()","¼ö Á¤ Ãë ¼Ò","")}</td>¢Ò
   78 :  </tr>¢Ò
   79 : </table>¢Ò
   80 : <p style="margin:1px 0 0 0;line-height:0"></p>¢Ò
   81 : <table border=1 cellspacing=0 cellpadding=3 width={$WIDTH} bordercolordark=white bordercolorlight=#c8c8c8>¢Ò
   82 :  <tr>¢Ò
   83 :   <td id=tdhw>ÁÖ¼Ò·Ï ID</td>¢Ò
   84 :   <td id=tdl><font color=#0000f0>{$id}</font></td>¢Ò
   85 :  </tr>¢Ò
   86 :  <tr>¢Ò
   87 :   <td id=tdhw>ÁÖ¼Ò·Ï ¾ÏÈ£</td>¢Ò
   88 :   <td id=tdl>¢Ò
   89 :     ¾ÏÈ£: <input type=password name="pass" maxlength=12 size=12 id=it>¢Ò
   90 :     &nbsp;&nbsp;&nbsp;&nbsp;¢Ò
   91 :     ¾ÏȣȮÀÎ: <input type=password name="pass2" maxlength=12 size=12 id=it></td>¢Ò
   92 :  </tr>¢Ò
   93 : {&¢Ò
   94 :    if(class=="A") SKIP= "YES", guide= "";¢Ò
   95 :     else¢Ò
   96 :      {¢Ò
   97 :         SKIP= "";¢Ò
   98 :         guide= "&nbsp;¡Ø °³¹æÇüÀ¸·Î µÎ½Ã¸é ÁÖ¼Ò·Ï ÀÚ·á°¡ ŸÀο¡°Ô °³¹æµË´Ï´Ù";¢Ò
   99 :      }¢Ò
  100 :  }{?*SKIP,{!goto next}}¢Ò
  101 :  <tr>¢Ò
  102 :   <td id=tdhw>ÁÖ¼Ò·Ï Á¦¸ñ</td>¢Ò
  103 :   <td id=tdl><input type=text name="title" value="{$title}" maxlength=40 size=40 id=it></td>¢Ò
  104 :  </tr>{:next}¢Ò
  105 :  <tr>¢Ò
  106 :   <td id=tdhw>ÆäÀÌÁö´ç ÀÚ·á¼ö</td>¢Ò
  107 :   <td id=tdl>¢Ò
  108 :     <select name="rpp">¢Ò
  109 : {&¢Ò
  110 :     for(i=5; i<=20; i++)¢Ò
  111 :      {¢Ò
  112 :         if(pagerec!=i) print("<option value='", i, "'>", i, "</option>");¢Ò
  113 :          else print("<option value='", i, "' selected>", i, "</option>");¢Ò
  114 :      }¢Ò
  115 :  }¢Ò
  116 :     </select></td>¢Ò
  117 :  </tr>{?*SKIP,{!goto next2}}¢Ò
  118 :  <tr>¢Ò
  119 :   <td id=tdhw>ÇüÅÂ/»ç¿ë¿©ºÎ</td>¢Ò
  120 :   <td id=tdl>ÁÖ¼Ò·Ï ÇüÅÂ:¢Ò
  121 :     <select name="kind">¢Ò
  122 :      <option value="C"{$selC}>Æó¼âÇü</option>¢Ò
  123 :      <option value="O"{$selO}>°³¹æÇü</option>¢Ò
  124 :     </select>¢Ò
  125 :     &nbsp;&nbsp;&nbsp;»ç¿ë¿©ºÎ¢Ò
  126 :     <select name="useflag">¢Ò
  127 :      <option value="Y"{$selY}>»ç¿ë°¡´É</option>¢Ò
  128 :      <option value="N"{$selN}>»ç¿ëº¸·ù</option>¢Ò
  129 :     </select></td>¢Ò
  130 :  </tr>{:next2}¢Ò
  131 :  <tr>¢Ò
  132 :   <td id=tdhw>{$user} À̸§</td>¢Ò
  133 :   <td id=tdl>¢Ò
  134 :    <input type=text name="name" value="{$name}" maxlength=14 size=14 id=it>¢Ò
  135 :    {$guide}</td>¢Ò
  136 :  </tr>¢Ò
  137 :  <tr>¢Ò
  138 :   <td id=tdhw>{$user} ¿¬¶ôó</td>¢Ò
  139 :   <td id=tdl>¢Ò
  140 :    ÀüÈ­¹øÈ£: <input type=text name="phone" value="{$phone}" maxlength=16 size=16 id=it>¢Ò
  141 :    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¢Ò
  142 :    ÈÞ´ëÆù¹øÈ£: <input type=text name="hdphone" value="{$hdphone}" maxlength=16 size=16 id=it></td>¢Ò
  143 :  </tr>¢Ò
  144 :  <tr>¢Ò
  145 :   <td id=tdhw>{$user} ÀüÀÚ¿ìÆí ÁÖ¼Ò</td>¢Ò
  146 :   <td id=tdl><input type=text name="email" value="{$email}" maxlength=40 size=40 id=it></td>¢Ò
  147 :  </tr>¢Ò
  148 : </table>¢Ò
  149 : <p style="margin:1px 0 0 0;line-height:0"></p>¢Ò
  150 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò
  151 :        style="border-width:1px; border-color:#000000">¢Ò
  152 : <tr>¢Ò
  153 :   <td id=tdb width=20%>&nbsp;</td>¢Ò
  154 :   <td align=center id=tdb width=60%>{$cpright}</td>¢Ò
  155 :   <td align=right id=tdb width=20%>¢Ò
  156 : {&button(1,"Check()","Àú Àå ÇÏ ±â","")}</td>¢Ò
  157 :  </tr>¢Ò
  158 : </table>¢Ò
  159 : </form>¢Ò
  160 : </center>¢Ò
  161 : </body>¢Ò
  162 : </html>¢Ò
File name: addrbook/form/admmodify.fom (4,792 bytes) Wesoft Corp. ¨Ï 2001 All rights reserved.