|
||||
1 : {&¢Ò 2 : /* file: message.fom¢Ò 3 : author: ¼±¤Çö¢Ò 4 : ¢Ò 5 : Copyright (c) 2001/02/22 by Wesoft¢Ò 6 : All Rights Reserved.¢Ò 7 : */¢Ò 8 : ¢Ò 9 : ARG= strform("list={$list}&k={$k}&n={$n}&o={$o}",¢Ò 10 : "&pi={$pi}&pw={$pw}&pm={$pm}&ps={$ps}&pd={$pd}");¢Ò 11 : ¢Ò 12 : if(ckid!="" && lc=="")¢Ò 13 : {¢Ò 14 : if(admin==1) lc= "admin"; else lc= "abook";¢Ò 15 : }¢Ò 16 : }¢Ò 17 : <html>¢Ò 18 : <head>¢Ò 19 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->¢Ò 20 : <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">¢Ò 21 : <title>{$message_title}</title>¢Ò 22 : <link rel=stylesheet type="text/css" href="form/addrbook.css">¢Ò 23 : <STYLE TYPE="text/css">¢Ò 24 : <!--¢Ò 25 : table { border-width:1px; border-color:#000000;¢Ò 26 : border-top:none; border-left:none; border-right:none;}¢Ò 27 : td { border-width:1px; border-color:#000000; border-bottom:none; }¢Ò 28 : -->¢Ò 29 : </STYLE>¢Ò 30 : <script language="JavaScript">¢Ò 31 : <!--¢Ò 32 : function goadmail()¢Ò 33 : {¢Ò 34 : url="mail.wel?lc={$lc}&id={$ckid}&name={$us_name}&email={$us_email}&{$ARG}";¢Ò 35 : location.replace(url);¢Ò 36 : }¢Ò 37 : //-->¢Ò 38 : </script>¢Ò 39 : </head>¢Ò 40 : <body {$background}>¢Ò 41 : <center>¢Ò 42 : <br>¢Ò 43 : <table border=1 cellspacing=0 cellpadding=0 width=550 bgcolor=#e0b0b0>¢Ò 44 : <tr>¢Ò 45 : <td height=20 valign=bottom nowrap>¢Ò 46 : <font size=2 color=#000000><b> {$message_title}</b></font></td>¢Ò 47 : </tr>¢Ò 48 : <tr bgcolor=#fdffee>¢Ò 49 : <td nowrap>¢Ò 50 : <br>¢Ò 51 : <p style="margin-left:2mm;margin-top:0;margin-bottom:0">¢Ò 52 : <font size=2 color=#f00000>{$MSG0}{$MSG1}</font></p>¢Ò 53 : <p style="margin-left:6mm;margin-right:6mm;margin-top:5mm;margin-bottom:0">¢Ò 54 : <font size=2>{$MSG2}</font><br></p>¢Ò 55 : <br></td>¢Ò 56 : </tr>¢Ò 57 : </table>¢Ò 58 : </center>¢Ò 59 : </body>¢Ò 60 : </html>¢Ò |
||||
|