Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | --------G.E.N.E.S.P.I.P------- |
---|
4 | ---SITE genealogique & SPIP--- |
---|
5 | ------Christophe RENOU-------- |
---|
6 | */ |
---|
7 | if ($_GET['id_individu']!=NULL){$id_individu = $_GET['id_individu'];}else{$id_individu=$_POST['id_individu'];} |
---|
8 | echo debut_boite_info(true); |
---|
9 | if ($id_individu){ |
---|
10 | echo gros_titre(_T("Fiche nº ".$id_individu), '', false); |
---|
11 | echo icone_horizontale(_T('voir en ligne'), generer_url_public('individu')."&id_individu=".$id_individu."&var_mode=calcul", 'racine-24.gif', 'rien.gif',false); |
---|
12 | }else{ |
---|
13 | echo propre(_T('genespip:info_doc')); |
---|
14 | |
---|
15 | } |
---|
16 | echo fin_boite_info(true); |
---|
17 | |
---|
18 | ?> |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.