Esempio n. 1
0
<?php

include_once "../class/config.php";
include_once "../class/anuncioslogin.php";
$anuncioslogin = new anuncioslogin();
$config = new configuracion();
$cnf = array_shift($config->mostrarConfig("Titulo"));
$title = $cnf["Valor"];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>.::Acceso al Sistema | <?php 
echo $title;
?>
::.</title>
<link href="../css/960/960.css" type="text/css" rel="stylesheet" media="all" />
<link href="../css/core.css" type="text/css" rel="stylesheet" media="all" />
<link href="css/estilo2.css" type="text/css" rel="stylesheet" media="all" />
<link rel="shortcut icon" href="../images/logos/csb.ico" />
<script type="text/javascript" language="javascript" src="../js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="js/login.js"></script>
</head>
<body>
<div class="container_12">
	<div class="grid_8">
    	asd
    </div>
    <div class="grid_4">
    	asd
Esempio n. 2
0
<?php

include_once "../../login/check.php";
include_once "../../class/config.php";
$config = new configuracion();
$cnf = array_shift($config->mostrarConfig("UrlInternet"));
$urlInternet = $cnf['Valor'];
$cnf = array_shift($config->mostrarConfig("DirectorioInternet"));
$directorioInternet = $cnf['Valor'];
header("Location:" . $urlInternet . $directorioInternet . "agenda/docente/");