예제 #1
0
<!-- Header carga el header con los js y css comunes -->
<?php 
include_once "../php/clases/Sesion.php";
$sesion = new Sesion();
$sesion->sesionValida(4);
include_once "header.php";
?>

    <!-- js y css propios del archivo -->
    <link rel="stylesheet" type="text/css" href="../css/strength.css">
	<link rel="stylesheet" type="text/css" href="../css/AdminSistema/NuevoUsuario.css">

	<script type="text/javascript" src="../js/strength.js"></script>
	<script type="text/javascript" src="../js/AdminSistema/nuevoUsuario.js"></script>

    <!-- Top cierra el header y abre el body con el top comun  y Carga Menu-->
    <?php 
include_once "top.php";
include_once 'menu.php';
?>
    <div class="grid flex">
    	<div class="col_12">
    		<div class="col_3 visible"></div>
			<div class="col_6 center">
				<div id="alerta" class="col_12 visible"><p id="alertaMensaje" class="center"></p></div>
 				<fieldset>
 					<legend>Nuevo usuario</legend>
 					<div class="col_12">
 						<div class="col_12">
 							<div class="col_2"></div>
 							<div class="col_7 left">
예제 #2
0
<!-- Header carga el header con los js y css comunes -->
<?php 
include_once "../php/clases/Sesion.php";
$sesion = new Sesion();
$sesion->sesionValida(1);
include_once "header.php";
?>
    <script src="../../js/listaCorporativos.js"></script>
   <!-- Top cierra el header y abre el body con el top comun  y Carga Menu-->
    <?php 
include_once "top.php";
include_once 'menuAdminTevi.php';
?>
        <div class="grid flex">
        	<div class="col_12">
        		<div class="col_2"></div>
        		<div class="col_8">
                    <h2 class="center">Corporativo</h2>
        			<table cellspacing="0" cellpadding="0" class="striped sortable">
        				<thead>
        					<th width="60%">Corporativo</th>
        					<th width="30%">Opciones</th>
                            <th width="10%">Status</th>
        				</thead>
        				<tbody id="datos"></tbody>
        			</table>	
        		</div>	
        		<div class="col_2"></div>
    		</div>
    	</div>
    </div>
예제 #3
0
<!-- Header carga el header con los js y css comunes -->
<?php 
include_once "../php/clases/Sesion.php";
$sesion = new Sesion();
$sesion->sesionValida(2);
include_once "header.php";
?>
    <script src="../../js/listaCadenas.js"></script>
    <!-- Top cierra el header y abre el body con el top comun  y Carga Menu-->
    <?php 
include_once "top.php";
include_once 'menuAdminTevi.php';
?>
        <input type = "hidden" id = "idTipoAdministrador" value = <?php 
echo $_SESSION["idTipoAdministrador"];
?>
  >
        <input type = "hidden" id = "idCorporativo" value = <?php 
echo $_POST["idCorporativo"];
?>
  >
        <div class="grid flex">
        	<div class="col_12">
        		<div class="col_2"></div>
        		<div class="col_8">
                    <h2 class="center">Cadenas</h2>
        			<table cellspacing="0" cellpadding="0" class="striped sortable">
        				<thead>
        					<th width="60%">Cadena</th>
        					<th width="30%">Opciones</th>
                            <th width="10%">Status</th>