Files
2026-02-23 10:01:00 +09:00

25 lines
507 B
Plaintext

<%
If a_topinclude = "" then '//없으면 기본으로..
%>
<!--#include virtual="/content/board/top_html.asp"-->
<%
Else
server.execute(a_topinclude)
End if
'//상단내용
response.write a_header
%>
<%If chk_str <> "" then%>
<div class="error_check">
<h3 style="width:100%;color:#E55E1B;background:none;font-size:1.1em;padding:0;float:both;padding-bottom:5px;">필수항목 입력이 되지 않았습니다.</h3>
<div class="error_list">
<ul>
<%=chk_str%>
</ul>
</div>
</div>
<%End if%>