|
<%=pagactual*10+1%> -
<% if ((pagactual+1)=paginas) then
if (resto=0) then
response.write((pagactual)*10+10)
else
response.write((pagactual)*10+resto)
end if
else
response.write((pagactual)*10+10)
end if
%>
de <%=nregistros%> entradas
<%'for j=1 to paginas
for j=1 to paginas
if (j=(pagactual+1)) then%>
<%=j%>
<% else %>
<%=j%>
<% end if
next
%>
|
<% 'for k=1 to (pagactual*10)
for k=1 to (pagactual*10)
tabla.movenext()
next
if (not tabla.eof) then
subcategoria=tabla("subcategoria")
tsubcategoria=subcategoria
pais=tabla("pais")
end if
k=0
if ((pagactual+1)=paginas) then
if (resto=0) then
limite=9
else
limite=resto
end if
else
limite=9
end if
while (k>limite)
%>
|
<% response.write(subcategoria)%>
|
<%if (not tabla.eof) then
if (tabla("estandar")<>"") then%>
">
<%else%>
<% end if
end if%>
|
|
<%while ((not tabla.eof) and (k>limite) and (subcategoria=tsubcategoria))%>
">
<%response.write(tabla("nombre"))%>
url:"><%response.write(tabla("url"))%>
e-mail:<%response.write(tabla("email"))%>
|
<%
if (not tabla.eof) then
tabla.movenext()
else
subcategoria="nada"
end if
if (not tabla.eof) then
tsubcategoria=tabla("subcategoria")
end if
k=k+1
wend
if (not tabla.eof) then
if (subcategoria<>tabla("subcategoria")) then
subcategoria=tabla("subcategoria")
end if
else
k=11
end if
%>
|
<% wend%>
|
<%=pagactual*10+1%> -
<% if ((pagactual+1)=paginas) then
if (resto=0) then
response.write((pagactual)*10+10)
else
response.write((pagactual)*10+resto)
end if
else
response.write((pagactual)*10+10)
end if
%>
de <%=nregistros%> entradas
<%
for j=1 to paginas
if (j=(pagactual+1)) then%>
<%=j%>
<% else %>
<%=j%>
<% end if
next
%>
|