| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
# $Id: user_edit.php 2666 2018-12-06 21:17:27Z tom.houdayer $
|
2 |
# $Id: user_edit.php 2817 2020-05-09 09:35:56Z rexy $
|
| 3 |
|
3 |
|
| 4 |
//gestion de la langue
|
4 |
//gestion de la langue
|
| 5 |
if (is_file("../lib/langues.php"))
|
5 |
if (is_file("../lib/langues.php"))
|
| 6 |
include("../lib/langues.php");
|
6 |
include("../lib/langues.php");
|
| 7 |
|
7 |
|
| Line 50... |
Line 50... |
| 50 |
<html>
|
50 |
<html>
|
| 51 |
<head>
|
51 |
<head>
|
| 52 |
<title>Users & groups edition</title>
|
52 |
<title>Users & groups edition</title>
|
| 53 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
53 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
| 54 |
<link rel="stylesheet" href="/css/jquery-ui.min.css">
|
54 |
<link rel="stylesheet" href="/css/jquery-ui.min.css">
|
| 55 |
<link rel="stylesheet" href="/css/style.css">
|
55 |
<link rel="stylesheet" href="/css/acc.css">
|
| 56 |
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css">
|
56 |
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css">
|
| 57 |
<script type="text/javascript" src="/js/fonctions.js"></script>
|
57 |
<script type="text/javascript" src="/js/fonctions.js"></script>
|
| 58 |
<script language="javascript" type="text/javascript">
|
58 |
<script language="javascript" type="text/javascript">
|
| 59 |
var chars='0123456789abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ'
|
59 |
var chars='0123456789abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ'
|
| 60 |
function password(size)
|
60 |
function password(size)
|