| Server IP : 20.75.53.88 / Your IP : 216.73.217.72 [ Web Server : Apache System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29+esm15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Domains : 3 Domains MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/pesquisas/dev/ |
Upload File : |
<?php
session_start();
include_once("conexao.php");
$conn = conexao::getInstance();
$orgao = $conn->query("SELECT * FROM orgao");
$prefeitura = $orgao->fetch(PDO::FETCH_OBJ);
?>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta property="og:site_name" content="G&T Controller - Pesquisa"/>
<meta property="og:title" content="Pesquisa de satisfação">
<meta property="og:description" content="Câmara Municipal do Eusébio">
<meta property="og:image" content="http://www.gtcontroller.com.br/mailing/sistemas/img/icone.jpg">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.gtcontroller.com.br/protocolo/dev_new">
<meta property="og:locale" content="pt_BR"/>
<title>G&T - Pesquisa</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes" name="viewport">
<link rel="icon" href="img/logos_gt/favicon.ico"/>
<ToDO Barra mobile>
<!--cor da barra mobile-->
<meta name="theme-color" content="#367FA9"/>
<meta name="apple-mobile-web-app-status-bar-style" content="#367FA9">
<meta name="msapplication-navbutton-color" content="#367FA9">
<!--end cor da barra mobile-->
</ToDO>
<link rel="stylesheet" href="dist/css/font-awesome.css">
<link rel="stylesheet" href="estilo.css">
<!-- <link href="dist/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">-->
<script src="dist/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- <link rel="stylesheet" href="dist/css/AdminLTE.css">-->
<!-- <link rel="stylesheet" href="dist/css/material-dashboard.css">-->
<!-- <link href="https://fonts.googleapis.com/css?family=Rammetto+One" rel="stylesheet">-->
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/js/materialize.min.js"></script>-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="login-page">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wrapper">
<div class="card-title">
<h3 class="fonte-titulo">Pesquisa de Satisfação</h3>
<h4>Ao participar, você nos dirá o que pensa e espera da <?php echo $prefeitura->nome ?>,
colaborando para que nossos processos sejam aperfeiçoados e assim nós consigamos
atingir nosso principal objetivo de todos os dias: o seu sucesso.</h4>
</div>
<div class="cta-logo">
<h5 style="font-size: 14px;"><?php echo $prefeitura->nome ?></h5>
</div>
<div class="cta">
<a href="p1.php">
<button class="btn3d" type="button" name="action">Iniciar
<!-- <i class="material-icons right">send</i>-->
</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>