Import de la page dirigeants.php modifié pour le nouveau style depuis la branche 1.2

This commit is contained in:
Michael RICOIS 2009-08-31 16:07:56 +00:00
parent edae470b5d
commit 165b3a7f9e

View File

@ -47,8 +47,9 @@ if( cache_exist() && !( preg_match('/saisie/i', $_SESSION['tabInfo']['droits'])
$firephp->log($dirs,'dirs');
$raisonSociale = $_SESSION['tabInfo']['entrep']['raisonSociale'];
?>
<table width="580" border="0" align="left" bgcolor="#FFFFFF" id="center">
<tr><td colspan="3"><h1>DIRIGEANTS</h1></td></tr>
<div id="center">
<h1>DIRIGEANTS</h1>
<table>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Num&eacute;ro identifiant Siren</td>
@ -59,14 +60,13 @@ $raisonSociale = $_SESSION['tabInfo']['entrep']['raisonSociale'];
<td width="200" class="StyleInfoLib">Raison Sociale</td>
<td width="350" class="StyleInfoData"><?=$raisonSociale?></td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
</table>
<?php
if ($histo)
{
?>
<tr><td colspan="3"><h2>Historique des dirigeants</h2></td></tr>
<h2>Historique des dirigeants</h2>
<table>
<tr>
<td width="30">&nbsp;</td>
<td colspan="2" width="550" class="StyleInfoData">
@ -97,10 +97,12 @@ if ($histo)
</table>
</td>
</tr>
</table>
<?php
} else {
?>
<tr><td colspan="3"><h2>Liste des dirigeants actifs</h2></td></tr>
<h2>Liste des dirigeants actifs</h2>
<table>
<tr>
<td width="30">&nbsp;</td>
<td colspan="2" width="550" class="StyleInfoData">
@ -158,10 +160,11 @@ if ($histo)
</table>
</td>
</tr>
</table>
<?php
}
?>
</table>
</div>
<?php
//Exportation des données sous forme de fichier
function htmldecode($value){