Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
# $Id: intercept.php 2747 2019-08-02 07:02:47Z rexy $
|
2 |
# $Id: intercept.php 2751 2019-10-08 13:40:17Z 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 568... |
Line 568... |
568 |
<td id="username_input" 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>
|
569 |
</tr>
|
569 |
</tr>
|
570 |
<tr>
|
570 |
<tr>
|
571 |
<td class="desktop-only" align="right"><?= $l_password ?></td>
|
571 |
<td class="desktop-only" align="right"><?= $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>
|
572 |
<td id="password_input" width="100%" align="center"><input maxLength="32" type="password" name="password" autocomplete="off" placeholder="<?= $l_password ?>"></td>
|
- |
|
573 |
</tr>
|
573 |
<tr>
|
574 |
<tr>
|
574 |
<td height="23" id="authenticate-button" align="center"><input value="<?= $l_boutonO ?>" type="submit" name="button"></td>
|
575 |
<td height="23" id="authenticate-button" align="center"><input value="<?= $l_boutonO ?>" type="submit" name="button"></td>
|
575 |
<?php if ($service_SMS_status): ?>
|
576 |
<?php if ($service_SMS_status): ?>
|
576 |
<td><a href="autoregistrationinfo.php"><?= $l_autoregistration ?></a></td>
|
577 |
<td><a href="autoregistrationinfo.php"><?= $l_autoregistration ?></a></td>
|
577 |
<?php endif; ?>
|
578 |
<?php endif; ?>
|