|
Leyes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decretos Supremos
|
<%
sql= " SELECT * FROM W_ACTDESARROLLO ORDER BY Prioridad"
set rs=cnn.execute(sql)
If rs.eof Then
Call NoInfo("texto_interna")
Else
do while not rs.eof
Nombre =rs("NOMBREACTDESARROLLO")
Descripcion =rs("DESCRIPCIONACTDESARROLLO")
ruta =rs("FOTOACTDESARROLLO")
if ruta <> "" then
ruta = "
"
end if
%>
<%=nombre%> |
<%
rs.movenext
loop
End if
rs.close
set rs = nothing
%>
|
|
|
|
|
|
|
|
|
|
|
Resoluciones
|
|
|
|
|
|
Otros
|
|
|
|
|
|