コード例 #1
0
                body
                {
                    margin-top: 80px;
                    padding-top: 80px;
                }
                #espacamento
                {
                    height: 30px;
                }
        </style>
        <link rel="author" href="autor.txt">      
    </head>
    <body id="corAzulFundoClaro">
    <?php 
require_once './analyticstracking.php';
$metodo = new metodos();
$metodo->modalAviso();
?>
        
        <header id="header">
            <nav class="navbar navbar-default navbar-fixed-top" role="navigation" id="corAzulInfo">
                <div class="navbar-text-top">
                        <?php 
$titulo = new slideShow();
$titulo->telaTitulo();
?>
                </div>
            </nav>
        </header><!-- /header -->

        <div id="content">
コード例 #2
0
ファイル: index.php プロジェクト: pereiraMichel/redeunavida
<!DOCTYPE html>
<?php 
require_once "./metodos/metodos.class.php";
$telas = new metodos();
?>

<html>
    <head>
        <meta charset="UTF-8">
	<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
        <meta name="viewport" content="width=device-width, user-scalable=no">
        <meta name="description" content="painel RUV">
        <meta name="keywords" content="">
        <meta name="author" content="Michel Pereira">
        <meta name="robots" content="nofollow">
        <meta name="google" content="notranslate">
        
        <!-- CSS -->
        <link rel="stylesheet" href="../css/bootstrap-responsive.css">
        <link rel="stylesheet" href="../css/bootstrap.min.css">
        <link rel="stylesheet" href="../css/bootstrap.css">
        <link rel="stylesheet" href="../css/estilo.css">
        <link rel="stylesheet" href="../css/font-awesome.min.css">
        <link rel="stylesheet" href="css/estiloPainel.css">
        
        <link rel="shortcut icon" href="../icon/ruv.ico">
        <link rel="icon" type="image/png" href="../images/ruvicon.png">
        
        <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
        <style>
            body
コード例 #3
0
                {
                    margin-top: 80px;
                    padding-top: 80px;
                }
                #espacamento
                {
                    height: 30px;
                }

            </style>
            <link rel="author" href="autor.txt">      
        </head>
        <body id="corAzulFundoClaro">
            <?php 
require_once './analyticstracking.php';
$metodo = new metodos();
?>

            <header id="header">
                <nav class="navbar navbar-default navbar-fixed-top" role="navigation" id="corAzulInfo">
                    <div class="navbar-text-top">
                        <?php 
$titulo = new slideShow();
$titulo->telaTitulo();
?>
                    </div>
                </nav>
            </header><!-- /header -->

            <div id="content">
                <div class="bs-docs-header bs-docs-first">
コード例 #4
0
<?php

include "metodos.php";
include_once "classPersona.php";
include "classSupervisor.php";
$m = new metodos();
if (isset($_POST['regSuper'])) {
    //$fecha = $_POST['fechaAdmin'];
    /*
    $tok = strtok($fecha, "/");
    $dia  = " ";
    $mes  = " ";
    $año  = " ";
    while ($tok !== false) {
    		 
    		 $año =strtok("/"); 
    		 $mes =strtok("/");
    		 $dia =strtok("/");  
    		  
    }
    */
    $fechaNaci = "1994-09-01";
    $tiposuper = $_POST['tipoSuper'];
    $s = new supervisor($_POST['nombSuper'], $_POST['apelSuper'], $_POST['idenSuper'], $fechaNaci, $_POST['geneSuper'], $_POST['ciudSuper'], $_POST['correoSuper'], $_POST['tipoSuper']);
    //  echo $s->getIdentificacion();
    $bool = $m->Insert("persona", "" . $s->getIdentificacion() . ",'" . $s->getNombres() . "','" . $s->getApellidos() . "','" . $s->getGenero() . "','" . $s->getFechaNaci() . "','" . $s->getCiudad() . "','" . $s->getCorreo() . "'");
    $bool1 = $m->Insert("supervisor", $s->getIdentificacion() . ",'" . $s->getTipoSupervisor() . "'");
    $t = " ";
    if ($tiposuper == "Practicas") {
        $t = "12";
    } else {
コード例 #5
0
<!DOCTYPE html>

<?php 
require_once 'formulario.php';
require_once '../controller/constantes.php';
require_once '../controller/metodos.php';
$formulario = new formulario();
$tabela = new metodos();
?>

<html lang="pt-br">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>RedeUnaViva - Semana RUV</title>

        <link rel="stylesheet" href="../css/font-awesome.min.css">
        
        <link rel="shortcut icon" href="../icon/ruv.ico">
        <link rel="icon" type="image/png" href="../images/ruvicon.png">
        
        <link rel="stylesheet" href="../assets/css/font-awesome.min.css">
        <link rel="stylesheet" href="../css/font-awesome.min.css">
	<link rel="stylesheet" href="../css/bootstrap.min.css">
	<link rel="stylesheet" href="../css/style.css">
        <script type="text/javascript" src="../js/jquery-1.11.0.min.js"></script>
        <script type="text/javascript" src="../js/bootstrap.min.js"></script>
        <script type="text/javascript" src="../js/jquery.js"></script>
        <script type="text/javascript">
                jQuery(document).ready(function($) {
                        $('body').addClass('images');