echo '>' . $rowsLieuGeo[GeoModel::FIELDNAME_GEO] . '</option>';
    }
}
echo '</select>';
?>
                                            </center>
                                            </td>
                                        </table>  
                                        <br>                 
                                        <?php 
/*                                         * ***************************************************
                                          Construction des droits d'accès pour tous les modules:
                                         * ***************************Boris Sanègre  2003.03.25 
                                         * ***************************Franck Amofa 2015.08.07 */
// require ('droits_acces.inc');
IntranetDroitsAccesModel::buildHtmlDroitsAcces($paramIdUser);
?>
                                        <table width='500' border='0' cellspacing='4' cellpadding='0' align='center'>
                                            <tr>
                                                <td>
                                                    <div align='center'><img src='../images_pop/affectation_droits.gif' width='500' height='30'></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td><img src=../lib/images/espaceur.gif width='10' height='10'></td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table width='350' border='0' cellspacing='0' cellpadding='0' align='center'>
                                                        <tr>
                                                            <td colspan='2'>
    foreach ($arrayLieuGeo as $rowsLieuGeo) {
        echo '<option value=\'' . $rowsLieuGeo[GeoModel::KEYNAME] . '\'>' . $rowsLieuGeo[GeoModel::FIELDNAME_GEO] . '</option>';
    }
}
echo '</select>';
?>
                    </center>
                    </td>
                    </tr>
                </table><br>
                <?php 
/*
 * Construction des droits d'accès pour tous les modules:
 * Boris Sanègre 2003.03.25                
 */
IntranetDroitsAccesModel::buildHtmlDroitsAcces();
// Fin de la page
echo '<center>';
echo '<a href=# onClick=nonvide();><img src=../zimages/valider-j.gif width=130 height=20 border=0 alt=`Enregistrement d\'un salarié`></a>';
echo '<input type=hidden name=valider value=valider>';
echo '</center>';
echo '</td>';
echo '</tr>';
echo '<tr>';
echo '<td>&nbsp;</td>';
echo '</tr>';
echo '</table>';
echo '</form>';
include '../adminagis/cadrebas.php';
echo '</body>';
echo '</html>';