Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 910 → Rev 909

/web/acc/manager/htdocs/user_info.php
1,8 → 1,4
<?php
//gestion de la langue
$origine='user_info';
if (is_file("../lib/langues.php"))
include("../lib/langues.php");
require('/etc/freeradius-web/config.php');
?>
 
9,12 → 5,12
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
<title><?php echo "$l_title";?></title>
<title>Page d'information personnelle</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><?php echo "$l_frame_top";?></th></tr>
<tr><th>Gestion des usagers</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
height="2"></td></tr>
</TABLE>
23,6 → 19,12
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<center>
<table border=0 width=550 cellpadding=0 cellspacing=0>
<tr valign=top>
<!--<td align=center><img src="images/title2.gif"></td>-->
</tr>
</table>
 
<table border=0 width=400 cellpadding=0 cellspacing=2>
<?php
include("../html/user_toolbar.html.php");
48,7 → 50,7
<td bgcolor="black" width=200>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th>
<font color="white"><?php echo "$l_user : $login ($cn)"?></font>&nbsp;
<font color="white">Page d'information personnelle de <?php echo "$login ($cn)"?></font>&nbsp;
</th></tr>
</table>
</td></tr>
64,7 → 66,7
echo <<<EOM
<tr>
<td align=right bgcolor="#d0ddb0">
$l_name
Nom complet (NOM Pr&eacute;nom)
</td><td>
<input type=text name="Fcn" value="$cn" size=35>
</td>
71,7 → 73,7
</tr>
<tr>
<td align=right bgcolor="#d0ddb0">
$l_email
Mail
</td><td>
<input type=text name="Fmail" value="$mail" size=35>
</td>
85,7 → 87,7
</tr>
<tr>
<td align=right bgcolor="#d0ddb0">
$l_homephone
T&eacute;l&eacute;phone personnel
</td><td>
<input type=text name="Fhomephone" value="$homephone" size=35>
</td>
92,7 → 94,7
</tr>
<tr>
<td align=right bgcolor="#d0ddb0">
$l_telephonenumber
T&eacute;l&eacute;phone bureau
</td><td>
<input type=text name="Ftelephonenumber" value="$telephonenumber" size=35>
</td>
99,7 → 101,7
</tr>
<tr>
<td align=right bgcolor="#d0ddb0">
$l_mobile
T&eacute;l&eacute;phone mobile
</td><td>
<input type=text name="Fmobile" value="$mobile" size=35>
</td>
108,7 → 110,7
?>
</table>
<br>
<input type=submit class=button value="<?php echo "$l_change";?>" OnClick="this.form.change.value=1">
<input type=submit class=button value="Modifier" OnClick="this.form.change.value=1">
</form>
</td></tr>
</table>