first commit
This commit is contained in:
24
shop/kcp/proc_win.php
Normal file
24
shop/kcp/proc_win.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?
|
||||
include "./_common.php";
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
|
||||
<title> 처리중 </title>
|
||||
<style type="text/css">
|
||||
BODY{font-size:9pt; line-height:160%}
|
||||
.bblack1 {FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; LINE-HEIGHT: 12pt; FONT-STYLE: normal; FONT-FAMILY: "돋움"; TEXT-DECORATION: none
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onBlur="window.document.pro.focus();">
|
||||
<table width="400" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="#E0D6AD">
|
||||
<tr>
|
||||
<td align="center" class="bblack1" height="60" bgcolor="#FBFAF4">
|
||||
결제 진행중입니다. 잠시만 기다려 주십시요.<br>
|
||||
<img src="./processing.gif" name="pro" width="295" height="10">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
Reference in New Issue
Block a user