<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <!-- bootstrap 3.0.2 --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- font Awesome --> <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <!-- Ionicons --> <link href="css/ionicons.min.css" rel="stylesheet" type="text/css" /> <!-- Theme style --> <link href="css/AdminLTE.css" rel="stylesheet" type="text/css" /> <?php require 'usersc.php'; require 'cargosc.php'; require_once 'tiposc.php'; $userc = new usersc(); $user = $userc->busca_user($_REQUEST['id']); $cargos = new cargosc(); $lista_cargos = $cargos->genera_select_cargos($user->id_carg); $tipos = new tiposc(); $lista_tipos = $tipos->genera_select_tipos($user->id_tipo); require 'formkey.php'; $formKey = new formKey(); ?> </head> <body class="skin-blue"> <?php include 'includes/header.php'; ?> <div class="wrapper row-offcanvas row-offcanvas-left"> <?php
<meta charset="UTF-8"> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <title>DLB GROUP Worldwide | Dashboard</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <!-- bootstrap 3.0.2 --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- font Awesome --> <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <!-- Ionicons --> <link href="css/ionicons.min.css" rel="stylesheet" type="text/css" /> <!-- Theme style --> <link href="css/AdminLTE.css" rel="stylesheet" type="text/css" /> <?php require 'cargosc.php'; require_once 'tiposc.php'; $cargos = new cargosc(); $lista_cargos = $cargos->genera_select_cargos(); $tipos = new tiposc(); $lista_tipos = $tipos->genera_select_tipos(); //var_dump($lista_tipos); require 'formkey.php'; $formKey = new formKey(); ?> </head> <body class="skin-blue"> <?php include 'includes/header.php'; ?> <div class="wrapper row-offcanvas row-offcanvas-left">