Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
# $Id: intercept.php 2743 2019-07-15 21:43:53Z rexy $
|
2 |
# $Id: intercept.php 2747 2019-08-02 07:02:47Z 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 563... |
Line 563... |
563 |
<input type="hidden" name="userurl" value="<?= $userurl ?>">
|
563 |
<input type="hidden" name="userurl" value="<?= $userurl ?>">
|
564 |
<table id="boite-logon">
|
564 |
<table id="boite-logon">
|
565 |
<tr>
|
565 |
<tr>
|
566 |
<td class="desktop-only" width="20%" rowspan="4"> <img id="logo-organ" src="/images/organisme.png"></td>
|
566 |
<td class="desktop-only" width="20%" rowspan="4"> <img id="logo-organ" src="/images/organisme.png"></td>
|
567 |
<td class="desktop-only" width="30%" align="right"><?= $l_user ?></td>
|
567 |
<td class="desktop-only" width="30%" align="right"><?= $l_user ?></td>
|
568 |
<td class="desktop-only" width="50%" align="left"><input type="text" maxLength="32" name="username" autocomplete="off"></td>
|
- |
|
569 |
<td class="mobile-only" width="100%" align="center"><input type="text" maxLength="32" name="username" autocomplete="off" placeholder="<?= $l_user ?>"></td>
|
568 |
<td id="username_input" width="100%" align="center"><input type="text" maxLength="32" name="username" autocomplete="off" placeholder="<?= $l_user ?>"></td>
|
570 |
</tr>
|
569 |
</tr>
|
571 |
<tr>
|
570 |
<tr>
|
572 |
<td class="desktop-only" align="right"><?= $l_password ?></td>
|
571 |
<td class="desktop-only" align="right"><?= $l_password ?></td>
|
573 |
<td class="desktop-only" align="left"><input maxLength="32" type="password" name="password" autocomplete="off"></td>
|
- |
|
574 |
|
- |
|
575 |
<td class="mobile-only" width="100%" align="center"><input maxLength="32" type="password" name="password" autocomplete="off" placeholder="<?= $l_password ?>"></td>
|
572 |
<td id="password_input" width="100%" align="center"><input maxLength="32" type="password" name="password" autocomplete="off" placeholder="<?= $l_password ?>"></td>
|
576 |
</tr>
|
- |
|
577 |
<tr>
|
573 |
<tr>
|
578 |
<td height="23" id="authenticate-button" align="center"><input value="<?= $l_boutonO ?>" type="submit" name="button"></td>
|
574 |
<td height="23" id="authenticate-button" align="center"><input value="<?= $l_boutonO ?>" type="submit" name="button"></td>
|
579 |
<?php if ($service_SMS_status): ?>
|
575 |
<?php if ($service_SMS_status): ?>
|
580 |
<td><a href="autoregistrationinfo.php"><?= $l_autoregistration ?></a></td>
|
576 |
<td><a href="autoregistrationinfo.php"><?= $l_autoregistration ?></a></td>
|
581 |
<?php endif; ?>
|
577 |
<?php endif; ?>
|