Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 592 → Rev 593

/web/admin/test/footer.php
0,0 → 1,15
<?php
/**
* @version $Id: index.php 0.1
* @package ALCASAR_ADMIN_WEB
* @copyright Copyright (C) 2011 Weber Stephane. All rights reserved.
* @license see LICENSE.php
*/
 
define( '_ALCASAR_ADMIN_EXEC', 1 );
define('ALCASAR_ADMIN_PATH_BASE', dirname(__FILE__) );
define( 'DS', DIRECTORY_SEPARATOR );
 
require_once ( ALCASAR_ADMIN_PATH_BASE .DS.'inc'.DS.'defines.php' );
//require_once ( GLPA_PATH_PUBLIC.DS.'index.php' );
?>
/web/admin/test/index - Copie.php
0,0 → 1,59
<?php
/**
* @version $Id: index.php 0.1
* @package ALCASAR_ADMIN_WEB
* @copyright Copyright (C) 2011 Weber Stephane. All rights reserved.
* @license see LICENSE.php
*/
/*
define( '_ALCASAR_ADMIN_EXEC', 1 );
define('ALCASAR_ADMIN_PATH_BASE', dirname(__FILE__) );
define( 'DS', DIRECTORY_SEPARATOR );
 
require_once ( ALCASAR_ADMIN_PATH_BASE .DS.'inc'.DS.'defines.php' );
//require_once ( GLPA_PATH_PUBLIC.DS.'index.php' );
*/
?><!DOCTYPE html>
<html>
<head>
<TITLE>ALCASAR Control Center</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html, body {
height:100%;
margin: 0;
padding: 0;
border: none;
//text-align: center;
}
 
#frame_table {
width : 100%;
height : 100%;
//border: 1px solid black;
border: none;
}
#frame_table_head {
height : 100px;
}
#frame_table_menu {
width : 200;
}
#iframe_content{
height: 100%;
width : 100%;
margin: 0;
padding: 0;
border: none;
display:block;
}
</style>
<head>
<body>
<table id="frame_table">
<tr><td colspan="2" id="frame_table_head">entete</td></tr>
<tr><td id="frame_table_menu">menu</td><td id="frame_table_content"><iframe id="iframe_content" src="welcome.php"></iframe></td></tr>
<tr><td colspan="2" id="frame_table_footer">footer</td></tr>
</table>
</body>
</html>
/web/admin/test/index.php
0,0 → 1,59
<?php
/**
* @version $Id: index.php 0.1
* @package ALCASAR_ADMIN_WEB
* @copyright Copyright (C) 2011 Weber Stephane. All rights reserved.
* @license see LICENSE.php
*/
/*
define( '_ALCASAR_ADMIN_EXEC', 1 );
define('ALCASAR_ADMIN_PATH_BASE', dirname(__FILE__) );
define( 'DS', DIRECTORY_SEPARATOR );
 
require_once ( ALCASAR_ADMIN_PATH_BASE .DS.'inc'.DS.'defines.php' );
//require_once ( GLPA_PATH_PUBLIC.DS.'index.php' );
*/
?><!DOCTYPE html>
<html>
<head>
<TITLE>ALCASAR Control Center</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html, body {
height:100%;
margin: 0;
padding: 0;
border: none;
//text-align: center;
}
 
#frame_table {
width : 100%;
height : 100%;
//border: 1px solid black;
border: none;
}
#frame_table_head {
height : 100px;
}
#frame_table_menu {
width : 200;
}
#iframe_content{
height: 100%;
width : 100%;
margin: 0;
padding: 0;
border: none;
display:block;
}
</style>
<head>
<body>
<table id="frame_table">
<tr><td colspan="2" id="frame_table_head">entete</td></tr>
<tr><td id="frame_table_menu">menu</td><td id="frame_table_content"><iframe id="iframe_content" src="welcome.php"></iframe></td></tr>
<tr><td colspan="2" id="frame_table_footer">footer</td></tr>
</table>
</body>
</html>
/web/admin/test/header.php
0,0 → 1,15
<?php
/**
* @version $Id: index.php 0.1
* @package ALCASAR_ADMIN_WEB
* @copyright Copyright (C) 2011 Weber Stephane. All rights reserved.
* @license see LICENSE.php
*/
 
define( '_ALCASAR_ADMIN_EXEC', 1 );
define('ALCASAR_ADMIN_PATH_BASE', dirname(__FILE__) );
define( 'DS', DIRECTORY_SEPARATOR );
 
