MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/iuris/pages/call_center/index.php
<?php session_start(); ?>
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <!-- BOOSTRAPP-->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
    <script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
    <title>MENU IURIS</title>
    
</head>
<body style="background-color: #CFCECE">
    <nav class="navbar navbar-expand-lg navbar-light " style="background-color: gold;">
      <div class="container-fluid" style="text-align: right">
        <img src="../../../ELEMENTS/principal/iuris.png" alt="logo" width="30" height="30">
        <a class="navbar-brand" style="text-decoration: none;color: blue">&nbsp;  <b> </b></a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" style="color: blue;">
           <span class="navbar-toggler-icon" style="color: blue"></span>
        </button>
        
        <input type="hidden" value="<?php echo $_GET['ced']; ?>"  id="ced">
        <input type="hidden" value="<?php echo $_GET['nom']; ?>"  id="nom">
        <input type="hidden" value="<?php echo $_GET['aaa']; ?>"  id="aaa">
        <input type="hidden" value="<?php echo $_GET['cargo']; ?>"  id="cargo">
        
        <div class="collapse navbar-collapse" id="navbarSupportedContent" >
            <ul class="navbar-nav me-auto mb-2 mb-lg-0"  style="float: right;">
              <li class="nav-item">
                  <a class="nav-link active" href="php/CERRAR_SESSION.php" style="color: blue"><i class="fas fas fa-sign-out-alt" style="height: 20px;"></i> <b class="h5">SALIR</b></a>
              </li>
              
            </ul>
            <h5><?php echo $_SESSION['cargo_usuario'];?></h5>
        </div>
      </div>
    </nav>
    <div style="padding-bottom: 30px"></div>
    <div class="container">
        <div class="col-sm-12"> 
            <div class="row">
                <div class="col-sm" style="text-align: left;">
                   <b class="h1" style="text-align: center;color: red;font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';text-shadow:2px 2px 2px blue" id="Titulo_menu_call_center" ><b>MenĂº Call Center</b></b>
                    <br><br>
                    <div align="center">
                        <button class="btn btn-outline-primary" onClick="window.location.href='../menu_admin.php'" id="BTN_REGRESAR_CALL"><b class="h2">REGRESAR</b></button><br><br>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-sm" id="Tbl_callcenter">
                    
                </div>
            </div>
        </div>
        
    </div>
    <script>
       window.onload = TBL_CALLCENTER();
        
        function TBL_CALLCENTER()
        {
            $.ajax(
            {
                url:"php/TBL_CALLCENTER.php",
                type:"POST",
                dataType:"html",
                success: function(RESPUESTA)
                {
                    $("#Tbl_callcenter").html(RESPUESTA);
                }
            });
        }
    </script>
</body>
    <script src="js/script.js"></script>
</html>