|
|
 |
 |
 |
|
|
| |
|
|
|
Modelos de contratos
de fianza
<%
sql = "select id,titulo,fecha from ciec_cambio where tipo='7' and status=1 order by id desc"
registros.open sql,conexion,1
%>
Listas
<%
sql = "select id,titulo,fecha,gaceta from ciec_cambio where tipo='6' and status=1 order by id desc"
registros.open sql,conexion,1
%>
Convenios
<%
sql = "select id,titulo,fecha,gaceta from ciec_cambio where tipo=2 and status=1 order by id desc"
registros.open sql,conexion,1
%>
Decretos
<%
sql = "select id,titulo,fecha,nro,gaceta from ciec_cambio where tipo=3 and status=1 order by id desc"
registros.open sql,conexion,1
%>
Providencias
<%
sql = "select id,titulo,fecha,nro,gaceta from ciec_cambio where tipo=4 and status=1 order by nro desc"
registros.open sql,conexion,1
%>
Resoluciones
<%
sql = "select id,titulo,fecha,gaceta from ciec_cambio where tipo=5 and status=1 order by fecha desc"
registros.open sql,conexion,1
%>
|
|
Envíenos sugerencias y
comentarios acerca de esta página |
|
|
|
|
|