Subversion Repositories ALCASAR

Rev

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

Rev 2512 Rev 2513
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: group_new.php 2512 2018-03-11 15:19:43Z tom.houdayer $
2
# $Id: group_new.php 2513 2018-03-11 16:13:17Z 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 233... Line 233...
233
			case 'CoovaChilli-Max-Total-Octets' :
233
			case 'CoovaChilli-Max-Total-Octets' :
234
				$advanced = true;
234
				$advanced = true;
235
				$help_link = "help/coovachilli_max_total_octets_help.html";
235
				$help_link = "help/coovachilli_max_total_octets_help.html";
236
				$desc = $l_max_total_octets;
236
				$desc = $l_max_total_octets;
237
				break;
237
				break;
-
 
238
			case 'CoovaChilli-Max-Total-Octets-Daily' :
-
 
239
				$advanced = true;
-
 
240
				$help_link = "help/coovachilli_max_total_octets_help.html";
-
 
241
				$desc = $l_max_total_octets_daily;
-
 
242
				break;
-
 
243
			case 'CoovaChilli-Max-Total-Octets-Monthly' :
-
 
244
				$advanced = true;
-
 
245
				$help_link = "help/coovachilli_max_total_octets_help.html";
-
 
246
				$desc = $l_max_total_octets_monthly;
-
 
247
				break;
238
			case 'CoovaChilli-Bandwidth-Max-Up' :
248
			case 'CoovaChilli-Bandwidth-Max-Up' :
239
				$advanced = true;
249
				$advanced = true;
240
				$help_link = "help/coovachilli_bandwidth_max_up_help.html";
250
				$help_link = "help/coovachilli_bandwidth_max_up_help.html";
241
				$desc = $l_max_bandwidth_up;
251
				$desc = $l_max_bandwidth_up;
242
				break;
252
				break;
Line 291... Line 301...
291
				case 'Max-Weekly-Session' :
301
				case 'Max-Weekly-Session' :
292
				case 'Max-Monthly-Session' :
302
				case 'Max-Monthly-Session' :
293
				case 'Login-Time' :
303
				case 'Login-Time' :
294
				case 'Expiration' :
304
				case 'Expiration' :
295
				case 'Alcasar-Expire-After' :
305
				case 'Alcasar-Expire-After' :
-
 
306
				case 'CoovaChilli-Max-Total-Octets-Daily' :
-
 
307
				case 'CoovaChilli-Max-Total-Octets-Monthly' :
296
					echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=";
308
					echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=";
297
					break;
309
					break;
298
				case 'Session-Timeout' :
310
				case 'Session-Timeout' :
299
				case 'CoovaChilli-Max-Input-Octets' :
311
				case 'CoovaChilli-Max-Input-Octets' :
300
				case 'CoovaChilli-Max-Output-Octets' :
312
				case 'CoovaChilli-Max-Output-Octets' :
Line 345... Line 357...
345
				case 'Expiration' :
357
				case 'Expiration' :
346
				case 'Alcasar-Filter' :
358
				case 'Alcasar-Filter' :
347
				case 'Alcasar-Protocols-Filter' :
359
				case 'Alcasar-Protocols-Filter' :
348
				case 'Alcasar-Status-Page-Must-Stay-Open' :
360
				case 'Alcasar-Status-Page-Must-Stay-Open' :
349
				case 'Alcasar-Expire-After' :
361
				case 'Alcasar-Expire-After' :
-
 
362
				case 'CoovaChilli-Max-Total-Octets-Daily' :
-
 
363
				case 'CoovaChilli-Max-Total-Octets-Monthly' :
350
					echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
364
					echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
351
					break;
365
					break;
352
				case 'Session-Timeout' :
366
				case 'Session-Timeout' :
353
				case 'CoovaChilli-Max-Input-Octets' :
367
				case 'CoovaChilli-Max-Input-Octets' :
354
				case 'CoovaChilli-Max-Output-Octets' :
368
				case 'CoovaChilli-Max-Output-Octets' :