backoffice/html/gestion/index.php
2011-06-21 13:28:10 +00:00

35 lines
1.9 KiB
PHP

<?php
include('tables.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr">
<head>
<!--<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Gestion des informations de la base de donn&eacute;es</title>
<link rel="stylesheet" type="text/css" href="../nonimg/gestion.css">
</head>
<body>
<p align="center" class="fontheader"><strong>Gestion des informations de la base de donn&eacute;es</strong></p>
<table BgColor="#177AE9" cellspacing="1" cellpadding="2" width="420" border="0" align="center" BorderColor="#000020">
<tr BgColor="#589FED">
<td width="319" height="40"><font color="#006699">&nbsp;</font></td>
<td width="89" height="40" align="center" valign="middle" BgColor="#589FED" class="fontnormal"><strong><font color="#FFFFFF">List Page</font></strong></td>
<td width="92" height="40" align="center" valign="middle" class="fontnormal"><font color="#FFFFFF"><strong>Control Panel</strong></font></td>
</tr>
<?php
foreach ($tablesDisp as $table=>$libelle) {
?>
<tr BgColor="#E2EEFC">
<td height="40" BgColor="#589FED" class="fontnormal"><font color="#FFFFFF"><strong>&nbsp;&nbsp;&nbsp;&nbsp;<?=htmlentities($libelle)?></strong></font></td>
<td height="40" align="center" valign="middle"><a href="./list.php?clearsession=1&dbtable=<?=$table?>"><img src="../images/bt_list.gif" border="0"></td>
<td height="40" align="center" valign="middle"><a href="<?/*mandataires_control_panel.html*/?>#"><img src="../images/bt_panel.gif" border="0"></td>
</tr>
<?php
}
?>
</table>
</body>
</html>