최초등록

This commit is contained in:
sp1000je
2026-02-23 10:01:00 +09:00
commit 7bc9767bf4
3120 changed files with 198447 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<%
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%>