 |
공지사항/뉴스 |
|
|
|
 |
|
|
|
<%
If total_record > 0 Then
' +-------------------------------------------------------------------------------------+
' + Page ... +
' +-------------------------------------------------------------------------------------+
article_num = total_record - page_size * (pno-1) ' 게시물의 가상번호(게시물의 개수에 따른 일련번호)
pno = pno '페이지번호
cnt = total_record '전체게시물수
block_size = 10
dpc = block_size
' *----------------------------------------------------------------------------*
%>
|
| |
번 호 |
 |
제 목 |
 |
등록일 |
|
|
<%
For i = 1 To page_size
If article_num = 0 Then
Exit For
End If
tb_subject = replace(Rs("tb_subject"),"''","'")
%>
| |
<%=article_num%> |
|
&pno=<%=pno%>"><%=tb_subject%> |
|
<%=rs("TB_RDATE")%> |
|
|
<%
Rs.movenext
article_num = article_num - 1
Next
%>
| |
|
|
|
|
<%
If left(Request.ServerVariables("REMOTE_ADDR"), 10) = "211.232.61" Then
response.write " [ 글쓰기 ]"
End If
%>
|
|
|
|
<%
Else
If left(Request.ServerVariables("REMOTE_ADDR"), 10) = "211.232.61" Then
response.write "글쓰기"
End If
End If
%> |
|
| |
|
|
| WWW.HOWWEATHER.COM |
 |
 |
|
|