Ejemplo n.º 1
0
include_once getcwd() . '\\html_block.php';
include_once getcwd() . '\\string\\idiom_spn.php';
if (isset($_SESSION['user'])) {
    header('Location: http://localhost/census_electoral/leaders.php');
}
$elements = new ElementHTML();
$idiom = new Idiom();
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title><?php 
echo $idiom->getTitle_login();
?>
</title>
        <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
        <link href="css/style-census-electoral.css" rel="stylesheet">
    </head>
    <body >
        <script src="http://code.jquery.com/jquery.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <nav class="navbar navbar-default navbar-fixed-top">
        </nav>
        <div class="container" style="padding-top: 10%;">
            <div class="row">
                <div class="col-md-8"></div>
                <div class="col-md-4">
                    <div class="panel panel-default" style="background:#eee;">