prueba
This commit is contained in:
parent
0b3987c7a5
commit
3184e7046e
@ -1,256 +1,32 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html>
|
||||||
|
<head>
|
||||||
|
|
||||||
<head>
|
<meta charset="UTF-8" />
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous">
|
|
||||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
||||||
<title>Acceso a la red comunitaria</title>
|
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
<meta name="robots" content="noindex, nofollow, noodp, noydir" />
|
||||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
<meta name="keywords" content="" />
|
||||||
<!--[if lt IE 9]>
|
<meta name="description" content="" />
|
||||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
<meta name="copyright" content="" />
|
||||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<style>
|
<title></title>
|
||||||
body {
|
<!-- Bootstrap -->
|
||||||
background-color: transparent !important;
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||||
}
|
<link href="css/signin.css" rel="stylesheet">
|
||||||
|
|
||||||
html {
|
<!-- static zone info -->
|
||||||
background: url(http://www.hdfondos.eu/pictures/2013/1216/1/nature-flower-garden-white-dandelion-green-hd-wallpaper-205690.jpg) no-repeat center center fixed;
|
<script src="js/zone.js"></script>
|
||||||
-webkit-background-size: cover;
|
|
||||||
-moz-background-size: cover;
|
|
||||||
-o-background-size: cover;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
<script src="js/jquery-1.11.2.min.js"></script>
|
||||||
.register {
|
|
||||||
background: -webkit-linear-gradient(left, #12131291, #089406c4);
|
|
||||||
margin-top: 3%;
|
|
||||||
padding: 3%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register-left {
|
|
||||||
text-align: center;
|
|
||||||
color: #fff;
|
|
||||||
margin-top: 4%;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register-left input {
|
|
||||||
border: none;
|
|
||||||
border-radius: 1.5rem;
|
|
||||||
padding: 2%;
|
|
||||||
width: 60%;
|
|
||||||
background: #f8f9fa;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #383d41;
|
|
||||||
margin-top: 30%;
|
|
||||||
margin-bottom: 3%;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register-right {
|
|
||||||
background: #f8f9fa;
|
|
||||||
border-top-left-radius: 20% 50%;
|
|
||||||
border-bottom-left-radius: 20% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sininternet-tab {
|
|
||||||
color: #54b303;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.register-left img {
|
|
||||||
margin-top: 15%;
|
|
||||||
margin-bottom: 5%;
|
|
||||||
width: 25%;
|
|
||||||
-webkit-animation: mover 2s infinite alternate;
|
|
||||||
animation: mover 1s infinite alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes mover {
|
|
||||||
0% {
|
|
||||||
transform: translateY(0);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
transform: translateY(-20px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes mover {
|
|
||||||
0% {
|
|
||||||
transform: translateY(0);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
transform: translateY(-20px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.register-left p {
|
|
||||||
font-weight: lighter;
|
|
||||||
padding: 12%;
|
|
||||||
margin-top: -9%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register .register-form {
|
|
||||||
padding: 10%;
|
|
||||||
margin-top: 10%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnRegister {
|
|
||||||
float: right;
|
|
||||||
margin-top: 10%;
|
|
||||||
border: none;
|
|
||||||
border-radius: 1.5rem;
|
|
||||||
padding: 2%;
|
|
||||||
background: #0062cc;
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 600;
|
|
||||||
width: 50%;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register .nav-tabs {
|
|
||||||
margin-top: 3%;
|
|
||||||
border: none;
|
|
||||||
background: #244c03;
|
|
||||||
border-radius: 1.5rem;
|
|
||||||
width: 40%;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register .nav-tabs .nav-link {
|
|
||||||
padding: 1%;
|
|
||||||
height: 34px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #fff;
|
|
||||||
border-radius: 1.5rem;
|
|
||||||
border: 3px solid #244c03 !important;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register .nav-tabs .nav-link:hover {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register .nav-tabs .nav-link.active {
|
|
||||||
width: 100%;
|
|
||||||
color: white;
|
|
||||||
border-top-left-radius: 1.5rem;
|
|
||||||
border-bottom-left-radius: 1.5rem;
|
|
||||||
border: 2px solid #244c03 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.register-heading {
|
|
||||||
text-shadow: rgb(0, 0, 0) 0px 2px 3px;
|
|
||||||
color: white;
|
|
||||||
text-align: center;
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-top: 10%;
|
|
||||||
margin-bottom: -15%;
|
|
||||||
border-top-left-radius: 35px;
|
|
||||||
background: -webkit-linear-gradient(left, #121312, #1db36e) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tab-content {
|
|
||||||
padding-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.boton_entrar {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.circle_button {
|
|
||||||
box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1);
|
|
||||||
border: .5em solid #c7d400;
|
|
||||||
font-size: 1em;
|
|
||||||
line-height: 1.1em;
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #76be4e;
|
|
||||||
margin: auto;
|
|
||||||
border-radius: 50%;
|
|
||||||
height: 7em;
|
|
||||||
width: 7em;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.circle_button:hover {
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #226093;
|
|
||||||
text-decoration: none;
|
|
||||||
border-color: #c7d400;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.circle_button:visited {
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #c7d400;
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.circle-link-greater-than {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:990px) {
|
|
||||||
.register .nav-tabs {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:768px) {
|
|
||||||
.register-left {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
.register-left p {
|
|
||||||
font-weight: lighter;
|
|
||||||
padding: 0px;
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
.register-left h3 {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
.register-heading {
|
|
||||||
font-size: 21px;
|
|
||||||
margin-top: 4em
|
|
||||||
}
|
|
||||||
.boton_entrar {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
width: 0px;
|
|
||||||
padding-right: 8em;
|
|
||||||
}
|
|
||||||
.register-left img {
|
|
||||||
margin-top: 5%;
|
|
||||||
margin-bottom: 0%;
|
|
||||||
width: 43%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 440px) {
|
|
||||||
.register-left {
|
|
||||||
margin-top: 0px;
|
|
||||||
padding-left: 3em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script>
|
<script>
|
||||||
function getURLparams() {
|
function getURLparams()
|
||||||
var vars = [],
|
{
|
||||||
hash;
|
var vars = [], hash;
|
||||||
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
|
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
|
||||||
for (var i = 0; i < hashes.length; i++) {
|
for(var i = 0; i < hashes.length; i++)
|
||||||
|
{
|
||||||
hash = hashes[i].split('=');
|
hash = hashes[i].split('=');
|
||||||
vars.push(hash[0]);
|
vars.push(hash[0]);
|
||||||
vars[hash[0]] = hash[1];
|
vars[hash[0]] = hash[1];
|
||||||
@ -258,11 +34,11 @@
|
|||||||
return vars;
|
return vars;
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
$( document ).ready(function() {
|
||||||
/**
|
/**
|
||||||
* logon action
|
* logon action
|
||||||
*/
|
*/
|
||||||
$("#signin").click(function(event) {
|
$("#signin").click(function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
// hide alerts
|
// hide alerts
|
||||||
$("#alertMSG").addClass("hidden");
|
$("#alertMSG").addClass("hidden");
|
||||||
@ -270,16 +46,13 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
||||||
dataType: "json",
|
dataType:"json",
|
||||||
data: {
|
data:{ user: $("#inputUsername").val(), password: $("#inputPassword").val() }
|
||||||
user: $("#inputUsername").val(),
|
|
||||||
password: $("#inputPassword").val()
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
}).done(function(data) {
|
||||||
// redirect on successful login
|
// redirect on successful login
|
||||||
if (data['clientState'] == 'AUTHORIZED') {
|
if (data['clientState'] == 'AUTHORIZED') {
|
||||||
if (getURLparams()['redirurl'] != undefined) {
|
if (getURLparams()['redirurl'] != undefined) {
|
||||||
window.location = 'http://' + getURLparams()['redirurl'] + '?refresh';
|
window.location = 'http://'+getURLparams()['redirurl']+'?refresh';
|
||||||
} else {
|
} else {
|
||||||
// no target, reload page
|
// no target, reload page
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
@ -290,7 +63,7 @@
|
|||||||
$("#errorMSGtext").html("authentication failed");
|
$("#errorMSGtext").html("authentication failed");
|
||||||
$("#alertMSG").removeClass("hidden");
|
$("#alertMSG").removeClass("hidden");
|
||||||
}
|
}
|
||||||
}).fail(function() {
|
}).fail(function(){
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
$("#alertMSG").removeClass("hidden");
|
$("#alertMSG").removeClass("hidden");
|
||||||
});
|
});
|
||||||
@ -299,7 +72,7 @@
|
|||||||
/**
|
/**
|
||||||
* login anonymous, only applicable when server is configured without authentication
|
* login anonymous, only applicable when server is configured without authentication
|
||||||
*/
|
*/
|
||||||
$("#signin_anon").click(function(event) {
|
$("#signin_anon").click(function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
// hide alerts
|
// hide alerts
|
||||||
$("#alertMSG").addClass("hidden");
|
$("#alertMSG").addClass("hidden");
|
||||||
@ -307,16 +80,13 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
||||||
dataType: "json",
|
dataType:"json",
|
||||||
data: {
|
data:{ user: '', password: '' }
|
||||||
user: '',
|
|
||||||
password: ''
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
}).done(function(data) {
|
||||||
// redirect on successful login
|
// redirect on successful login
|
||||||
if (data['clientState'] == 'AUTHORIZED') {
|
if (data['clientState'] == 'AUTHORIZED') {
|
||||||
if (getURLparams()['redirurl'] != undefined) {
|
if (getURLparams()['redirurl'] != undefined) {
|
||||||
window.location = 'http://' + getURLparams()['redirurl'] + '?refresh';
|
window.location = 'http://'+getURLparams()['redirurl']+'?refresh';
|
||||||
} else {
|
} else {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}
|
}
|
||||||
@ -326,7 +96,7 @@
|
|||||||
$("#errorMSGtext").html("login failed");
|
$("#errorMSGtext").html("login failed");
|
||||||
$("#alertMSG").removeClass("hidden");
|
$("#alertMSG").removeClass("hidden");
|
||||||
}
|
}
|
||||||
}).fail(function() {
|
}).fail(function(){
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
$("#alertMSG").removeClass("hidden");
|
$("#alertMSG").removeClass("hidden");
|
||||||
});
|
});
|
||||||
@ -335,7 +105,7 @@
|
|||||||
/**
|
/**
|
||||||
* logoff action
|
* logoff action
|
||||||
*/
|
*/
|
||||||
$("#logoff").click(function(event) {
|
$("#logoff").click(function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
// hide alerts
|
// hide alerts
|
||||||
$("#alertMSG").addClass("hidden");
|
$("#alertMSG").addClass("hidden");
|
||||||
@ -343,15 +113,12 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/api/captiveportal/access/logoff/" + zoneid + "/",
|
url: "/api/captiveportal/access/logoff/" + zoneid + "/",
|
||||||
dataType: "json",
|
dataType:"json",
|
||||||
data: {
|
data:{ user: '', password: '' }
|
||||||
user: '',
|
|
||||||
password: ''
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
}).done(function(data) {
|
||||||
// refresh page
|
// refresh page
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}).fail(function() {
|
}).fail(function(){
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
$("#alertMSG").removeClass("hidden");
|
$("#alertMSG").removeClass("hidden");
|
||||||
});
|
});
|
||||||
@ -360,7 +127,7 @@
|
|||||||
/**
|
/**
|
||||||
* close / hide error message
|
* close / hide error message
|
||||||
*/
|
*/
|
||||||
$("#btnCloseError").click(function() {
|
$("#btnCloseError").click(function(){
|
||||||
$("#alertMSG").addClass("hidden");
|
$("#alertMSG").addClass("hidden");
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -370,11 +137,8 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/api/captiveportal/access/status/" + zoneid + "/",
|
url: "/api/captiveportal/access/status/" + zoneid + "/",
|
||||||
dataType: "json",
|
dataType:"json",
|
||||||
data: {
|
data:{ user: $("#inputUsername").val(), password: $("#inputPassword").val() }
|
||||||
user: $("#inputUsername").val(),
|
|
||||||
password: $("#inputPassword").val()
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
}).done(function(data) {
|
||||||
if (data['clientState'] == 'AUTHORIZED') {
|
if (data['clientState'] == 'AUTHORIZED') {
|
||||||
$("#logout_frm").removeClass('hidden');
|
$("#logout_frm").removeClass('hidden');
|
||||||
@ -383,56 +147,44 @@
|
|||||||
} else {
|
} else {
|
||||||
$("#login_password").removeClass('hidden');
|
$("#login_password").removeClass('hidden');
|
||||||
}
|
}
|
||||||
}).fail(function() {
|
}).fail(function(){
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
$("#alertMSG").removeClass("hidden");
|
$("#alertMSG").removeClass("hidden");
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
</head>
|
||||||
</head>
|
<body>
|
||||||
|
<header class="page-head">
|
||||||
<body>
|
<nav class="navbar navbar-default" >
|
||||||
<main class="page-content col-sm-6 col-sm-push-3">
|
<div class="container-fluid">
|
||||||
<div class="container register">
|
<div class="navbar-header">
|
||||||
<div class="row">
|
<a class="navbar-brand" href="#">
|
||||||
<div class="col-md-3 register-left">
|
<img class="brand-logo" src="images/logoNR.png" height="48" width="200">
|
||||||
<img src="images/logoNRwhite.png" alt="" />
|
|
||||||
<h3>¡Bienvenid@!</h3>
|
|
||||||
<p>¡Estás muy cerca de entrar al mundo Web!</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-9 register-right">
|
|
||||||
<ul class="nav nav-tabs nav-justified" id="myTab" role="tablist">
|
|
||||||
<li class="nav-item active">
|
|
||||||
<a class="nav-link" id="sininternet-tab" data-toggle="tab" href="#sininternet" role="tab" aria-controls="sininternet" aria-selected="true">Sin Internet</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link " id="internet-tab" data-toggle="tab" href="#internet" role="tab" aria-controls="internet" aria-selected="false">Con Internet</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="tab-content" id="myTabContent">
|
|
||||||
<div class="tab-pane fade show active" id="sininternet" role="tabpanel" aria-labelledby="sininternet-tab">
|
|
||||||
<h3 class="register-heading">Ver contenidos sin Internet</h3>
|
|
||||||
<div class="row register-form">
|
|
||||||
<div class="boton_entrar">
|
|
||||||
<div class="container boton_entrar">
|
|
||||||
<div class="col-md-12 ">
|
|
||||||
<a href="https://nuestrared.org">
|
|
||||||
<button class="btn btn-default circle_button" > <strong style="font-size: 25px">Entrar</strong> <span class="circle-greater-than"></span></button>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main class="page-content col-sm-6 col-sm-push-3">
|
||||||
|
<div class='container alert alert-success col-sm-8 col-sm-push-3 button'>
|
||||||
|
|
||||||
|
NuestraRed.org ofrece acceso a diferentes contenidos locales a los que puedes acceder sin Interntet o datos en tu celular escribe en tu navegador o da clic: <a href="http://nuestrared.org" class="btn btn-success" target="_blank">NuestraRed.org</a><i class="icon-hand-up"></i>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class='container alert alert-danger col-sm-8 col-sm-push-3 button'>
|
||||||
|
Si quieres acceso a Internet responde la siguiente <a href="" target="_blank" class="btn btn-danger"> encuesta</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class='container alert alert-info col-sm-8 col-sm-push-3'>
|
||||||
|
|
||||||
|
NuestraRed.org es un proyecto libre y colaborativo de naturaleza comunitaria que utiliza el espectro electromagnético en las frecuencias 2.4 y 5.2 Mhz
|
||||||
|
y por lo tanto no requiere permisos adicionales para su operación según Resolución 0689 / 2004 mintic.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="tab-pane fade show" id="internet" role="tabpanel" aria-labelledby="internet-tab">
|
|
||||||
<h3 class="register-heading">Entrar con Internet</h3>
|
|
||||||
<div class="row register-form">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<!-- User option 1: login needed with name and password -->
|
<!-- User option 1: login needed with name and password -->
|
||||||
<div id="login_password" class="hidden">
|
<div id="login_password" class="hidden">
|
||||||
<form class="form-signin">
|
<form class="form-signin">
|
||||||
@ -461,20 +213,9 @@
|
|||||||
<button type="button" class="close" id="btnCloseError" aria-label="Close"><span aria-hidden="true">×</span></button>
|
<button type="button" class="close" id="btnCloseError" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||||
<span id="errorMSGtext"></span>
|
<span id="errorMSGtext"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
||||||
<script src="js/jquery-1.11.2.min.js"></script>
|
|
||||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
|
||||||
<script src="js/bootstrap.min.js"></script>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
|
||||||
|
|
||||||
|
<!-- bootstrap script -->
|
||||||
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,178 +2,27 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous">
|
||||||
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
|
<title>Acceso a la red comunitaria</title>
|
||||||
|
|
||||||
<meta name="robots" content="noindex, nofollow, noodp, noydir" />
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
<meta name="keywords" content="" />
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
<meta name="description" content="" />
|
<!--[if lt IE 9]>
|
||||||
<meta name="copyright" content="" />
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
<title>Ingreso Usuarios</title>
|
|
||||||
<!-- Bootstrap -->
|
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
||||||
<link href="css/signin.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- static zone info -->
|
|
||||||
<script src="js/zone.js"></script>
|
|
||||||
|
|
||||||
<script src="js/jquery-1.11.2.min.js"></script>
|
|
||||||
<script>
|
|
||||||
function getURLparams() {
|
|
||||||
var vars = [],
|
|
||||||
hash;
|
|
||||||
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
|
|
||||||
for (var i = 0; i < hashes.length; i++) {
|
|
||||||
hash = hashes[i].split('=');
|
|
||||||
vars.push(hash[0]);
|
|
||||||
vars[hash[0]] = hash[1];
|
|
||||||
}
|
|
||||||
return vars;
|
|
||||||
}
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
|
||||||
/**
|
|
||||||
* logon action
|
|
||||||
*/
|
|
||||||
$("#signin").click(function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
// hide alerts
|
|
||||||
$("#alertMSG").addClass("hidden");
|
|
||||||
// try to login
|
|
||||||
$.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
|
||||||
dataType: "json",
|
|
||||||
data: {
|
|
||||||
user: $("#inputUsername").val(),
|
|
||||||
password: $("#inputPassword").val()
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
|
||||||
// redirect on successful login
|
|
||||||
if (data['clientState'] == 'AUTHORIZED') {
|
|
||||||
if (getURLparams()['redirurl'] != undefined) {
|
|
||||||
window.location = 'http://' + getURLparams()['redirurl'] + '?refresh';
|
|
||||||
} else {
|
|
||||||
// no target, reload page
|
|
||||||
window.location.reload();
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$("#inputUsername").val("");
|
|
||||||
$("#inputPassword").val("");
|
|
||||||
$("#errorMSGtext").html("authentication failed");
|
|
||||||
$("#alertMSG").removeClass("hidden");
|
|
||||||
}
|
|
||||||
}).fail(function() {
|
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
|
||||||
$("#alertMSG").removeClass("hidden");
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* login anonymous, only applicable when server is configured without authentication
|
|
||||||
*/
|
|
||||||
$("#signin_anon").click(function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
// hide alerts
|
|
||||||
$("#alertMSG").addClass("hidden");
|
|
||||||
// try to login
|
|
||||||
$.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
|
||||||
dataType: "json",
|
|
||||||
data: {
|
|
||||||
user: '',
|
|
||||||
password: ''
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
|
||||||
// redirect on successful login
|
|
||||||
if (data['clientState'] == 'AUTHORIZED') {
|
|
||||||
if (getURLparams()['redirurl'] != undefined) {
|
|
||||||
window.location = 'http://' + getURLparams()['redirurl'] + '?refresh';
|
|
||||||
} else {
|
|
||||||
window.location.reload();
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$("#inputUsername").val("");
|
|
||||||
$("#inputPassword").val("");
|
|
||||||
$("#errorMSGtext").html("login failed");
|
|
||||||
$("#alertMSG").removeClass("hidden");
|
|
||||||
}
|
|
||||||
}).fail(function() {
|
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
|
||||||
$("#alertMSG").removeClass("hidden");
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* logoff action
|
|
||||||
*/
|
|
||||||
$("#logoff").click(function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
// hide alerts
|
|
||||||
$("#alertMSG").addClass("hidden");
|
|
||||||
// try to login
|
|
||||||
$.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "/api/captiveportal/access/logoff/" + zoneid + "/",
|
|
||||||
dataType: "json",
|
|
||||||
data: {
|
|
||||||
user: '',
|
|
||||||
password: ''
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
|
||||||
// refresh page
|
|
||||||
window.location.reload();
|
|
||||||
}).fail(function() {
|
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
|
||||||
$("#alertMSG").removeClass("hidden");
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* close / hide error message
|
|
||||||
*/
|
|
||||||
$("#btnCloseError").click(function() {
|
|
||||||
$("#alertMSG").addClass("hidden");
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* execute after pageload
|
|
||||||
*/
|
|
||||||
$.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "/api/captiveportal/access/status/" + zoneid + "/",
|
|
||||||
dataType: "json",
|
|
||||||
data: {
|
|
||||||
user: $("#inputUsername").val(),
|
|
||||||
password: $("#inputPassword").val()
|
|
||||||
}
|
|
||||||
}).done(function(data) {
|
|
||||||
if (data['clientState'] == 'AUTHORIZED') {
|
|
||||||
$("#logout_frm").removeClass('hidden');
|
|
||||||
} else if (data['authType'] == 'none') {
|
|
||||||
$("#login_none").removeClass('hidden');
|
|
||||||
} else {
|
|
||||||
$("#login_password").removeClass('hidden');
|
|
||||||
}
|
|
||||||
}).fail(function() {
|
|
||||||
$("#errorMSGtext").html("unable to connect to authentication server");
|
|
||||||
$("#alertMSG").removeClass("hidden");
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: url(../images/principal.jpg) no-repeat center center fixed;
|
background: url(http://www.hdfondos.eu/pictures/2013/1216/1/nature-flower-garden-white-dandelion-green-hd-wallpaper-205690.jpg) no-repeat center center fixed;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
@ -396,6 +245,152 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script>
|
||||||
|
function getURLparams() {
|
||||||
|
var vars = [],
|
||||||
|
hash;
|
||||||
|
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
|
||||||
|
for (var i = 0; i < hashes.length; i++) {
|
||||||
|
hash = hashes[i].split('=');
|
||||||
|
vars.push(hash[0]);
|
||||||
|
vars[hash[0]] = hash[1];
|
||||||
|
}
|
||||||
|
return vars;
|
||||||
|
}
|
||||||
|
|
||||||
|
$(document).ready(function() {
|
||||||
|
/**
|
||||||
|
* logon action
|
||||||
|
*/
|
||||||
|
$("#signin").click(function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
// hide alerts
|
||||||
|
$("#alertMSG").addClass("hidden");
|
||||||
|
// try to login
|
||||||
|
$.ajax({
|
||||||
|
type: "POST",
|
||||||
|
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
||||||
|
dataType: "json",
|
||||||
|
data: {
|
||||||
|
user: $("#inputUsername").val(),
|
||||||
|
password: $("#inputPassword").val()
|
||||||
|
}
|
||||||
|
}).done(function(data) {
|
||||||
|
// redirect on successful login
|
||||||
|
if (data['clientState'] == 'AUTHORIZED') {
|
||||||
|
if (getURLparams()['redirurl'] != undefined) {
|
||||||
|
window.location = 'http://' + getURLparams()['redirurl'] + '?refresh';
|
||||||
|
} else {
|
||||||
|
// no target, reload page
|
||||||
|
window.location.reload();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$("#inputUsername").val("");
|
||||||
|
$("#inputPassword").val("");
|
||||||
|
$("#errorMSGtext").html("authentication failed");
|
||||||
|
$("#alertMSG").removeClass("hidden");
|
||||||
|
}
|
||||||
|
}).fail(function() {
|
||||||
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
|
$("#alertMSG").removeClass("hidden");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* login anonymous, only applicable when server is configured without authentication
|
||||||
|
*/
|
||||||
|
$("#signin_anon").click(function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
// hide alerts
|
||||||
|
$("#alertMSG").addClass("hidden");
|
||||||
|
// try to login
|
||||||
|
$.ajax({
|
||||||
|
type: "POST",
|
||||||
|
url: "/api/captiveportal/access/logon/" + zoneid + "/",
|
||||||
|
dataType: "json",
|
||||||
|
data: {
|
||||||
|
user: '',
|
||||||
|
password: ''
|
||||||
|
}
|
||||||
|
}).done(function(data) {
|
||||||
|
// redirect on successful login
|
||||||
|
if (data['clientState'] == 'AUTHORIZED') {
|
||||||
|
if (getURLparams()['redirurl'] != undefined) {
|
||||||
|
window.location = 'http://' + getURLparams()['redirurl'] + '?refresh';
|
||||||
|
} else {
|
||||||
|
window.location.reload();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$("#inputUsername").val("");
|
||||||
|
$("#inputPassword").val("");
|
||||||
|
$("#errorMSGtext").html("login failed");
|
||||||
|
$("#alertMSG").removeClass("hidden");
|
||||||
|
}
|
||||||
|
}).fail(function() {
|
||||||
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
|
$("#alertMSG").removeClass("hidden");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* logoff action
|
||||||
|
*/
|
||||||
|
$("#logoff").click(function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
// hide alerts
|
||||||
|
$("#alertMSG").addClass("hidden");
|
||||||
|
// try to login
|
||||||
|
$.ajax({
|
||||||
|
type: "POST",
|
||||||
|
url: "/api/captiveportal/access/logoff/" + zoneid + "/",
|
||||||
|
dataType: "json",
|
||||||
|
data: {
|
||||||
|
user: '',
|
||||||
|
password: ''
|
||||||
|
}
|
||||||
|
}).done(function(data) {
|
||||||
|
// refresh page
|
||||||
|
window.location.reload();
|
||||||
|
}).fail(function() {
|
||||||
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
|
$("#alertMSG").removeClass("hidden");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* close / hide error message
|
||||||
|
*/
|
||||||
|
$("#btnCloseError").click(function() {
|
||||||
|
$("#alertMSG").addClass("hidden");
|
||||||
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* execute after pageload
|
||||||
|
*/
|
||||||
|
$.ajax({
|
||||||
|
type: "POST",
|
||||||
|
url: "/api/captiveportal/access/status/" + zoneid + "/",
|
||||||
|
dataType: "json",
|
||||||
|
data: {
|
||||||
|
user: $("#inputUsername").val(),
|
||||||
|
password: $("#inputPassword").val()
|
||||||
|
}
|
||||||
|
}).done(function(data) {
|
||||||
|
if (data['clientState'] == 'AUTHORIZED') {
|
||||||
|
$("#logout_frm").removeClass('hidden');
|
||||||
|
} else if (data['authType'] == 'none') {
|
||||||
|
$("#login_none").removeClass('hidden');
|
||||||
|
} else {
|
||||||
|
$("#login_password").removeClass('hidden');
|
||||||
|
}
|
||||||
|
}).fail(function() {
|
||||||
|
$("#errorMSGtext").html("unable to connect to authentication server");
|
||||||
|
$("#alertMSG").removeClass("hidden");
|
||||||
|
});
|
||||||
|
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -403,29 +398,47 @@
|
|||||||
<div class="container register">
|
<div class="container register">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3 register-left">
|
<div class="col-md-3 register-left">
|
||||||
<img src="captiveportal-logoRedINC.png" alt="" />
|
<img src="images/logoNRwhite.png" alt="" />
|
||||||
<h3>¡Bienvenid@!</h3>
|
<h3>¡Bienvenid@!</h3>
|
||||||
<p>¡Estás muy cerca de entrar al mundo Web!</p>
|
<p>¡Estás muy cerca de entrar al mundo Web!</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 register-right">
|
<div class="col-md-9 register-right">
|
||||||
<ul class="nav nav-tabs nav-justified" id="myTab" role="tablist">
|
<ul class="nav nav-tabs nav-justified" id="myTab" role="tablist">
|
||||||
<li class="nav-item">
|
<li class="nav-item active">
|
||||||
<a class="nav-link " id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="false">Con Internet</a>
|
<a class="nav-link" id="sininternet-tab" data-toggle="tab" href="#sininternet" role="tab" aria-controls="sininternet" aria-selected="true">Sin Internet</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link active" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="true">Sin Internet</a>
|
<a class="nav-link " id="internet-tab" data-toggle="tab" href="#internet" role="tab" aria-controls="internet" aria-selected="false">Con Internet</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content" id="myTabContent">
|
<div class="tab-content" id="myTabContent">
|
||||||
<div class="tab-pane fade show" id="home" role="tabpanel" aria-labelledby="home-tab">
|
<div class="tab-pane fade show active" id="sininternet" role="tabpanel" aria-labelledby="sininternet-tab">
|
||||||
|
<h3 class="register-heading">Ver contenidos sin Internet</h3>
|
||||||
|
<div class="row register-form">
|
||||||
|
<div class="boton_entrar">
|
||||||
|
<div class="container boton_entrar">
|
||||||
|
<div class="col-md-12 ">
|
||||||
|
<a href="https://nuestrared.org">
|
||||||
|
<button class="btn btn-default circle_button" > <strong style="font-size: 25px">Entrar</strong> <span class="circle-greater-than"></span></button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane fade show" id="internet" role="tabpanel" aria-labelledby="internet-tab">
|
||||||
<h3 class="register-heading">Entrar con Internet</h3>
|
<h3 class="register-heading">Entrar con Internet</h3>
|
||||||
<div class="row register-form">
|
<div class="row register-form">
|
||||||
|
<div class="col-md-12">
|
||||||
<!-- User option 1: login needed with name and password -->
|
<!-- User option 1: login needed with name and password -->
|
||||||
<div id="login_password" class="">
|
<div id="login_password" class="hidden">
|
||||||
<form class="form-signin">
|
<form class="form-signin">
|
||||||
<h2 class="form-signin-heading">Please sign in</h2>
|
<h2 class="form-signin-heading">Please sign in</h2>
|
||||||
<label for="inputUsername" class="sr-only">Username</label>
|
<label for="inputUsername" class="sr-only">Username</label>
|
||||||
<input type="text" id="inputUsername" class="form-control" placeholder="Username" required autofocus autocapitalize="none" >
|
<input type="text" id="inputUsername" class="form-control" placeholder="Username" required autofocus autocomplete="none" autocapitalize="none" autocorrect="off">
|
||||||
<label for="inputPassword" class="sr-only">Password</label>
|
<label for="inputPassword" class="sr-only">Password</label>
|
||||||
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
|
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
|
||||||
<button class="btn btn-primary btn-block" id="signin" type="button">Sign in</button>
|
<button class="btn btn-primary btn-block" id="signin" type="button">Sign in</button>
|
||||||
@ -449,20 +462,6 @@
|
|||||||
<span id="errorMSGtext"></span>
|
<span id="errorMSGtext"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab">
|
|
||||||
<h3 class="register-heading">Ver contenidos sin Internet</h3>
|
|
||||||
<div class="row register-form">
|
|
||||||
<div class="boton_entrar">
|
|
||||||
<div class="container boton_entrar">
|
|
||||||
<div class="col-md-12 ">
|
|
||||||
<a href="https://redinc.org">
|
|
||||||
<button class="btn btn-default circle_button" > <strong style="font-size: 25px">Entrar</strong> <span class="circle-greater-than"></span></button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -470,11 +469,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<!-- bootstrap script -->
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||||
|
<script src="js/jquery-1.11.2.min.js"></script>
|
||||||
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user