Subversion Repositories ALCASAR

Rev

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

Rev 901 Rev 911
Line 1... Line 1...
1
<?php
1
<?php
2
// ticket d'impression (thank's to Geoffroy MUSITELLI)
2
// ticket d'impression (thank's to Geoffroy MUSITELLI)
3
//gestion de la langue
3
//gestion de la langue
4
$origine='user_new';
-
 
5
if (is_file("../lib/langues.php"))
4
if (is_file("../lib/langues.php"))
6
	include("../lib/langues.php");
5
	include("../lib/langues.php");
7
 
6
 
8
require('/etc/freeradius-web/config.php');
7
require('/etc/freeradius-web/config.php');
9
if ($show == 1){
8
if ($show == 1){
Line 18... Line 17...
18
	$show_ops=1;
17
	$show_ops=1;
19
}else{
18
}else{
20
	$show_ops = 0;
19
	$show_ops = 0;
21
	$colspan=1;
20
	$colspan=1;
22
}
21
}
23
echo "<html><head><title>$l_title</title>";
-
 
24
?>
22
?>
25
 
23
 
-
 
24
<html><head><title>Voucher creation</title>
26
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
25
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
27
<link rel="stylesheet" href="/css/style.css">
26
<link rel="stylesheet" href="/css/style.css">
28
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
27
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
29
<script type="text/javascript" src="/js/epoch_classes.js"></script>
28
<script type="text/javascript" src="/js/epoch_classes.js"></script>
30
<script type="text/javascript" src="/js/fonctions.js"></script>
29
<script type="text/javascript" src="/js/fonctions.js"></script>
Line 39... Line 38...
39
 
38
 
40
</script>
39
</script>
41
</head>
40
</head>
42
<body>
41
<body>
43
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
42
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
44
	<tr><th><?php echo"$l_frame_top"; ?></th></tr>
43
	<tr><th><?php echo"$l_users_managment"; ?></th></tr>
45
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
44
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
46
</TABLE>
45
</TABLE>
47
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
46
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
48
	<tr bgcolor="#666666"><td>
47
	<tr bgcolor="#666666"><td>
49
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
48
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
Line 53... Line 52...
53
<tr valign=top>
52
<tr valign=top>
54
<td width=340></td>
53
<td width=340></td>
55
<td bgcolor="black" width=200>
54
<td bgcolor="black" width=200>
56
	<table border=0 width=100% cellpadding=2 cellspacing=0>
55
	<table border=0 width=100% cellpadding=2 cellspacing=0>
57
	<tr bgcolor="#907030" align=right valign=top><th>
56
	<tr bgcolor="#907030" align=right valign=top><th>
58
	<font color="white"><?php echo "$l_frame"; ?></font>
57
	<font color="white"><?php echo "$l_user_create"; ?></font>
59
	</th></tr>
58
	</th></tr>
60
	</table>
59
	</table>
61
</td></tr>
60
</td></tr>
62
<tr bgcolor="black" valign=top><td colspan=2>
61
<tr bgcolor="black" valign=top><td colspan=2>
63
	<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
62
	<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
Line 362... Line 361...
362
	else{
361
	else{
363
	echo "<input type=submit class=button value=\"$l_create\" OnClick=\"return formControl('newuser');\">";
362
	echo "<input type=submit class=button value=\"$l_create\" OnClick=\"return formControl('newuser');\">";
364
	}
363
	}
365
?>
364
?>
366
</form>
365
</form>
367
 
-
 
368
	</td></tr>
366
</td></tr>
369
</table>
-
 
370
</tr>
-
 
371
</table>
367
</table>
372
</TD></TR>
368
</td></tr>
373
</TABLE>
369
</TABLE>
374
</td></tr>
370
</td></tr>
375
</TABLE>
371
</TABLE>
376
</body>
372
</body>
377
</html>
373
</html>