Beispiel #1
0
	</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'];
?>
" onblur="f_PerderFocus();"/><span class="custom info"><img src="imagenes/Info.png" alt="Informacion" height="48" width="48" /><em>Codigo auto-incrementable</em>Con que se<br>identifica el Grupo de Apostolado</span></a><br><br>
			</td>
			</tr><tr><td><label>Nombre </label></td>
			<td>
				<img src="imagenes/asterisco.png"><a class="tooltip" ><input type="text" validar="solo letras" name="Nombre" title="Nombre de la Parroquia" requerido="obligatorio" value="<?php 
print $la_Campos['Nombre'];
?>
" /><span class="custom info"><img src="imagenes/Info.png" alt="Informacion" height="48" width="48" /><em>Nombre</em>Con que se<br>identifica el Grupo de Apostolado</span></a><br><br>