34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
<!--#include virtual = "/common/lib/dbcon.asp" -->
|
|
<!--#include virtual = "/common/lib/func.asp" -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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 name="robots" content="noindex, nofollow" />
|
|
<title>문자잔여건수</title>
|
|
</head>
|
|
|
|
<body style="margin:0; padding:0; width:100%; text-align:right; font-size:8pt;">
|
|
|
|
<%
|
|
newchk = UCase(Request("new"))
|
|
m_id = inputValue( Request("sms_m_id") )
|
|
|
|
If m_id="dmcadmin" Or m_id="kbsjed" Or m_id ="cheongdo" Or m_id = "cprknuh" Or m_id = "dghousing" Or m_id = "elscem" Or m_id = "gimcheon" Or m_id = "starlightcamping" Or m_id= "kandh" Or m_id="100in" Or m_id="psy0229" Or m_id="dsmc" Or m_id="kinm" Or m_id="bmriknuh" Then
|
|
newchk = "Y"
|
|
End If
|
|
|
|
|
|
If newchk = "Y" Then ' 관리자디자인변경
|
|
Response.write "<p style='margin:0; padding:0;width:100%;background-color:#3c3e43; color:#fff; font-weight:bold;font-size:10pt;'>"&smsSelect2(m_id)&" </p>"
|
|
else
|
|
Response.write "문자 잔여건수 : <strong>"&smsSelect2(m_id)&" </strong>건"
|
|
End if
|
|
|
|
Dbcon.close
|
|
Set Dbcon = Nothing
|
|
|
|
%>
|
|
|
|
</body>
|
|
</html> |