Subversion Repositories ALCASAR

Rev

Rev 1805 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1805 Rev 2817
Line 9... Line 9...
9
}
9
}
10
if ($config['general_lib_type'] != 'sql'){
10
if ($config['general_lib_type'] != 'sql'){
11
	echo <<<EOM
11
	echo <<<EOM
12
<title>Admin_groups</title>
12
<title>Admin_groups</title>
13
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
13
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
14
<link rel="stylesheet" href="style.css">
14
<link rel="stylesheet" href="/css/acc.css">
15
</head>
15
</head>
16
<body>
16
<body>
17
<center>
17
<center>
18
<b>This page is only available if you are using sql as general library type</b>
18
<b>This page is only available if you are using sql as general library type</b>
19
</body>
19
</body>
Line 27... Line 27...
27
	include("../lib/$config[general_lib_type]/group_info.php");
27
	include("../lib/$config[general_lib_type]/group_info.php");
28
	if ($group_exists == 'no'){
28
	if ($group_exists == 'no'){
29
		echo <<<EOM
29
		echo <<<EOM
30
<title>Admin_groups</title>
30
<title>Admin_groups</title>
31
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
31
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
32
<link rel="stylesheet" href="style.css">
32
<link rel="stylesheet" href="/css/acc.css">
33
</head>
33
</head>
34
<body>
34
<body>
35
<center>
35
<center>
36
<form action="group_admin.php" method=get>
36
<form action="group_admin.php" method=get>
37
<b>Le groupe &nbsp;&nbsp;</b>
37
<b>Le groupe &nbsp;&nbsp;</b>
Line 48... Line 48...
48
 
48
 
49
<html>
49
<html>
50
<head>
50
<head>
51
<title>Admin_groups</title>
51
<title>Admin_groups</title>
52
<meta http-equiv="Content-Type" content="text/html" charset="<?php echo $config['general_charset']?>">
52
<meta http-equiv="Content-Type" content="text/html" charset="<?php echo $config['general_charset']?>">
53
<link rel="stylesheet" href="/css/style.css">
53
<link rel="stylesheet" href="/css/acc.css">
54
</head>
54
</head>
55
<body>
55
<body>
56
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
56
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
57
<tr><th><?php echo "$l_groups_managment"; ?></th></tr>
57
<tr><th><?php echo "$l_groups_managment"; ?></th></tr>
58
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
58
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"