|
||||||||||||
|
<% if rs.eof or rs.bof then
Response.Write " Henüz Yazarlara Ait Kayıtlı Haber yada Köşe Yazısı Bulunamadı |
||||||||||||
|
|
<%=rs("baslik")%> |
<% yorum_id = rs("bolum")
set yorum=server.createobject("adodb.recordset")
yorum.open "yorum where yorum_onay='Evet' and bolum =" & yorum_id,cilem,1,3
yorumsayisi = yorum.recordcount%>
|
||||||||||
|
||||||||||||
<% response.Write "Sayfalar "%><% onceki = cint(cilemsayfa) - 1 sonraki = cint(cilemsayfa) + 1 %> <% if onceki < 1 then response.write "" else response.write " ◄" & cilemsayfa-1& "" end if %> <% for cilemsayfa_no = 1 to cilemsayfa_sayisi if cilemsayfa_no = cint(cilemsayfa ) then %>><%=cilemsayfa%> <% else response.Write "" end if next %> <% if sonraki > cilemsayfa_sayisi then response.write "" else response.write " " & cilemsayfa+1& " ►" end if %>