| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
//gestion de la langue
|
2 |
//gestion de la langue
|
| 3 |
$origine='find_user';
|
- |
|
| 4 |
if (is_file("../lib/langues.php"))
|
3 |
if (is_file("../lib/langues.php"))
|
| 5 |
include("../lib/langues.php");
|
4 |
include("../lib/langues.php");
|
| 6 |
require('/etc/freeradius-web/config.php');
|
5 |
require('/etc/freeradius-web/config.php');
|
| 7 |
if (isset($search_IN)) $selected[$search_IN] = 'selected';
|
6 |
if (isset($search_IN)) $selected[$search_IN] = 'selected';
|
| 8 |
if (isset ($radius_attr)) $selected[$radius_attr] = 'selected';
|
7 |
if (isset ($radius_attr)) $selected[$radius_attr] = 'selected';
|
| 9 |
if (isset ($max_results)){ $max = ($max_results) ? $max_results : 40;}
|
8 |
if (isset ($max_results)){ $max = ($max_results) ? $max_results : 40;}
|
| 10 |
?>
|
9 |
?>
|
| 11 |
<html>
|
10 |
<html>
|
| 12 |
<head>
|
11 |
<head>
|
| 13 |
<title><?php echo "$l_title";?></title>
|
12 |
<title>Find a user</title>
|
| 14 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
13 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
| 15 |
<link rel="stylesheet" href="/css/style.css">
|
14 |
<link rel="stylesheet" href="/css/style.css">
|
| 16 |
</head>
|
15 |
</head>
|
| 17 |
<body>
|
16 |
<body>
|
| 18 |
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
|
17 |
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 19 |
<tr><th><?php echo "$l_frame_top";?></th></tr>
|
18 |
<tr><th><?php echo "$l_users_managment";?></th></tr>
|
| 20 |
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
|
19 |
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
|
| 21 |
height="2"></td></tr>
|
20 |
height="2"></td></tr>
|
| 22 |
</TABLE>
|
21 |
</TABLE>
|
| 23 |
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
|
22 |
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
|
| 24 |
<tr bgcolor="#666666"><td>
|
23 |
<tr bgcolor="#666666"><td>
|