Subversion Repositories ALCASAR

Rev

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

Rev 925 Rev 1805
Line 1... Line 1...
1
<?php
1
<?php
2
//gestion de la langue
2
//gestion de la langue
3
if (is_file("../lib/langues.php"))
3
if (is_file("../lib/langues.php"))
4
	include("../lib/langues.php");
4
	include("../lib/langues.php");
5
require('/etc/freeradius-web/config.php');
5
require('/etc/freeradius-web/config.php');
-
 
6
if(!isset($change)) $change = 0;
6
?>
7
?>
7
 
8
 
8
<html>
9
<html>
9
<head>
10
<head>
10
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
11
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
11
<title>User personal information</title>
12
<title>User personal information</title>
12
<link rel="stylesheet" href="/css/style.css">
13
<link rel="stylesheet" href="/css/style.css">
13
</head>
14
</head>
14
<body>
15
<body>
15
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
16
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
16
<tr><th><?php echo "$l_users_managment";?></th></tr>
17
<tr><th><?php echo "$l_users_managment";?></th></tr>
17
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" 
18
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
18
height="2"></td></tr>
19
height="2"></td></tr>
19
</TABLE>
20
</TABLE>
20
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
21
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
21
	<tr bgcolor="#666666"><td>
22
	<tr bgcolor="#666666"><td>
22
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
23
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
Line 52... Line 53...
52
	</table>
53
	</table>
53
</td></tr>
54
</td></tr>
54
<tr bgcolor="black" valign=top><td colspan=2>
55
<tr bgcolor="black" valign=top><td colspan=2>
55
	<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
56
	<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
56
	<tr><td>
57
	<tr><td>
57
   
58
 
58
   <form method=post>
59
   <form method=post>
59
      <input type=hidden name=login value="<?php echo $login?>">
60
      <input type=hidden name=login value="<?php echo $login?>">
60
      <input type=hidden name=change value="0">
61
      <input type=hidden name=change value="0">
61
	<table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>
62
	<table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>
62
<?php
63
<?php