<% board_id = QueryFilter(request("board_id")) if request("page")="" then page=1 else page=Int(request("page")) end If search_name = QueryFilter(request("search_name")) search_str = QueryFilter(request("search_str")) If board_id = "" Then Call caution_go("등록되지 않은 게시판입니다.",-1) End If sql = "select name,type,pagesize,title_img,comment,location,location_name,list_per,read_per,write_per,update_per,delete_per" sql = sql & " ,notice_use,cate_use,cate_str,board_num" sql = sql & " from board_config where board_id = '"&board_id&"' " rs.open sql,dbcon If rs.eof Then rs.close dbcon.close Call caution_go("존재하지 않는 게시판입니다.",-1) else board_name = rs("name") board_type = rs("type") pagesize = rs("pagesize") title_img = rs("title_img") board_comment = rs("comment") left_location = rs("location") left_location_name = rs("location_name") list_per = rs("list_per") read_per = rs("read_per") write_per = rs("write_per") update_per = rs("update_per") delete_per = rs("delete_per") notice_use = rs("notice_use") cate_use = rs("cate_use") cate_str = rs("cate_str") board_num = rs("board_num") rs.close If cate_use = 1 And cate_str <> "" Then cate = 1 cates = Split(cate_str, ",") End If '========================================== ' 버튼 사용 유무 검사 '========================================== write_chk = "0" del_chk = "0" if session("grade")<>"" then If cint(write_per) > cint(0) And cint(session("grade")) >= cint(write_per) Then write_chk = "1" End If If cint(delete_per) > cint(0) And cint(session("grade")) >= cint(delete_per) Then del_chk = "1" End If end if End if %> <%=board_name%> - <%=left_location_name%> - diops
<% page_submenu_1 = "04" If board_id = "notice" then page_submenu_2 = "01" ElseIf board_id = "letter" then page_submenu_2 = "02" ElseIf board_id = "news" then page_submenu_2 = "03" ElseIf board_id = "eng_notice" then page_submenu_2 = "06" ElseIf board_id = "eng_letter" then page_submenu_2 = "07" Else page_submenu_2 = "01" End if %>

<%=board_name%>

HOME > <%=left_location_name%> > <%=board_name%>

<% if del_chk="1" then %>
<% end if %> <% PAGE_URL = "/eng/board_list.asp?search_name="&search_name&"&search_str="&search_str&"&board_id="&board_id&"&" %>
<% if del_chk="1" then %> 선택삭제 <%End if%> <% if write_chk="1" then %> 글쓰기 <%End if%>
<% if del_chk="1" then %>
<% end if %> <% if board_id="letter" Or board_id="eng_letter" then %>

At Diops we are sending you news about the exhibition schedule and industry. Get the latest trends and news first

E-newsletter application
<%End if%>
<% if del_chk="1" then %> <% end if %>