Implementación landingpage #18
172
css/style.css
172
css/style.css
@ -1,4 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
|
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -13,48 +14,78 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toc {
|
#toc {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
max-height: 95% !important;
|
max-height: 95% !important;
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse {
|
.navbar-inverse {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
border-color: #090909;
|
border-color: #090909;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse .navbar-nav>li>a {
|
.navbar-inverse .navbar-nav>li>a {
|
||||||
color: #9d9d9d;
|
color: #9d9d9d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
|
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
|
||||||
background: #fb4f59;
|
background: #fb4f59;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
|
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
|
||||||
border-color: #101010;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#contenedor_cabecera {
|
#contenedor_cabecera {
|
||||||
padding-top: 22em;
|
padding-top: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo_cabecera {
|
||||||
|
max-width: 80% !important;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titulo_cabecera a {
|
#titulo_cabecera a {
|
||||||
color: lightgrey !important;
|
color: lightgrey !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
#menu_tupale {
|
|
||||||
height: 500px;
|
#slogan_cabecera {
|
||||||
|
font-size: 2em;
|
||||||
|
text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
||||||
|
margin-left: 5em;
|
||||||
|
margin-right: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_tupale {
|
||||||
|
height: 50vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#div_panel_aplicaciones {
|
||||||
|
padding-top: 21em;
|
||||||
|
}
|
||||||
|
|
||||||
/*NAVBAR BRAND*/
|
/*NAVBAR BRAND*/
|
||||||
|
#menu_mobil{
|
||||||
|
display: grid !important;
|
||||||
|
}
|
||||||
|
#menu_social{
|
||||||
|
text-align: right;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu_hamburguesa{
|
||||||
|
color: white;
|
||||||
|
background-color: none !important;
|
||||||
|
}
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@ -70,12 +101,11 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*logo barra navegacion*/
|
/*logo barra navegacion*/
|
||||||
|
|
||||||
.navbar-brand img {
|
.navbar-brand img {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-top: 100px;
|
transition: all 1s ease;
|
||||||
transition: all 1.3s ease;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* textos menú*/
|
/* textos menú*/
|
||||||
@ -87,12 +117,10 @@ transition: all 1.3s ease;
|
|||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.navbar.shrink {
|
.navbar.shrink {
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#navbar-principal.shrink {
|
#navbar-principal.shrink {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-bottom: 1em !important;
|
padding-bottom: 1em !important;
|
||||||
@ -114,7 +142,6 @@ transition: all 1.3s ease;
|
|||||||
.navbar-toggle {
|
.navbar-toggle {
|
||||||
margin: 13px 15px 13px 0;
|
margin: 13px 15px 13px 0;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-botonera-admin {
|
.btn-botonera-admin {
|
||||||
@ -122,9 +149,7 @@ transition: all 1.3s ease;
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#botonera-admin, #botonera-admin>a {
|
||||||
#botonera-admin,
|
|
||||||
#botonera-admin>a {
|
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -159,16 +184,12 @@ transition: all 1.3s ease;
|
|||||||
padding-left: 80px !important;
|
padding-left: 80px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo_cabecera {
|
|
||||||
max-width: 80% !important;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#encabezado_proyecto {
|
#encabezado_proyecto {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*PROYECTOS*/
|
/*PROYECTOS*/
|
||||||
|
|
||||||
/* @media (max-width: 767px){
|
/* @media (max-width: 767px){
|
||||||
@ -181,13 +202,12 @@ transition: all 1.3s ease;
|
|||||||
background-color: #d4d4d4;
|
background-color: #d4d4d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.div_proyecto {
|
.div_proyecto {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: grey;
|
background-color: darkgray;
|
||||||
height: 14em;
|
height: 14em;
|
||||||
width: 14em;
|
width: 14em;
|
||||||
}
|
}
|
||||||
@ -204,6 +224,7 @@ transition: all 1.3s ease;
|
|||||||
transition: filter 0.2s;
|
transition: filter 0.2s;
|
||||||
-webkit-transition: -webkit-filter 1s;
|
-webkit-transition: -webkit-filter 1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-gris:hover {
|
.img-gris:hover {
|
||||||
filter: grayscale(0);
|
filter: grayscale(0);
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
@ -217,7 +238,10 @@ filter: grayscale(0);
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
font-weight:bold; width:190px; z-index:20; word-wrap: break-word;
|
font-weight: bold;
|
||||||
|
width: 190px;
|
||||||
|
z-index: 20;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*fin proyectos*/
|
/*fin proyectos*/
|
||||||
@ -228,7 +252,8 @@ filter: grayscale(0);
|
|||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding: 0px 0px 70px 0px;;
|
padding: 0px 0px 70px 0px;
|
||||||
|
;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -260,9 +285,6 @@ filter: grayscale(0);
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* nube de etiquetas */
|
/* nube de etiquetas */
|
||||||
|
|
||||||
div.etiquetas {
|
div.etiquetas {
|
||||||
@ -319,17 +341,11 @@ span.etiquetatam10 {
|
|||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* nube de etiquetas */
|
/* nube de etiquetas */
|
||||||
|
|
||||||
.drop-up {
|
.drop-up {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 100% !important;
|
bottom: 100% !important;
|
||||||
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -350,8 +366,7 @@ span.etiquetatam10 {
|
|||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-principal>li>a,
|
.navbar-principal>li>a, {
|
||||||
{
|
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@ -362,9 +377,6 @@ span.etiquetatam10 {
|
|||||||
min-height: 30px !important;
|
min-height: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.topnav {
|
.topnav {
|
||||||
width: 100px !important;
|
width: 100px !important;
|
||||||
display: inline;
|
display: inline;
|
||||||
@ -378,13 +390,6 @@ span.etiquetatam10 {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*width:80px; background: none; border:0px; -webkit-box-shadow: none;
|
/*width:80px; background: none; border:0px; -webkit-box-shadow: none;
|
||||||
-moz-box-shadow: none;
|
-moz-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -406,8 +411,7 @@ box-shadow: none;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<!-- ESTILOS PRIORITARIOS -->
|
< !-- ESTILOS PRIORITARIOS -->.modal-dialog {
|
||||||
.modal-dialog {
|
|
||||||
width: 95% !important;
|
width: 95% !important;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -416,14 +420,12 @@ box-shadow: none;
|
|||||||
.modal-lg {
|
.modal-lg {
|
||||||
width: 98% !important;
|
width: 98% !important;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-xs {
|
.modal-xs {
|
||||||
width: 40% !important;
|
width: 40% !important;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -481,16 +483,13 @@ legend.legend-area {
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
RESPONSIVE */
|
RESPONSIVE */
|
||||||
|
|
||||||
|
/*Se afectan todos hacia arriba*/
|
||||||
|
|
||||||
@media (min-width: 767px) {
|
@media (min-width: 767px) {
|
||||||
#slogan_cabecera{
|
|
||||||
font-size: 2em;
|
|
||||||
text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
|
|
||||||
margin-left: 5em;
|
|
||||||
margin-right: 5em;
|
|
||||||
}
|
|
||||||
#cabecera {
|
#cabecera {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@ -502,30 +501,77 @@ RESPONSIVE */
|
|||||||
padding-top: 3em;
|
padding-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#div_panel_aplicaciones{
|
||||||
|
padding-top: 23em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-gris {
|
||||||
|
filter: grayscale(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 992px) {
|
||||||
|
#slogan_cabecera{
|
||||||
|
margin: 0em !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 767px) {
|
@media only screen and (max-width: 767px) {
|
||||||
.navbar-header {
|
.navbar-header {
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#slogan_cabecera{
|
||||||
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
#logo_cabecera {
|
#logo_cabecera {
|
||||||
padding-top: 0em;
|
padding-top: 0em;
|
||||||
}
|
}
|
||||||
|
#div_panel_aplicaciones {
|
||||||
|
padding-top: 21em;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 586px) {
|
@media only screen and (max-width: 586px) {
|
||||||
#contenedor_cabecera {
|
#contenedor_cabecera {
|
||||||
padding-top: 18em;
|
padding-top: 0em;
|
||||||
}
|
}
|
||||||
|
#div_panel_aplicaciones {
|
||||||
|
padding-top: 15em;
|
||||||
}
|
}
|
||||||
|
#logo_cabecera {
|
||||||
@media only screen and (max-width: 411px) {
|
max-width: 65% !important;
|
||||||
#contenedor_cabecera{
|
|
||||||
padding-top: 13em;
|
|
||||||
}
|
}
|
||||||
#principal_general {
|
#principal_general {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
#texto_articulo{
|
||||||
|
padding: 0px !important
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 495px) {
|
||||||
|
#contenedor_cabecera {
|
||||||
|
padding-top: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#principal_general {
|
||||||
|
padding-left: 3em;
|
||||||
|
}
|
||||||
|
#proyectos{
|
||||||
|
display: grid !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 320px) {
|
||||||
|
#slogan_cabecera {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
#div_panel_aplicaciones {
|
||||||
|
padding-top: 10em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -2691,7 +2691,7 @@ $listado .= "<li > <a class='btn btn-link' onclick=\"xajax_portal_filtro_cadena
|
|||||||
Filtro $campo_nombre[0] <i class='glyphicon glyphicon-filter'></i>
|
Filtro $campo_nombre[0] <i class='glyphicon glyphicon-filter'></i>
|
||||||
<span class='caret'></span>
|
<span class='caret'></span>
|
||||||
</button>
|
</button>
|
||||||
<ul class='dropdown-menu' aria-labelledby='drown_$tabla'>
|
<ul class='menu_tupale dropdown-menu' aria-labelledby='drown_$tabla'>
|
||||||
$listado
|
$listado
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -4142,18 +4142,18 @@ $resultado= "
|
|||||||
}
|
}
|
||||||
if($div =="") {
|
if($div =="") {
|
||||||
$cambiar_empresa = cambiar_empresa($_SESSION['id'],'');
|
$cambiar_empresa = cambiar_empresa($_SESSION['id'],'');
|
||||||
|
if($_SESSION['grupo']=='3'){$desadministrador ="";}else{$desadministrador ="<a href='milfs/' class='btn btn-botonera-admin'>Des-administrador</a>";}
|
||||||
$boton="
|
$boton="
|
||||||
<div style='max-width:100%;' class='container-fluid noprint text-center $no_mostrar ' id='cabecera-botonera-admin'>
|
<div style='max-width:100%;' class='container-fluid noprint text-center $no_mostrar ' id='cabecera-botonera-admin'>
|
||||||
$cambiar_empresa
|
$cambiar_empresa
|
||||||
<div class='btn-group btn form-inline' role='group' aria-label='botonera-administracion' id='botonera-admin'>
|
<div class='btn-group btn form-inline' role='group' aria-label='botonera-administracion' id='botonera-admin'>
|
||||||
<div onclick=\"xajax_panel_aplicaciones('$tipo','$empresa','div_panel_aplicaciones'); \" class='btn btn-botonera-admin'>Editor</div>
|
<div onclick=\"xajax_panel_aplicaciones('$tipo','$empresa','div_panel_aplicaciones'); \" class='btn btn-botonera-admin'>Editor</div>
|
||||||
<a href='milfs/' class='btn btn-botonera-admin'>Des-administrador</a>
|
<a href='milfs/' class='btn btn-botonera-admin'>Des-administrador</a>
|
||||||
<a class='btn btn-botonera-admin hidden-xs' onclick=\"xajax_cerrar_sesion(); \">$_SESSION[username] $_SESSION[equipo] Salir <i class='glyphicon glyphicon-log-out '></i></a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class='btn btn-botonera-admin visible-xs' onclick=\"xajax_cerrar_sesion(); \">$_SESSION[username] $_SESSION[equipo] Salir <i class='glyphicon glyphicon-log-out '></i></a>
|
|
||||||
<div class='container-fluid' id='div_panel_aplicaciones' style='max-height:500px; overflow:auto;'></div>";
|
<div class='container-fluid' id='div_panel_aplicacionesX' style='max-height:500px; overflow:auto;'></div>";
|
||||||
$resultado="$boton";
|
$resultado="$boton";
|
||||||
return $resultado;
|
return $resultado;
|
||||||
}else {
|
}else {
|
||||||
@ -4595,7 +4595,7 @@ $asunto= "Recibiste un mensaje en [$portal_sigla] ";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(isset($_SESSION['usuario_milfs']) OR $_SESSION['id'] !="") {
|
if($_SESSION['id'] !="") {
|
||||||
|
|
||||||
if($_SESSION["id"] !="") { $usuario="MILF-$_SESSION[id]";}else{ $usuario = "$_SESSION[control_usuario_milfs]"; }
|
if($_SESSION["id"] !="") { $usuario="MILF-$_SESSION[id]";}else{ $usuario = "$_SESSION[control_usuario_milfs]"; }
|
||||||
$existe = contar_interacciones("$identificador","$accion","$usuario");
|
$existe = contar_interacciones("$identificador","$accion","$usuario");
|
||||||
@ -4631,18 +4631,21 @@ $formato="
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
||||||
require ("./milfs/includes/parametrizacion.php");
|
// require ("./milfs/includes/parametrizacion.php");
|
||||||
|
|
||||||
/// SI EL USUARIO NO ESTA LOGUEADO
|
/// SI EL USUARIO NO ESTA LOGUEADO
|
||||||
$login = milfs_session("$login_formulario","$login_campo_usuario","$login_campo_password","boton","","div_interacciones");
|
//$login = milfs_session("$login_formulario","$login_campo_usuario","$login_campo_password","boton","","div_interacciones");
|
||||||
|
$login = revisar_ingreso('');
|
||||||
|
|
||||||
|
|
||||||
$formato ="
|
$formato ="
|
||||||
<div id='div_interacciones'>
|
<div id='div_interacciones'>
|
||||||
<div class='alert alert-success'><h2>Por favor ingresa para <b>$accion</b></h2>
|
<div class='alert alert-success'><h2>Por favor ingresa para <b>$accion</b></h2>
|
||||||
|
<div id='div_login' class=''>
|
||||||
$login
|
$login
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
";
|
";
|
||||||
|
|
||||||
|
|
||||||
@ -4670,6 +4673,218 @@ $formato ="
|
|||||||
}
|
}
|
||||||
$xajax->registerFunction("interaccion_identificador");
|
$xajax->registerFunction("interaccion_identificador");
|
||||||
|
|
||||||
|
|
||||||
|
function revisar_ingreso($formulario){
|
||||||
|
$recordar="";
|
||||||
|
$sucursal="";
|
||||||
|
$resultado="";
|
||||||
|
$formulario = mysql_seguridad($formulario);
|
||||||
|
if($formulario =="") {
|
||||||
|
$formulario ="
|
||||||
|
<form class='form-horizontal' id='form-contacto' name='form-contacto' >
|
||||||
|
<fieldset>
|
||||||
|
<label class='' for='email'>Correo o usuario</label>
|
||||||
|
<div class='input-group' id='grupo_email'>
|
||||||
|
<span class='input-group-addon'><i class='glyphicon glyphicon-user fa-fw'></i></span>
|
||||||
|
<input id='email'name='email' class='form-control input-large' type='email' placeholder ='Correo o usuario'>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Text input-->
|
||||||
|
|
||||||
|
|
||||||
|
<label class='control-label' for='password'>Clave</label>
|
||||||
|
<div class='input-group' >
|
||||||
|
<span class='input-group-addon'><i class='glyphicon glyphicon-lock fa-fw'></i></span>
|
||||||
|
<input class='form-control input-large' id='password' name='password' type='password' placeholder='clave' required='' >
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class='input-group'>
|
||||||
|
<label for='recordar'>No recuerdo mi clave
|
||||||
|
<input type='radio' value ='1' id='recordar' name='recordar' >
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
";
|
||||||
|
$resultado = "
|
||||||
|
<div id='login_ok'>
|
||||||
|
$formulario
|
||||||
|
<!-- Button -->
|
||||||
|
<div class='control-group'>
|
||||||
|
<label class='control-label' for='signin'></label>
|
||||||
|
<div class='controls'>
|
||||||
|
<button id='ingresar' name='ingresar' class='btn btn-success btn-block' onclick=\"xajax_revisar_ingreso(xajax.getFormValues('form-contacto')) \">Ingresar</button>
|
||||||
|
</div>
|
||||||
|
<div >
|
||||||
|
¿Nuevo usuario?
|
||||||
|
<button id='ingresar' name='ingresar' class='btn btn-warning btn-block' onclick=\"xajax_registro_express('','nuevo');\" ; >Regístrate</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<div id='login_info'></div>
|
||||||
|
</div>
|
||||||
|
";
|
||||||
|
if(!isset($_SESSION['id'])){ print $resultado; }else {
|
||||||
|
|
||||||
|
//print $nuevo ;
|
||||||
|
}
|
||||||
|
return $resultado;
|
||||||
|
}
|
||||||
|
include("milfs/includes/datos.php");
|
||||||
|
if(!isset($tabla_autenticacion)){
|
||||||
|
include("includes/datos.php");
|
||||||
|
}
|
||||||
|
$div='contenido';
|
||||||
|
$respuesta = new xajaxResponse('utf-8');
|
||||||
|
|
||||||
|
$email = $formulario['email'];
|
||||||
|
$recordar = @$formulario['recordar'];
|
||||||
|
|
||||||
|
|
||||||
|
if($email =='') {
|
||||||
|
|
||||||
|
$respuesta->addAlert("Ingresa tu nombre de usuario o email");
|
||||||
|
return $respuesta;
|
||||||
|
}
|
||||||
|
if($formulario['password'] =='' AND $recordar =='') {
|
||||||
|
|
||||||
|
$respuesta->addAlert("Ingresa tu clave");
|
||||||
|
return $respuesta;
|
||||||
|
}
|
||||||
|
$password= MD5($formulario['password']);
|
||||||
|
$link=Conectarse();
|
||||||
|
mysqli_set_charset($link, "utf8");
|
||||||
|
|
||||||
|
if($recordar =='1')
|
||||||
|
{
|
||||||
|
if($email =='')
|
||||||
|
{
|
||||||
|
$tipo='danger';
|
||||||
|
$mensaje ="Por favor escribe tu <strong>correo o usuario</strong> si olvidaste tu clave.";
|
||||||
|
$respuesta->addAssign($div,"innerHTML",$mensaje);
|
||||||
|
return $respuesta;
|
||||||
|
}else
|
||||||
|
{
|
||||||
|
$consulta = "SELECT id,email,control,id_empresa FROM $tabla_autenticacion WHERE (email = '$email' OR username = '$email' )";
|
||||||
|
$sql=mysqli_query($link,$consulta);
|
||||||
|
|
||||||
|
if (mysqli_num_rows($sql)!='0')
|
||||||
|
{
|
||||||
|
$firma_recuperacion = sha1("$control".mktime()."");
|
||||||
|
$correo = mysqli_result($sql,0,"email");
|
||||||
|
$control = mysqli_result($sql,0,"control");
|
||||||
|
$id_usuario = mysqli_result($sql,0,"id");
|
||||||
|
$id_empresa = mysqli_result($sql,0,"id_empresa");
|
||||||
|
|
||||||
|
$firma ="UPDATE $tabla_autenticacion SET `firma_recuperacion` = '$firma_recuperacion' WHERE $tabla_autenticacion.`id` = '$id_usuario';";
|
||||||
|
$cambiar_firma=mysqli_query($link,$firma);
|
||||||
|
$tipo='success';
|
||||||
|
|
||||||
|
$direccion = remplacetas("empresa","id",$id_empresa,"direccion","");
|
||||||
|
$telefono = remplacetas("empresa","id",$id_empresa,"telefono","");
|
||||||
|
$web = remplacetas("empresa","id",$id_empresa,"web","");
|
||||||
|
$email = remplacetas("empresa","id",$id_empresa,"email","");
|
||||||
|
$imagen = remplacetas("empresa","id",$id_empresa,"imagen","");
|
||||||
|
$razon_social = remplacetas("empresa","id",$id_empresa,"razon_social","");
|
||||||
|
$slogan = remplacetas("empresa","id",$id_empresa,"slogan","");
|
||||||
|
|
||||||
|
$headers = "MIME-Version: 1.0\r\n";
|
||||||
|
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
|
||||||
|
$headers .= "From: $razon_social[0] <$email[0]>\r\n";
|
||||||
|
$headers .= "Reply-To: $email[0]\r\n";
|
||||||
|
$headers .= "Return-path: $email[0]\r\n";
|
||||||
|
|
||||||
|
$asunto= "Cambio de clave";
|
||||||
|
$cuerpo ="
|
||||||
|
$razon_social[0]
|
||||||
|
<div style='border: solid 1px; padding:20px ; border-radius: 10px; background-color:#E6F8E0 '>
|
||||||
|
<h1>$razon_social[0]</h1>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
<p>Se ha solicitado un cambio de clave para tu usuario.<br />
|
||||||
|
Si fuiste tu quien lo solicitó, sigue este <a href='http://$_SERVER[HTTP_HOST]/milfs/index.php?change=$firma_recuperacion'>enlace</a> para realizar el cambio.</p>
|
||||||
|
http://$_SERVER[HTTP_HOST]/milfs/index.php?change=$firma_recuperacion
|
||||||
|
|
||||||
|
<h3>Si no solicitaste el cambio, por favor comunícalo respondiendo este correo.</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
";
|
||||||
|
$mensaje =" Enviamos un correo con la confirmación a $correo";
|
||||||
|
mail("$correo","$asunto","$cuerpo","$headers") ;
|
||||||
|
}else
|
||||||
|
{
|
||||||
|
$tipo='danger';
|
||||||
|
$mensaje ="El <strong>correo o usuario</strong> no se encuentra registrado.";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$resultado ="<div class='alert alert-$tipo'>$mensaje</div>";
|
||||||
|
$respuesta->addAssign($div,"innerHTML",$resultado);
|
||||||
|
|
||||||
|
return $respuesta;
|
||||||
|
}
|
||||||
|
|
||||||
|
//$consulta = "SELECT * FROM $tabla_autenticacion WHERE (email = '$email' OR username = '$email' )AND passwd = '$password' LIMIT 1";
|
||||||
|
$consulta= "SELECT *, $tabla_autenticacion.id AS id_usuario
|
||||||
|
FROM $tabla_autenticacion, usuarios_grupo
|
||||||
|
WHERE (email = '$email' OR username = '$email' )AND passwd = '$password'
|
||||||
|
AND $tabla_autenticacion.id_grupo = usuarios_grupo.id
|
||||||
|
LIMIT 1";
|
||||||
|
//$respuesta->addAssign("login_info","innerHTML",$consulta);
|
||||||
|
//return $respuesta;
|
||||||
|
$sql=mysqli_query($link,$consulta);
|
||||||
|
if($sql){
|
||||||
|
if (mysqli_num_rows($sql)!='0'){
|
||||||
|
if(mysqli_result($sql,0,"status") === '0' ) {
|
||||||
|
$resultado = "
|
||||||
|
<div class='alert alert-danger' >
|
||||||
|
Aún no se ha confirmado tu email, por favor revisa tu correo</p>
|
||||||
|
</div >";
|
||||||
|
//$div ="login_ok";
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
//session_destroy();
|
||||||
|
$_SESSION = array();
|
||||||
|
$_SESSION['username']= mysqli_result($sql,0,"username");
|
||||||
|
$_SESSION['id']= mysqli_result($sql,0,"id_usuario");
|
||||||
|
$_SESSION['grupo']= mysqli_result($sql,0,"id_grupo");
|
||||||
|
$_SESSION['equipo']= mysqli_result($sql,0,"equipo");
|
||||||
|
$_SESSION['tabla_autenticacion']= "$tabla_autenticacion";
|
||||||
|
$_SESSION['prioridad'] = mysqli_result($sql,0,"prioridad");
|
||||||
|
$_SESSION['id_empresa']= mysqli_result($sql,0,"id_empresa");
|
||||||
|
|
||||||
|
$_SESSION[$usuarios_sesion]= "$usuarios_sesion";
|
||||||
|
$_SESSION['site']= "$url";
|
||||||
|
$_SESSION['consulta']= "$consulta";
|
||||||
|
|
||||||
|
$div = "div_login";
|
||||||
|
|
||||||
|
$resultado .="
|
||||||
|
$sucursal
|
||||||
|
|
||||||
|
<div class=' alert alert-success'><h3><b>Hola $_SESSION[username] </b</h3></div>";
|
||||||
|
//$url=urlencode('../index.php');
|
||||||
|
//$respuesta->addRedirect("$_SESSION[site]");
|
||||||
|
$respuesta->addScript("window.location=''");
|
||||||
|
// $respuesta->addAssign($div,"innerHTML",$resultado);
|
||||||
|
//header("Location: ../");
|
||||||
|
//return;
|
||||||
|
}
|
||||||
|
}}else{
|
||||||
|
$resultado = "
|
||||||
|
<div class='alert alert-danger' >
|
||||||
|
Los datos no son correctos, por favor rectifica o ponte en contacto con el administrador para mas información.<br></p>
|
||||||
|
<a href='./' class='btn btn-danger btn-sm'><h2>Intentar de nuevo</h2></a>
|
||||||
|
</div >";
|
||||||
|
}
|
||||||
|
$respuesta->addAssign($div,"innerHTML",$resultado);
|
||||||
|
return $respuesta;
|
||||||
|
}
|
||||||
|
|
||||||
|
$xajax->registerFunction("revisar_ingreso");
|
||||||
|
|
||||||
|
|
||||||
function eliminar_identificador($identificador,$accion,$formulario) {
|
function eliminar_identificador($identificador,$accion,$formulario) {
|
||||||
$respuesta = new xajaxResponse('utf-8');
|
$respuesta = new xajaxResponse('utf-8');
|
||||||
$div="eliminar_$identificador";
|
$div="eliminar_$identificador";
|
||||||
@ -5583,14 +5798,12 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
|||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
if($row['imagen'] !="") {
|
if($row['imagen'] !="") {
|
||||||
$logo="<img class='lazy img-gris img-responsive img-rounded' alt='$row[razon_social]' src='milfs/images/loading.gif' data-src='milfs/images/secure/?file=300/$row[imagen]' style='width:300px; display:block; background-image: url(\"\");
|
$logo="<img class='lazy img-gris img-responsive ' alt='$row[razon_social]' src='milfs/images/loading.gif' data-src='milfs/images/secure/?file=300/$row[imagen]' >";
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 50% 50%;' >";
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$logo_empresa = remplacetas('empresa','id',"1",'imagen','');
|
$logo_empresa = remplacetas('empresa','id',"1",'imagen','');
|
||||||
//$logo="<img class=' lazy img img-responsive' data-src='milfs/images/sinimagen.jpg' alt='$row[razon_social]'>";
|
//$logo="<img class=' lazy img img-responsive' data-src='milfs/images/sinimagen.jpg' alt='$row[razon_social]'>";
|
||||||
$logo="<img class=' lazy img img-responsive' style='width:300px; display:block;' data-src='milfs/images/sinimagen.jpg' alt='$row[razon_social]'>";
|
$logo="<img class=' lazy img img-responsive' data-src='milfs/images/sinimagen.jpg' alt='$row[razon_social]'>";
|
||||||
}
|
}
|
||||||
// $slogan= substr($row[slogan],0, $length = 100)."";
|
// $slogan= substr($row[slogan],0, $length = 100)."";
|
||||||
$slogan = $row['slogan'];
|
$slogan = $row['slogan'];
|
||||||
@ -5599,7 +5812,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
|||||||
<div class='proyecto col-md-$cols col-sm-$cols ' title=''>
|
<div class='proyecto col-md-$cols col-sm-$cols ' title=''>
|
||||||
<div class='div_proyecto'>
|
<div class='div_proyecto'>
|
||||||
<a href='http://$dominio[0]/e$row[id_empresa]' target ='empresa'>
|
<a href='http://$dominio[0]/e$row[id_empresa]' target ='empresa'>
|
||||||
<div class='proyecto_titulo ' style=''>$row[razon_social]</div>
|
<div href='http://$dominio[0]/e$row[id_empresa]' target ='empresa' class='proyecto_titulo ' style=''>$row[razon_social]</div>
|
||||||
$logo
|
$logo
|
||||||
|
|
||||||
|
|
||||||
@ -15505,7 +15718,7 @@ $multiple=mysqli_result($sql,0,"multiple");
|
|||||||
}
|
}
|
||||||
$exif="&exif";
|
$exif="&exif";
|
||||||
}
|
}
|
||||||
if($zoom =="") { $zoom="12";}
|
if($zoom =="") { $zoom="5";}
|
||||||
$render .= "
|
$render .= "
|
||||||
<div style='position:relative'>
|
<div style='position:relative'>
|
||||||
<div class='input-group'>
|
<div class='input-group'>
|
||||||
@ -17401,8 +17614,8 @@ function parametrizacion($array) {
|
|||||||
|
|
||||||
function registro_express($formulario,$accion) {
|
function registro_express($formulario,$accion) {
|
||||||
//$formulario = mysql_seguridad($formulario);
|
//$formulario = mysql_seguridad($formulario);
|
||||||
require("includes/datos.php");
|
// require("includes/datos.php");
|
||||||
require ("includes/parametrizacion.php");
|
include ("includes/parametrizacion.php");
|
||||||
|
|
||||||
//if($nombre_formulario =="") {$nombre_formulario = "login";}
|
//if($nombre_formulario =="") {$nombre_formulario = "login";}
|
||||||
$nombre_formulario = "login";
|
$nombre_formulario = "login";
|
||||||
|
Loading…
Reference in New Issue
Block a user