Subversion Repositories ALCASAR

Rev

Rev 2766 | Rev 2823 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2766 Rev 2809
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: intercept.php 2766 2019-11-19 21:37:58Z rexy $
2
# $Id: intercept.php 2809 2020-04-12 17:35:46Z rexy $
3
#
3
#
4
# intercept.php for ALCASAR captive portal
4
# intercept.php for ALCASAR captive portal
5
# Copyright (C) 2003, 2004 Mondru AB.
5
# Copyright (C) 2003, 2004 Mondru AB.
6
# Modify by REXY & steweb57
6
# Modify by REXY & steweb57
7
# UI & css style by stephane ERARD
7
# UI & css style by stephane ERARD
Line 536... Line 536...
536
			document.form1.username.focus();
536
			document.form1.username.focus();
537
		}
537
		}
538
	}
538
	}
539
	</script>
539
	</script>
540
	<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
540
	<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
541
	<link rel="stylesheet" href="/css/intercepts.css" type="text/css">
541
	<link rel="stylesheet" href="/css/intercept.css" type="text/css">
542
 
542
 
543
</head>
543
</head>
544
<body onLoad="javascript:doOnLoad(<?= $result ?>,'<?= $userurl ?>','<?= $redirurl ?>','<?= $adminurl ?>','<?= $timeleft ?>')">
544
<body onLoad="javascript:doOnLoad(<?= $result ?>,'<?= $userurl ?>','<?= $redirurl ?>','<?= $adminurl ?>','<?= $timeleft ?>')">
545
	<div class="col-xs-12">	
545
	<div class="col-xs-12">	
546
	<?php if ($result === 2 || $result === 3 || $result === 5): // failed or logoff or notyet ?>
546
	<?php if ($result === 2 || $result === 3 || $result === 5): // failed or logoff or notyet ?>