<?php
	session_start();	
	$ruta = '../';
	require_once("clases/covensol_fop_c_formulacion.php");
	$objfop=new covensol_fop_c_formulacion('');	
	$datos = $_GET;
	$disable['disable'] = false;
	if($datos['codplangob']){$datos['disable'] = true;}

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Catálogo de Municipios</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../shared/css/ventanas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
<link href="../shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/catalogos.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	color: #006699;
}
body {
	background-color: #DFE8F6;
}
-->
</style>

</head>
<script src="../base/librerias/js/jquery/jquery.js" type="text/javascript"></script>
<script src="../base/librerias/js/jquery/jquery.ui.draggable.js" type="text/javascript"></script>
<script src="../base/librerias/js/jquery/jquery.alerts.js" type="text/javascript"></script>
<link href="../base/librerias/js/jquery/jquery.alerts.css" rel="stylesheet" type="text/css" media="screen" />
<script language="JavaScript" type="text/JavaScript" src="../shared/js/js_ajax.js"></script>
<script language="JavaScript" src="../shared/js/sigesp_js.js"></script>
<script language="JavaScript" type="text/JavaScript" src="js/covensol_fop_cat_municipio.js"></script>
<?php 

?>
<body>

<form name="form1" method="post" action="">
<table width="609" border="0" align="center" cellpadding="1" cellspacing="1">
    <tr>
      <td width="582" height="20" colspan="2" class="titulo-ventana">Municipios</td>
    </tr>
  </table>
<br>
<table width="613" border="0" align="center" cellpadding="1" cellspacing="0" class="formato-blanco">
<tr>
  <td height="22" align="right">C&oacute;digo:</td>
  <td height="22" align="left" div><input name="txtcodmun" type="text" id="txtcodmun" size="45" maxlength="70" value="" /></td>
</tr>
<tr>
  <td width="97" height="22" align="right">Descripci&oacute;n:</td>
  <td width="510" height="22" align="left" div><input name="txtdenmun" type="text" id="txtdenmun" size="45" maxlength="70" value="" /></td>
</tr>
<tr>
      <td height="22">&nbsp;</td>
      <td><div align="right"><a href="javascript: buscar();"><img src="../shared/imagebank/tools20/buscar.gif" width="20" height="20" border="0"></a><a href="javascript: buscar();">Buscar</a> </div></td>
  </table> 
   
  <p>
  <div id="resultados" align="center"></div>	
	</p>
    <p>
    <input name="hanopresup"  type="hidden" id="hanopresup" value="<?php echo $datos['anopresup'];?>">
    <input name="hcodplangob"  type="hidden" id="hcodplangob" value="<?php echo $datos['codplangob'];?>">
    <input name="hcodestpro1"  type="hidden" id="hcodestpro1" value="<?php echo str_pad($datos['codestpro1'],25,"0",STR_PAD_LEFT); ?>"> 
    <input name="hestcla"  type="hidden" id="hestcla" value="<?php echo $datos['estcla'];?>">    
    <input name="hcodest"  type="hidden" id="hcodest" value="<?php echo $datos['codest'];?>">
  </p>
</form>      
</body>
</html>
