9 } |
9 } |
10 ?> |
10 ?> |
11 |
11 |
12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
13 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
13 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
14 <!-- |
|
15 <!DOCTYPE html> |
|
16 <html> |
|
17 --> |
14 |
18 |
15 <head> |
19 <head> |
16 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
20 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
17 <link href="/fhiiqm/css/db.css" rel="STYLESHEET" type="TEXT/CSS" /> |
21 <link href="/fhiiqm/css/db.css" rel="STYLESHEET" type="TEXT/CSS" /> |
18 <link href="/fhiiqm/css/navio.css" rel="STYLESHEET" type="TEXT/CSS" /> |
22 <link href="/fhiiqm/css/navio.css" rel="STYLESHEET" type="TEXT/CSS" /> |
31 <h3> Datenbank für die Administration und Infrastruktur im FHI</h3>\n"; |
35 <h3> Datenbank für die Administration und Infrastruktur im FHI</h3>\n"; |
32 // print_r ($_SESSION['recht']); |
36 // print_r ($_SESSION['recht']); |
33 |
37 |
34 include_once($_SERVER["DOCUMENT_ROOT"] . "/fhiiqm/inc/menu.inc.php"); |
38 include_once($_SERVER["DOCUMENT_ROOT"] . "/fhiiqm/inc/menu.inc.php"); |
35 |
39 |
36 echo "<p><br /> <a href='/fhiiqm/infos/123_fhiiqm_anwenderdoc.pdf' title='Anwenderdokumentaion' target='_blank'>Anwender-Dokumentation</a></p>\n"; |
40 echo "<p><br /> <a href='/fhiiqm/infos/123_fhiiqm_anwenderdoc.pdf' title='Anwenderdokumentaion' target='_blank'>Anwender-Dokumentation (Gesamt)</a><br /> </p>\n"; |
|
41 if (in_array("mte",$_SESSION["recht"])) |
|
42 echo "<p> <a href='/fhiiqm/infos/237_fhiiqm_telefon.pdf' title='Mitarbeiter - Telefon' target='_blank'>Mitarbeiter-Telefon erfassen, -Liste</a></p>\n"; |
|
43 if (in_array("kr",$_SESSION["recht"]) || in_array("ke",$_SESSION["recht"])) |
|
44 echo "<p> <a href='/fhiiqm/infos/251_fhiiqm_keytyp.pdf' title='Schlüsselverwaltung' target='_blank'>Schlüsselverwaltung</a></p>\n"; |
|
45 if (in_array("ddr",$_SESSION["recht"]) || in_array("dde",$_SESSION["recht"])) |
|
46 echo "<p> <a href='/fhiiqm/infos/186_fhiiqm_raumverantw.pdf' title='Raumverantwortliche' target='_blank'>Raumverantwortliche erfassen</a></p>\n"; |
37 if (date("Y-m-d") < date("Y-m-d", mktime(0,0,0,12,25,2012))) |
47 if (date("Y-m-d") < date("Y-m-d", mktime(0,0,0,12,25,2012))) |
38 { |
48 { |
39 echo "<p> </p><p class='red'> |
49 echo "<p> </p><p class='red'> |
40 <img src='/fhiiqm/img/weihnachtsmann.gif' height='75' />"; |
50 <img src='/fhiiqm/img/weihnachtsmann.gif' height='75' />"; |
41 $heute = new DateTime(); |
51 $heute = new DateTime(); |