Subversion Repositories ALCASAR

Rev

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

Rev 912 Rev 1805
Line 8... Line 8...
8
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
8
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
9
else{
9
else{
10
	echo <<<EOM
10
	echo <<<EOM
11
<html>
11
<html>
12
<title>Find group</title>
12
<title>Find group</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="/css/style.css">
14
<link rel="stylesheet" href="/css/style.css">
15
</head>
15
</head>
16
<body>
16
<body>
17
<center>
17
<center>
18
<b>Could not include SQL library functions. Aborting</b>
18
<b>Could not include SQL library functions. Aborting</b>
19
</body>
19
</body>
20
</html>
20
</html>
21
EOM;
21
EOM;
22
	exit();
22
	exit();
23
}
23
}
24
if ($config[general_lib_type] != 'sql'){
24
if ($config['general_lib_type'] != 'sql'){
25
	echo <<<EOM
25
	echo <<<EOM
26
<html>
26
<html>
27
<title>find group</title>
27
<title>find group</title>
28
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
28
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
29
<link rel="stylesheet" href="style.css">
29
<link rel="stylesheet" href="style.css">
30
</head>
30
</head>
31
<body>
31
<body>
32
<center>
32
<center>
33
<b>This page is only available if you are using sql as general library type</b>
33
<b>This page is only available if you are using sql as general library type</b>
Line 43... Line 43...
43
<link rel="stylesheet" href="/css/style.css">
43
<link rel="stylesheet" href="/css/style.css">
44
</head>
44
</head>
45
<body>
45
<body>
46
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
46
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
47
	<tr><th><?php echo "$l_groups_managment"; ?></th></tr>
47
	<tr><th><?php echo "$l_groups_managment"; ?></th></tr>
48
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" 
48
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
49
height="2"></td></tr>
49
height="2"></td></tr>
50
</TABLE>
50
</TABLE>
51
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
51
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
52
	<tr bgcolor="#666666"><td>
52
	<tr bgcolor="#666666"><td>
53
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
53
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>