|
||||||
|
<% if rs.eof or rs.bof then
Response.Write " Henüz Onaylanmamış Haber Bulunamadı |
||||||
|
||||||
|
|
<%=rs("baslik")%> |
<% yorum_id = rs("bolum")
set yorum=server.createobject("adodb.recordset")
yorum.open "yorum where bolum =" & yorum_id,cilem,1,3
yorumsayisi = yorum.recordcount%>
|
||||
|
Editör : <%=rs("editor")%> |
Haber Onaylımı? :<%=rs("haberonay")%> | |||||
|
Onay Bekleyen Yorumlar ( <%=byorumsayisi%> ) |
||||||
<% 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 %>