Subversion Repositories ALCASAR

Rev

Rev 3254 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3254 Rev 3264
Line 26... Line 26...
26
if (isset($search_IN)) $selected[$search_IN] = 'selected';
26
if (isset($search_IN)) $selected[$search_IN] = 'selected';
27
if (isset($radius_attr)) $selected[$radius_attr] = 'selected';
27
if (isset($radius_attr)) $selected[$radius_attr] = 'selected';
28
?>
28
?>
29
<html>
29
<html>
30
<head>
30
<head>
31
<title>Find a user</title>
31
	<title>Find a user</title>
32
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
32
	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
33
<link rel="stylesheet" href="/css/acc.css">
33
	<link rel="stylesheet" href="/css/acc.css">
34
<link rel="stylesheet" href="/css/jquery.dataTables.css">
34
	<link rel="stylesheet" href="/css/jquery.dataTables.css">
35
<script src="/js/jquery-3.6.min.js"></script>
35
	<script src="/js/jquery-3.6.min.js"></script>
36
<script src="/js/jquery.dataTables.js"></script>
36
	<script src="/js/jquery.dataTables.js"></script>
37
<script type="text/javascript">
37
	<script type="text/javascript">
38
	$(document).ready(function() {
38
		$(document).ready(function() {
39
		$('#datatable_display').DataTable();
39
			$('#datatable_display').DataTable();
40
	});
-
 
41
	$.extend(true, $.fn.dataTable.defaults, {
-
 
42
       		language: {
-
 
43
			url: '/js/jquery.dataTables.<?= $Language ?>.json'
-
 
44
       			},
-
 
45
		});
40
		});
-
 
41
		$.extend(true, $.fn.dataTable.defaults, {
-
 
42
			language: {url: '/js/jquery.dataTables.<?= $Language ?>.json'},
-
 
43
			columns: [{ type: 'html-num' }, null, null, null],
-
 
44
		});
46
</script>
45
	</script>
47
</head>
46
</head>
48
<body>
47
<body>
49
<table width="100%" border="0" cellspacing="0" cellpadding="0">
48
<table width="100%" border="0" cellspacing="0" cellpadding="0">
50
<tr><th><?php echo "$l_users_managment";?></th></tr>
49
<tr><th><?php echo "$l_users_managment";?></th></tr>
51
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
50
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"