<tr>
                                <td><img src='../images_pop/etape2_salaries.gif' height='62'></td>
                                <td><img src='../images_pop/gestion_salaries.gif' width='500' height='62'></td>
                                <td><a href='../aide.php#entreprise' target='_blank'><img src=../lib/images/bandeau_aide_point_interrogation.gif width='28' height='62' border='0'></a></td>
                            </tr>
                        </table>
                        <table width='100%' border='0' cellspacing='0' cellpadding='0'>
                            <?php 
/*
 * Initialisation du Bloc HTML
 */
$bloc = '<tr><td><' . $html_table . '> ';
/*
 * Date de création de l'utlisateur
 */
$bloc .= $userView->getHtmlDataField(UserModel::FIELDNAME_DATE_CREATION_SALARIES);
/*
 * Association à un groupe d'utilisateur
 */
//                            $bloc .= $userView->getHtmlDataField(UserModel::FIELDNAME_ASENDANT_ID_SALARIES);
/*
 * Identifiant
 */
$bloc .= '<tr><td align=right>' . DatabaseDescription::getFieldDocLabel(UserModel::TABLENAME, UserModel::KEYNAME) . '</td><td align=left>' . $paramIdUser . '</td></tr>';
/*
 * Affichage
 */
echo $bloc . '</table></td></tr>';
?>

                            <tr>