|
| |
<%set tab = banco.execute("SELECT DISTINCT etapa, album FROM tbFotos where etapa = 5 ORDER BY etapa, album")
while not tab.eof%>
| "><%=tab("album")%> |
<%tab.movenext
wend%>

<%set tab = banco.execute("SELECT DISTINCT etapa, album FROM tbFotos where etapa = 4 ORDER BY etapa, album")
while not tab.eof%>
| "><%=tab("album")%> |
<%tab.movenext
wend%>

<%set tab = banco.execute("SELECT DISTINCT etapa, album FROM tbFotos where etapa = 3 ORDER BY etapa, album")
while not tab.eof%>
| "><%=tab("album")%> |
<%tab.movenext
wend%>

<%set tab = banco.execute("SELECT DISTINCT etapa, album FROM tbFotos where etapa = 2 ORDER BY etapa, album")
while not tab.eof%>
| "><%=tab("album")%> |
<%tab.movenext
wend%>

<%set tab = banco.execute("SELECT DISTINCT etapa, album FROM tbFotos where etapa = 1 ORDER BY etapa, album")
while not tab.eof%>
| "><%=tab("album")%> |
<%tab.movenext
wend%>
|
|
|
|
|
|
|