18 lines
620 B
PHP
18 lines
620 B
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
|
|
<meta http-equiv="imagetoolbar" content="no" />
|
|
<link href="/backoffice/css/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<? if($_REQUEST[gb]=="1") {?>
|
|
<img src="/backoffice/images/mail_send.jpg">
|
|
<?}else{?>
|
|
<img src="/backoffice/images/sms_send.jpg">
|
|
<?}?>
|
|
</body>
|
|
</html>
|