require_once ( ALCASAR_ADMIN_PATH_BASE .DS.'inc'.DS.'defines.php' );
//require_once ( GLPA_PATH_PUBLIC.DS.'index.php' );
?>
/web/admin/network.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Network page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>NETWORK PAGE</h1>
</body>
</html>
/web/admin/activity.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Activity page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>ACTIVITY PAGE</h1>
</body>
</html>
/web/admin/auth_admins.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Admins page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>ADMINS PAGE</h1>
</body>
</html>
/web/admin/auth_groups.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Groups page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>GROUPS PAGE</h1>
</body>
</html>
/web/admin/auth_exceptions.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Auth exceptions page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>AUTH EXCEPTIONS PAGE</h1>
</body>
</html>
/web/admin/css/default/default.css
3,5 → 3,5
font-size: small;
color: #666666;
background-color: #EFEFEF;
text-align: justify;
/*text-align: justify;*/
}
/web/admin/filters_networks.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Filters networks page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>FILTERS NETWORKS PAGE</h1>
</body>
</html>
/web/admin/menu.php
99,19 → 99,19
<div>
<h3><a href="#"><?php echo $l_system; ?></a></h3>
<div>
<a href="welcome.php">Configuration</a><br />
<a href="welcome.php">Services</a><br />
<a href="welcome.php"><?php echo $l_network; ?></a><br />
<a href="welcome.php"><?php echo $l_activity; ?></a><br />
<a href="welcome.php">Annuaires</a>
<a href="configuration.php">Configuration</a><br />
<a href="services.php">Services</a><br />
<a href="network.php"><?php echo $l_network; ?></a><br />
<a href="activity.php"><?php echo $l_activity; ?></a><br />
<a href="directories.php">Annuaires</a>
</div>
</div>
<div>
<h3><a href="#"><?php echo $l_auth; ?></a></h3>
<div>
<a href="welcome.php"><?php echo $l_menu_users; ?></a><br />
<a href="welcome.php"><?php echo $l_menu_groups; ?></a><br />
<a href="welcome.php"><?php echo $l_menu_admins; ?></a><br />
<a href="auth_users.php"><?php echo $l_menu_users; ?></a><br />
<a href="auth_groups.php"><?php echo $l_menu_groups; ?></a><br />
<a href="auth_admins.php"><?php echo $l_menu_admins; ?></a><br />
<!--
<a href="manager/htdocs/user_new.php"><?php echo $l_create_user; ?></a><br />
<a href="manager/htdocs/find.php"><?php echo $l_edit_user; ?></a><br />
118,15 → 118,15
<a href="manager/htdocs/group_new.php"><?php echo $l_create_group; ?></a><br />
<a href="manager/htdocs/show_groups.php"><?php echo $l_edit_group; ?></a><br />
-->
<a href="welcome.php"><?php echo $l_import_empty; ?></a><br />
<a href="welcome.php">Exceptions</a>
<a href="auth_import_users.php"><?php echo $l_import_empty; ?></a><br />
<a href="auth_exceptions.php">Exceptions</a>
</div>
</div>
<div>
<h3><a href="#"><?php echo $l_filter; ?></a></h3>
<div>
<a href="welcome.php"><?php echo $l_domains_filter; ?></a>
<a href="welcome.php"><?php echo $l_network; ?></a><br />
<a href="filters_domains.php"><?php echo $l_domains_filter; ?></a><br />
<a href="filters_networks.php"><?php echo $l_network; ?></a>
</div>
</div>
<div>
142,7 → 142,7
<div>
<h3><a href="#"><?php echo $l_backup; ?></a></h3>
<div>
<a href="welcome.php"><?php echo $l_backup; ?></a><br />
<a href="backups.php"><?php echo $l_backup; ?></a><br />
</div>
</div>
</div>
/web/admin/configuration.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Configuration page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>CONFIGURATION PAGE</h1>
</body>
</html>
/web/admin/login.php
9,7 → 9,7
<html>
<head>
<title>Login page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>css/default/default.css" type="text/css">
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>LOGIN PAGE</h1>
/web/admin/directories.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Directories page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>DIRECTORIES PAGE</h1>
</body>
</html>
/web/admin/auth_import_users.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>User import page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>USER IMPORT PAGE</h1>
</body>
</html>
/web/admin/languages/fr/menu.lang.php
15,7 → 15,7
$l_statistics = "STATISTIQUES";
$l_backup = "SAUVEGARDES";
$l_activity = "Activit&eacute;";
$l_domains_filter = "Domaines et URLs";
$l_domains_filter = "Domaines/URLs";
$l_ldap = "Ldap/A.D.";
$l_access_nb = "Accès au centre";
/*
27,7 → 27,7
$l_menu_users = "Usagers";
$l_menu_groups = "Groupes";
$l_menu_admins = "Administrateurs";
$l_import_empty = "Importer / Vider";
$l_import_empty = "Importer/Vider";
$l_network = "Réseau";
$l_stat_user_day = "usager/jour";
$l_stat_con = "connexions";
/web/admin/filters_domains.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Filters domains page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>FILTERS DOMAINS PAGE</h1>
</body>
</html>
/web/admin/auth_users.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Users page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>USERS PAGE</h1>
</body>
</html>
/web/admin/services.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Services page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>SERVICES PAGE</h1>
</body>
</html>
/web/admin/backups.php
0,0 → 1,17
<?php
/*
 
 
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>backup page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
<h1>BACKUP PAGE</h1>
</body>
</html>