Beispiel #1
0
<html>
<head>
	<?php 
$lobj_Cuerpo->f_Librerias();
?>
	<title>Registro</title>
	<script>
		laNombre=new Array("Estatus1","Estatus1","Estatus2");
		laValor=new Array("checked","bloqueado","bloqueado");
	</script>
</head>
<body >
	<center>
	<div Contenedor>
	<?php 
$lobj_Cuerpo->f_Cabecera();
?>
			<?php 
$lobj_Cuerpo->f_Menu();
?>
		<div formulario>
			<h2>Grupo de Apostolado</h2>
		<form name="form1" action="../controladores/cor_Grupo.php" method="POST">
			<?php 
$lobj_Cuerpo->f_Control($la_Campos);
?>
			<table><tr>
			<td><label>Codigo </label></td>
			<td>
				<img src="imagenes/asterisco.png"><a class="tooltip" ><input type="text" validar="" name="Codigo"  requerido="obligatorio" value="<?php 
print $la_Campos['Codigo'];