Subversion Repositories ALCASAR

Rev

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

Rev 1492 Rev 1501
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 1492 2014-11-20 10:56:35Z franck $
2
# $Id: index.php 1501 2014-11-27 17:57:17Z franck $
3
#
3
#
4
# index.php for ALCASAR captive portal
4
# index.php for ALCASAR captive portal
5
# by REXY
5
# by REXY
6
# UI & css style by stephane ERARD
6
# UI & css style by stephane ERARD
7
# The contents of this file may be used under the terms of the GNU
7
# The contents of this file may be used under the terms of the GNU
Line 301... Line 301...
301
?>
301
?>
302
			</div>
302
			</div>
303
<?php
303
<?php
304
# CHECK IF the SMS service is enable
304
# CHECK IF the SMS service is enable
305
//$service_SMS_status="off";
305
//$service_SMS_status="off";
306
if ($service_SMS_status == "on") || ($service_SMS_status == "On"){
306
if (($service_SMS_status == "on") || ($service_SMS_status == "On")){
307
$sms_div='	
307
$sms_div='	
308
			<div class="box_menu" id="box_acc" onmouseover="valoriserDiv5(text_acc);">
308
			<div class="box_menu" id="box_acc" onmouseover="valoriserDiv5(text_acc);">
309
				<span>'.$l_sms_access.'</span>
309
				<span>'.$l_sms_access.'</span>
310
				<img src="'.$img_rep.''.$img_sms.'">
310
				<img src="'.$img_rep.''.$img_sms.'">
311
			</div>
311
			</div>