<%
if session("misskorea") = "" then
'ºñ ·Î±×ÀÎ ½Ã º¸ÀÌ´Â Æû ½ÃÀÛ
%>
 |
|
 |
<%
else
'·Î±×ÀÎ ½Ã º¸ÀÌ´Â Æû ½ÃÀÛ
%>
 |
<%=session("misskorea")%>´Ô
·Î±×ÀÎ Çϼ̽À´Ï´Ù. |
Áñ°Å¿î
ÇÏ·ç µÇ¼¼¿ä~!
[ȸ¿øÅ»Åð] |
|
|
<%end if%>
 |
<%
SQL = "Select Top 4 * From board_counsel_new Where BoardCode = 'notice' order by thread DESC"
Set Rs = DB.Execute(SQL)
if Not rs.Eof then
do until rs.Eof
idx = rs("idx")
subject = rs("subject")
If Len(subject) > 16 Then 'À̸§¼ö 6ÀÚ¸®·Î Á¦ÇÑ
subject = Mid(subject,1,16) & "..."
end if
regdate = rs("regdate")
strNew = ""
if datediff ("h",regdate,Now()) < 48 then
strNew = " "
end if
regdate =Mid(regdate,6,5)
%>
 |
"><%=subject%> |
<%
rs.Movenext
Loop
end if
rs.Close
set rs = Nothing
%>
|
 |
|
|
|
|