%'Çilem.Net © 2007'%>
|
Onay Bekleyen Yorumlar |
|||||||||||||||||||||||||
|
|||||||||||||||||||||||||
|
<% 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 %> <% set rs1 = cilem.execute("select count(yorum_id) as yorumsayisi from yorum") mesaj = 0 if not rs1.eof then mesaj = rs1 ("yorumsayisi") end if rs1.close set rs1 = Nothing %>Toplam <%= yorumsayisi%> Yorum Var |
|||||||||||||||||||||||||