34 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
34 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
35 <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" /> |
35 <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" /> |
36 <link href="css/navio.css" rel="STYLESHEET" type="TEXT/CSS" /> |
36 <link href="css/navio.css" rel="STYLESHEET" type="TEXT/CSS" /> |
37 <meta name="author" content="Bettina Schwarzer,FHI" /> |
37 <meta name="author" content="Bettina Schwarzer,FHI" /> |
38 |
38 |
39 <title>Reports GVP</title> |
39 <title>Reports Info</title> |
40 </head> |
40 </head> |
41 |
41 |
42 <body> |
42 <body> |
43 <?php |
43 <?php |
44 echo " "; |
44 echo " "; |
45 echo "<div class=\"float-br smaller\" valign='top'>"; |
45 echo "<div class=\"float-br smaller\" valign='top'>"; |
46 echo " user: " . $_SESSION["userid"]; |
46 echo " user: " . $_SESSION["userid"]; |
47 echo " <a class='sc' href='/fhiiqm/logout.php' title='Session beenden'>logout</a></div>\n"; |
47 echo " <a class='sc' href='/fhiiqm/logout.php' title='Session beenden'>logout</a></div>\n"; |
48 echo "<div class=\"float-r sc\"><img src=\"/fhiiqm/img/document_image_ver.png\" border=\"0\" alt=\"Berichte GVP\" title=\"Berichte GVP\"/></div>\n"; |
48 echo "<div class=\"float-r sc\"><img src=\"/fhiiqm/img/document_image_ver.png\" border=\"0\" alt=\"Berichte GVP\" title=\"Berichte GVP\"/></div>\n"; |
49 ?> |
49 ?> |
50 <h3> Berichte Geschäftsverteilungsplan</h3> |
50 <h3> Berichte Informationen</h3> |
51 <div align="center"> |
51 <div align="center"> |
52 <table width="94%" cellspacing="4" cellpadding="4"> |
52 <table width="94%" cellspacing="4" cellpadding="4"> |
53 <tr> |
53 <tr> |
54 <td class="bigger"> |
54 <td class="bigger"> |
55 <a href="/fhiiqm/report/info_report_gvp.php" title="Geschäftsverteilungsplan 1">Geschäftsverteilungsplan nach Produkten</a> |
55 <a href="/fhiiqm/report/info_report_gvp.php" title="Geschäftsverteilungsplan 1">Geschäftsverteilungsplan nach Produkten</a> |
56 <br /> Auswahl: Produktbereich, Produktgruppe |
56 <br /> Auswahl: Produktbereich, Produktgruppe, Status Freigabe |
57 <br /> Ansicht: Kennzeichen, Aufgabe(Produkt), Teilgebiet(Kurz-Info), Verantwortliche(r) |
57 <br /> Ansicht: Kennzeichen, Aufgabe(Produkt), Teilgebiet(Kurz-Info), Verantwortliche(r), Status |
58 </td> |
58 </td> |
59 </tr> |
59 </tr> |
60 <tr> |
60 <tr> |
61 <td class="bigger"> |
61 <td class="bigger"> |
62 <a href="/fhiiqm/report/info_report_gvp.php?r=k" title="Geschäftsverteilungsplan 2">Geschäftsverteilungsplan nach Kennzeichen</a> |
62 <a href="/fhiiqm/report/info_report_gvp.php?r=k" title="Geschäftsverteilungsplan 2">Geschäftsverteilungsplan nach Kennzeichen</a> |
63 <br /> Auswahl: Kennzeichen |
63 <br /> Auswahl: Kennzeichen, Status Freigabe |
64 <br /> Ansicht: Kennzeichen, Aufgabe(Produkt), Teilgebiet(Kurz-Info), Verantwortliche(r) |
64 <br /> Ansicht: Kennzeichen, Aufgabe(Produkt), Teilgebiet(Kurz-Info), Verantwortliche(r), Status |
|
65 </td> |
|
66 </tr> |
|
67 <tr> |
|
68 <td class="bigger"> |
|
69 <a href="/fhiiqm/report/info_allg_report.php" title="Info">Informationen</a> |
|
70 <br /> Auswahl: Produktbereich, Produktgruppe, Infotyp, Adressat, Status Freigabe |
|
71 <br /> Ansicht: Kennzeichen, Infotitel, Zuordnung zu Info, Kurzinfo, Produkt, Infotyp, (Adressat,) (Ort,) Status |
65 </td> |
72 </td> |
66 </tr> |
73 </tr> |
67 </table> |
74 </table> |
68 </div> |
75 </div> |
69 |
76 |