Subversion Repositories ALCASAR

Rev

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

Rev 2535 Rev 2604
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: status.php 2535 2018-04-30 04:03:17Z tom.houdayer $
2
# $Id: status.php 2604 2018-08-20 00:06:41Z tom.houdayer $
3
#
3
#
4
# status.php for ALCASAR captive portal
4
# status.php for ALCASAR captive portal
5
# by steweb57 & Rexy
5
# by steweb57 & Rexy
6
# 
6
# 
7
/****************************************************************
7
/****************************************************************
Line 434... Line 434...
434
							<td colspan="2" id="conHistoryLabel" class="chilliLabel"><?= $l_conn_history ?></td>
434
							<td colspan="2" id="conHistoryLabel" class="chilliLabel"><?= $l_conn_history ?></td>
435
						</tr>
435
						</tr>
436
						<tr id="conHistoryRow">
436
						<tr id="conHistoryRow">
437
							<td colspan="2" id="conHistory" class="chilliValue"><?= $connection_history ?></td>
437
							<td colspan="2" id="conHistory" class="chilliValue"><?= $connection_history ?></td>
438
						</tr>
438
						</tr>
439
						<?php if ($user_needKeepOpen): ?>
439
						<?php if (isset($user_needKeepOpen) && ($user_needKeepOpen === true)): ?>
440
							<tr>
440
							<tr>
441
								<td colspan="2" id="close-warning">(<?= $l_close_warning ?>)</td>
441
								<td colspan="2" id="close-warning">(<?= $l_close_warning ?>)</td>
442
							</tr>
442
							</tr>
443
						<?php endif; ?>
443
						<?php endif; ?>
444
					</table>
444
					</table>