Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
/*
|
2 |
/*
|
3 |
|
3 |
|
4 |
|
4 |
|
5 |
*/
|
5 |
*/
|
- |
|
6 |
/********************************************************************
|
- |
|
7 |
* FICHIERS REQUIS *
|
- |
|
8 |
*********************************************************************/
|
6 |
require_once('includes/defines.inc.php');
|
9 |
require_once('includes/defines.inc.php');
|
7 |
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
|
10 |
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
|
- |
|
11 |
|
- |
|
12 |
/********************************************************************
|
- |
|
13 |
* APPLIQUATION DES MISES A JOURS *
|
- |
|
14 |
*********************************************************************/
|
- |
|
15 |
|
- |
|
16 |
/********************************************************************
|
- |
|
17 |
* CHOIX DE LA LANGUE *
|
- |
|
18 |
*********************************************************************/
|
- |
|
19 |
|
- |
|
20 |
/********************************************************************
|
- |
|
21 |
* CONSTANTES AVEC CHEMINS DES FICHIERS DE CONFIGURATION *
|
- |
|
22 |
*********************************************************************/
|
- |
|
23 |
|
- |
|
24 |
/********************************************************************
|
- |
|
25 |
* TEST DES FICHIERS DE CONFIGURATION *
|
- |
|
26 |
*********************************************************************/
|
- |
|
27 |
|
- |
|
28 |
/********************************************************************
|
- |
|
29 |
* PARSING DES FICHIERS DE CONFIGURATION *
|
- |
|
30 |
*********************************************************************/
|
- |
|
31 |
|
- |
|
32 |
/********************************************************************
|
- |
|
33 |
* AFFICHAGE DE LA PAGE *
|
- |
|
34 |
*********************************************************************/
|
8 |
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
|
35 |
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
|
9 |
<html>
|
36 |
<html>
|
10 |
<head>
|
37 |
<head>
|
11 |
<title>Configuration page</title>
|
38 |
<title>Auth exceptions page</title>
|
- |
|
39 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
12 |
<!-- include default CSS -->
|
40 |
<!-- include default CSS -->
|
13 |
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
|
41 |
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
|
14 |
<!-- include JQUERY UI CSS -->
|
42 |
<!-- include JQUERY UI CSS -->
|
15 |
<link type="text/css" rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/ui-lightness/jquery-ui-1.8.10.custom.css">
|
43 |
<link type="text/css" rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/ui-lightness/jquery-ui-1.8.10.custom.css">
|
16 |
<!-- include custom page CSS -->
|
44 |
<!-- include custom page CSS -->
|
Line 21... |
Line 49... |
21 |
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-1.5.min.js"></script>
|
49 |
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-1.5.min.js"></script>
|
22 |
<!-- include JQUERY UI -->
|
50 |
<!-- include JQUERY UI -->
|
23 |
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-ui-1.8.10.all.min.js"></script>
|
51 |
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-ui-1.8.10.all.min.js"></script>
|
24 |
<!-- include page javascript -->
|
52 |
<!-- include page javascript -->
|
25 |
<script type="text/javascript">
|
53 |
<script type="text/javascript">
|
- |
|
54 |
$(document).ready(function(){
|
- |
|
55 |
// Tabs
|
- |
|
56 |
$('#tabs-import').tabs();
|
- |
|
57 |
// buttons
|
- |
|
58 |
$( "button, input:submit, input:button, input:reset").button();
|
26 |
|
59 |
});
|
27 |
</script>
|
60 |
</script>
|
28 |
</head>
|
61 |
</head>
|
29 |
<body>
|
62 |
<body>
|
- |
|
63 |
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
|
- |
|
64 |
<span class="ui-dialog-title" id="ui-dialog-title-dialog">CONFIGURATION PAGE</span>
|
- |
|
65 |
</div>
|
- |
|
66 |
<br />
|
- |
|
67 |
Page de configuration avancée.<br />
|
- |
|
68 |
<font color="red">Fonctions prochainement disponibles.</font><br />
|
- |
|
69 |
<br />
|
- |
|
70 |
<div id="tabs-import">
|
- |
|
71 |
<ul>
|
- |
|
72 |
<li><a href="#tabs1">Système</a></li>
|
- |
|
73 |
<li><a href="#tabs2">Portail captif</a></li>
|
- |
|
74 |
<li><a href="#tabs3">Auto-enregistrement</a></li>
|
- |
|
75 |
<li><a href="#tabs4">Maintenance</a></li>
|
- |
|
76 |
</ul>
|
- |
|
77 |
<div id="tabs1">
|
30 |
<h1>CONFIGURATION PAGE</h1>
|
78 |
<h2>Config système</h2>
|
- |
|
79 |
Cette page permet de configurer divers options du système (mail admin, redirection globale des usagers, etc...)<br />
|
- |
|
80 |
<br />
|
- |
|
81 |
</div>
|
- |
|
82 |
<div id="tabs2">
|
- |
|
83 |
<h2>Configuration du portail captif</h2>
|
- |
|
84 |
Cette page permet de configurer la page d'interception du portail captif (texte affiché, information usager, présenc d'une charte, etc...).<br />
|
- |
|
85 |
<br />
|
- |
|
86 |
</div>
|
- |
|
87 |
<div id="tabs3">
|
- |
|
88 |
<h2>Equipements de confiance</h2>
|
- |
|
89 |
Antrez ici les adresses MAC des équipements autorisés à joindre Internet sans authentification.<br />
|
- |
|
90 |
<br />
|
- |
|
91 |
</div>
|
- |
|
92 |
<div id="tabs4">
|
- |
|
93 |
<h2>Maintenace système</h2>
|
- |
|
94 |
Redémarage/arrêt du sytème, affichage "page de maintenance", etc...<br />
|
- |
|
95 |
<br />
|
- |
|
96 |
</div>
|
- |
|
97 |
</div>
|
31 |
</body>
|
98 |
</body>
|
32 |
</html>
|
99 |
</html>
|
33 |
|
100 |
|