Example #1
0
<?php

require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

		<!DOCTYPE html>
		<html lang="es">
		  <head>
				<title>' . $_SESSION['title'] . ' - Registro de Usuarios.</title>

			');
print encabezado_menu("../");
echo utf8_Decode('
				</head>
				<body onload="fpInicio()"><div class="mygrid-wrapper-div">
		<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">');
encab("../");
menu_general("");
echo utf8_Decode('
			<form name="fr_usuarios" id="fr_usuarios" action="../cntller/corUsuario.php" method="post">
					<div class="col-lg-12">
						<table class="table table-striped table-bordered table-hover"  border="1" >
							<thead>	
								<tr>
									<th colspan="2"><center>Registro de Usuarios</center></th>
								</tr>
							</thead>
					<tr>
Example #2
0
			border-radius: 3px;

		}



		div[Pie] img:hover{
			box-shadow: 2px 2px 15px #184B7C;
		}

		img[cand]:hover{
			box-shadow: 1px 1px 3px green;
		}
</style>
		');
print encabezado_menu("");
if ($_SESSION["message"] != "") {
    echo utf8_Decode('<script>setTimeout(function(){ NotificaE("' . $_SESSION["message"] . '"); }, 150);</script>');
    $_SESSION["message"] = "";
}
echo utf8_Decode('
    <link rel="stylesheet" href="css/bootstrap-social/bootstrap-social.css">
	<script>
		function fpmuestravision()
	{
		var titulo="' . $titulo . '";
		var texto="' . $texto . '";
	document.getElementById("modiTitulo").innerHTML=titulo;
	document.getElementById("modiTexto").innerHTML=texto;

	}