Subversion Repositories ALCASAR

Rev

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

Rev 2595 Rev 2618
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: group_new.php 2595 2018-08-19 23:26:36Z tom.houdayer $
2
# $Id: group_new.php 2618 2018-08-22 21:52:19Z tom.houdayer $
3
 
3
 
4
//Gestion de la langue
4
//Gestion de la langue
5
if (is_file("../lib/langues.php"))
5
if (is_file("../lib/langues.php"))
6
	include("../lib/langues.php");
6
	include("../lib/langues.php");
7
 
7
 
Line 190... Line 190...
190
				$advanced = false;
190
				$advanced = false;
191
				$help_link = "help/simultaneous_use_help.html";
191
				$help_link = "help/simultaneous_use_help.html";
192
				$desc = $l_simultaneous_use;
192
				$desc = $l_simultaneous_use;
193
				break;
193
				break;
194
			case 'Max-All-Session' :
194
			case 'Max-All-Session' :
195
				$advanced = false;
195
				$advanced = true;
196
				$help_link = "help/max_all_session_help.html";
196
				$help_link = "help/max_all_session_help.html";
197
				$desc = $l_max_all_session;
197
				$desc = $l_max_all_session;
198
				break;
198
				break;
199
			case 'Session-Timeout' :
199
			case 'Session-Timeout' :
200
				$advanced = true;
200
				$advanced = true;
Line 304... Line 304...
304
				case 'Login-Time' :
304
				case 'Login-Time' :
305
				case 'Expiration' :
305
				case 'Expiration' :
306
				case 'Alcasar-Expire-After' :
306
				case 'Alcasar-Expire-After' :
307
				case 'CoovaChilli-Max-Total-Octets-Daily' :
307
				case 'CoovaChilli-Max-Total-Octets-Daily' :
308
				case 'CoovaChilli-Max-Total-Octets-Monthly' :
308
				case 'CoovaChilli-Max-Total-Octets-Monthly' :
-
 
309
				case 'CoovaChilli-Max-Total-Octets' :
309
					echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=";
310
					echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=";
310
					break;
311
					break;
311
				case 'Session-Timeout' :
312
				case 'Session-Timeout' :
312
				case 'CoovaChilli-Max-Input-Octets' :
313
				case 'CoovaChilli-Max-Input-Octets' :
313
				case 'CoovaChilli-Max-Output-Octets' :
314
				case 'CoovaChilli-Max-Output-Octets' :
314
				case 'CoovaChilli-Max-Total-Octets' :
-
 
315
				case 'CoovaChilli-Bandwidth-Max-Up' :
315
				case 'CoovaChilli-Bandwidth-Max-Up' :
316
				case 'CoovaChilli-Bandwidth-Max-Down' :
316
				case 'CoovaChilli-Bandwidth-Max-Down' :
317
				case 'WISPr-Redirection-URL' :
317
				case 'WISPr-Redirection-URL' :
318
				case 'Alcasar-Filter' :
318
				case 'Alcasar-Filter' :
319
				case 'Alcasar-Protocols-Filter' :
319
				case 'Alcasar-Protocols-Filter' :
Line 360... Line 360...
360
				case 'Alcasar-Protocols-Filter' :
360
				case 'Alcasar-Protocols-Filter' :
361
				case 'Alcasar-Status-Page-Must-Stay-Open' :
361
				case 'Alcasar-Status-Page-Must-Stay-Open' :
362
				case 'Alcasar-Expire-After' :
362
				case 'Alcasar-Expire-After' :
363
				case 'CoovaChilli-Max-Total-Octets-Daily' :
363
				case 'CoovaChilli-Max-Total-Octets-Daily' :
364
				case 'CoovaChilli-Max-Total-Octets-Monthly' :
364
				case 'CoovaChilli-Max-Total-Octets-Monthly' :
-
 
365
				case 'CoovaChilli-Max-Total-Octets' :
365
					echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
366
					echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
366
					break;
367
					break;
367
				case 'Session-Timeout' :
368
				case 'Session-Timeout' :
368
				case 'CoovaChilli-Max-Input-Octets' :
369
				case 'CoovaChilli-Max-Input-Octets' :
369
				case 'CoovaChilli-Max-Output-Octets' :
370
				case 'CoovaChilli-Max-Output-Octets' :
370
				case 'CoovaChilli-Max-Total-Octets' :
-
 
371
				case 'CoovaChilli-Bandwidth-Max-Up' :
371
				case 'CoovaChilli-Bandwidth-Max-Up' :
372
				case 'CoovaChilli-Bandwidth-Max-Down' :
372
				case 'CoovaChilli-Bandwidth-Max-Down' :
373
				case 'WISPr-Redirection-URL' :
373
				case 'WISPr-Redirection-URL' :
374
					echo "<input type=\"hidden\" name=\"$oper_name\" value=\"=\">";
374
					echo "<input type=\"hidden\" name=\"$oper_name\" value=\"=\">";
375
					break;
375
					break;