Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
# $Id: group_new.php 2691 2019-01-25 23:03:17Z tom.houdayer $
|
2 |
# $Id: group_new.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 25... |
Line 25... |
25 |
|
25 |
|
26 |
if ($config['general_lib_type'] != 'sql'){
|
26 |
if ($config['general_lib_type'] != 'sql'){
|
27 |
echo <<<EOM
|
27 |
echo <<<EOM
|
28 |
<title>$l_title</title>
|
28 |
<title>$l_title</title>
|
29 |
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
|
29 |
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
|
30 |
<link rel="stylesheet" href="style.css">
|
30 |
<link rel="stylesheet" href="/css/acc.css">
|
31 |
</head>
|
31 |
</head>
|
32 |
<body>
|
32 |
<body>
|
33 |
<center>
|
33 |
<center>
|
34 |
<b>This page is only available if you are using sql as general library type</b>
|
34 |
<b>This page is only available if you are using sql as general library type</b>
|
35 |
</body>
|
35 |
</body>
|
Line 51... |
Line 51... |
51 |
?>
|
51 |
?>
|
52 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
52 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
53 |
<html><head><title>New group</title>
|
53 |
<html><head><title>New group</title>
|
54 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
54 |
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
|
55 |
<link rel="stylesheet" href="/css/jquery-ui.min.css">
|
55 |
<link rel="stylesheet" href="/css/jquery-ui.min.css">
|
56 |
<link rel="stylesheet" href="/css/style.css">
|
56 |
<link rel="stylesheet" href="/css/acc.css">
|
57 |
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
|
57 |
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
|
58 |
<script type="text/javascript" src="/js/epoch_classes.js"></script>
|
58 |
<script type="text/javascript" src="/js/epoch_classes.js"></script>
|
59 |
<script type="text/javascript" src="/js/fonctions.js"></script>
|
59 |
<script type="text/javascript" src="/js/fonctions.js"></script>
|
60 |
<script language="javascript" type="text/javascript">
|
60 |
<script language="javascript" type="text/javascript">
|
61 |
/*Insertion du calendrier*/
|
61 |
/*Insertion du calendrier*/
|