|
||||
1 : {&¢Ò 2 : /*¢Ò 3 : file: error.fom¢Ò 4 : */¢Ò 5 : if(bground=="") bground= " bgcolor=#fdffee";¢Ò 6 : }¢Ò 7 : <html>¢Ò 8 : <head>¢Ò 9 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->¢Ò 10 : <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">¢Ò 11 : <title>¿ìÆí¹øÈ£¿Í ÁÖ¼Ò Ã£±â Error message</title>¢Ò 12 : <STYLE TYPE="text/css">¢Ò 13 : <!--¢Ò 14 : table { border-width:1px; border-color:#000000;¢Ò 15 : border-top:none; border-left:none; border-right:none;}¢Ò 16 : td { border-width:1px; border-color:#000000; border-bottom:none; }¢Ò 17 : -->¢Ò 18 : </STYLE>¢Ò 19 : </head>¢Ò 20 : <body{$bground}>¢Ò 21 : <center>¢Ò 22 : <br>¢Ò 23 : <table border=1 cellspacing=0 cellpadding=0 width=98%>¢Ò 24 : <tr bgcolor=#f0f090>¢Ò 25 : <td height=18 valign=bottom nowrap>¢Ò 26 : <font size=2 color=#000000><b> ¿ìÆí¹øÈ£ °Ë»ö ÇÁ·Î±×·¥ ¿À·ù ¸Þ½ÃÁö</b></font></td>¢Ò 27 : </tr>¢Ò 28 : <tr bgcolor=#ffffff>¢Ò 29 : <td>¢Ò 30 : <br>¢Ò 31 : <p style="margin-left:2mm;margin-top:0;margin-bottom:0">¢Ò 32 : <font size=2 color=#f00000><b>ERROR: </b>{$MSG1}</font></p>¢Ò 33 : <p style="margin-left:6mm;margin-right:6mm;margin-top:5mm;margin-bottom:0">¢Ò 34 : <font size=2>{$MSG2}</font></p>¢Ò 35 : <br></td>¢Ò 36 : </tr>¢Ò 37 : </table>¢Ò 38 : </center>¢Ò 39 : </body>¢Ò 40 : </html>¢Ò |
||||
|