
<%function sayfalama_yeni(SayfaSayisi,sayfa,url)%>

 <%if cdbl(SayfaSayisi)>1 then %>
<table width="600" border="0" align="center" cellpadding="3">
<tr>
<td><table border="0" align="center" cellpadding="5" cellspacing="1">
<tr>







<%
'sayfa=7

ilk_gosterim_degeri=4
son_gosterim_degeri=4


baslangic_sayfa=sayfa-ilk_gosterim_degeri
son_sayfa=sayfa+son_gosterim_degeri

if son_sayfa>SayfaSayisi then 

if SayfaSayisi>1 then
son_sayfa=SayfaSayisi
else
son_sayfa=0
end if

end if


if baslangic_sayfa<1 then 

if sayfa>1 then
baslangic_sayfa=1
else
baslangic_sayfa=0
end if

end if


%>

<%if baslangic_sayxfa>ilk_gosterim_degeri-1 then%>

<td height="66" nowrap="nowrap" bgcolor="#0A5F83"  onMouseOver="{this.style.backgroundColor='#0A5F83';}" onMouseOut="{this.style.backgroundColor='';}"><a href="/k/<%=kategoriler_istek%>/?v=list&syf=1" style="color:#fff" >İlk sayfa</a></td>
<%end if%>


<%if sayfa & ""="1" then%>
<td nowrap="nowrap" bgcolor="#0A5F83"><span style="color:#fff">&nbsp;« Önceki sayfa&nbsp;</span></td>
<%else%>
<td nowrap="nowrap" bgcolor="#0A5F83" onMouseOver="{this.style.backgroundColor='#000000';}"  onMouseOut="{this.style.backgroundColor='';}"><a href="<%=replace(url,"[syf]",sayfa-1)%>"  style="color:#fff">&nbsp;« Önceki  sayfa&nbsp;</a></td>
<%end if%>



<%
if baslangic_sayfa>0 then
for i=baslangic_sayfa to sayfa-1%>

<td nowrap="nowrap" bgcolor="#0A5F83"  onMouseOver="{this.style.backgroundColor='#000000';}" onMouseOut="{this.style.backgroundColor='';}"><a href="<%=replace(url,"[syf]",i)%>" style="color:#fff" >&nbsp;<%=i%>&nbsp;</a></td>
   
<%next
end if%>


<td nowrap="nowrap" bgcolor="#990000"><span  style="color:#000000"><strong>&nbsp;<%=sayfa%>&nbsp;</strong></span></td>



<%
if son_sayfa>0 then
for i=sayfa+1 to son_sayfa%>

<td nowrap="nowrap" bgcolor="#0A5F83"  onMouseOver="{this.style.backgroundColor='#000000';}" onMouseOut="{this.style.backgroundColor='';}"><a href="<%=replace(url,"[syf]",i)%>" style="color:#fff" >&nbsp;<%=i%>&nbsp;</a></td>
   
<%next
end if%>

<%if sayfa & ""="" & SayfaSayisi then%>
<td nowrap="nowrap" bgcolor="#0A5F83"><span style="color:#fff">&nbsp;Sonraki  sayfa »&nbsp;</span></td>
<%else%>
<td nowrap="nowrap" bgcolor="#0A5F83"  onMouseOver="{this.style.backgroundColor='#000000';}" onMouseOut="{this.style.backgroundColor='';}"><a href="<%=replace(url,"[syf]",sayfa+1)%>"  style="color:#fff">&nbsp;Sonraki sayfa »&nbsp;</a></td>
<%end if%>

</tr>
</table></td>
</tr>
</table>

<p>
  <%end if%>
  
  <%end function%></p>
 