Subversion Repositories ALCASAR

Rev

Rev 596 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
593 stephane 1
<?php
2
/*
3
 
4
 
5
*/
703 stephane 6
/********************************************************************
7
*						FICHIERS REQUIS								*
8
*********************************************************************/
593 stephane 9
require_once('includes/defines.inc.php');
10
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
703 stephane 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
*********************************************************************/
593 stephane 35
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
36
<html>
37
<head>
38
<title>Filters networks page</title>
703 stephane 39
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
596 stephane 40
<!-- include default CSS -->
593 stephane 41
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
596 stephane 42
<!-- include JQUERY UI 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">
44
<!-- include custom page CSS -->
45
<style type="text/css">
46
 
47
</style>
48
<!-- include JQUERY -->
49
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-1.5.min.js"></script>
50
<!-- include JQUERY UI -->
51
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-ui-1.8.10.all.min.js"></script>
52
<!-- include page javascript -->
53
<script type="text/javascript">
54
 
55
</script>
593 stephane 56
</head>
596 stephane 57
<body>
593 stephane 58
<h1>FILTERS NETWORKS PAGE</h1>
59
</body>
60
</html>