|
||||
1 : {&¢Ò 2 : /* file: admmemo.fom¢Ò 3 : author: ¼±¤Çö¢Ò 4 : ¢Ò 5 : Copyright (c) 2001/02/22 by Wesoft¢Ò 6 : All Rights Reserved.¢Ò 7 : */¢Ò 8 : ¢Ò 9 : WIDTH= 560;¢Ò 10 : BARCOLOR= bar_admincolor;¢Ò 11 : ARG= strform("list={$list}&k={$k}&ps={$ps}&pw={$pw}&pS={$pS}&pN={$pN}&pl={$pl}&pr={$pr}");¢Ò 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 golist()¢Ò 24 : {¢Ò 25 : url= "admin.wel?{$ARG}";¢Ò 26 : location.replace(url);¢Ò 27 : }¢Ò 28 : ¢Ò 29 : function gomzap(no)¢Ò 30 : {¢Ò 31 : yes= confirm("µî·Ï¹øÈ£ " + no + "¹ø ¸Þ¸ð¸¦ »èÁ¦ÇÕ´Ï´Ù. °è¼ÓÇϽðڽÀ´Ï±î?");¢Ò 32 : if(yes) location.replace("admmemozap.wel?no="+no+"&{$ARG}");¢Ò 33 : }¢Ò 34 : //-->¢Ò 35 : </script>¢Ò 36 : </head>¢Ò 37 : <body {$background} onLoad='document.memo.memo.focus()'>¢Ò 38 : <center>¢Ò 39 : <table border=1 cellspacing=0 cellpadding=0 width={$WIDTH} bgcolor={$BARCOLOR}¢Ò 40 : style="border-width:1px; border-color:#000000">¢Ò 41 : <tr>¢Ò 42 : <td id=tdb width=20%> </td>¢Ò 43 : <td align=center valign=bottom id=tdb width=60%>¢Ò 44 : <font size=3><b>¸Þ ¸ð °ü ¸®</b></font></td>¢Ò 45 : <td align=right id=tdb width=20%>¢Ò 46 : {&button(1,"golist()","¸Þ´º·Î º¹±Í","width:90")}</td>¢Ò 47 : </tr>¢Ò 48 : </table>¢Ò 49 : <p style="margin:1px 0 0 0;line-height:0"></p>¢Ò 50 : {&include("memo.sub")}¢Ò 51 : </center>¢Ò 52 : </body>¢Ò 53 : </html>¢Ò |
||||
|