Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 909 → Rev 910

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