--- a/fhiiqm/pz_report.php Thu Sep 12 09:04:56 2013 +0200
+++ b/fhiiqm/pz_report.php Fri Dec 20 15:19:32 2013 +0100
@@ -1,72 +1,72 @@
-<?php
-
-/**
- * @author Bettina Schwarzer, Fritz-Haber-Institut
- * @copyright 02/2013
- *
- * Reportauswahl Projekte
- *
- */
-
-
-
- error_reporting(E_ALL ^ E_NOTICE);
-
- session_start();
- if (! isset($_SESSION["userid"]))
- {
- include_once ("inc/func_lib.inc.php");
- login($_SERVER["PHP_SELF"]);
- exit;
- }
-
- if (is_null($_SESSION["recht"]) || (!is_null($_SESSION["recht"]) && !in_array("pzr",$_SESSION["recht"]) && !in_array("pze",$_SESSION["recht"]) &&
- !in_array("ddr",$_SESSION["recht"]) && !in_array("dde",$_SESSION["recht"])))
- {
- header("Location: start.php");
- exit;
- }
-
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-
-<head>
- <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
- <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" />
- <link href="css/navio.css" rel="STYLESHEET" type="TEXT/CSS" />
- <meta name="author" content="Bettina Schwarzer,FHI" />
-
- <title>Reports Projekte</title>
-</head>
-
-<body>
-<?php
- echo " ";
- echo "<div class=\"float-br smaller\" valign='top'>";
- echo " user: " . $_SESSION["userid"];
- echo " <a class='sc' href='/fhiiqm/logout.php' title='Session beenden'>logout</a></div>\n";
- echo "<div class=\"float-r sc\"><img src=\"/fhiiqm/img/sheduled_task.png\" border=\"0\" alt=\"Berichte Projekte\" title=\"Berichte Projekte\"/></div>\n";
-?>
- <h3> Berichte Projekte</h3>
- <div align="center">
- <table width="94%" cellspacing="4" cellpadding="4">
- <tr>
- <td class="bigger">
- <a href="/fhiiqm/report/proz_short_report.php" title="Projekte">Projekte - Übersicht</a>
- <br /> Auswahl: Status, Produktgruppe
- <br /> Ansicht: Projekt, Beschreibung, Produkt, Verantwortlicher, Status
- </td>
- </tr>
- <tr>
- <td class="bigger">
- <a href="/fhiiqm/report/prozess_report.php" title="Projekte">Projekte - Details</a>
- <br /> Auswahl: Status, Produktgruppe
- <br /> Ansicht: Projekt, Verantwortlicher, Auftraggeber, Plan-Datum, -Kosten, Ist-Datum, -Kosten, Status, Schritte
- </td>
- </tr>
- </table>
- </div>
-
-</body>
+<?php
+
+/**
+ * @author Bettina Schwarzer, Fritz-Haber-Institut
+ * @copyright 02/2013
+ *
+ * Reportauswahl Projekte
+ *
+ */
+
+
+
+ error_reporting(E_ALL ^ E_NOTICE);
+
+ session_start();
+ if (! isset($_SESSION["userid"]))
+ {
+ include_once ("inc/func_lib.inc.php");
+ login($_SERVER["PHP_SELF"]);
+ exit;
+ }
+
+ if (is_null($_SESSION["recht"]) || (!is_null($_SESSION["recht"]) && !in_array("pzr",$_SESSION["recht"]) && !in_array("pze",$_SESSION["recht"]) &&
+ !in_array("ddr",$_SESSION["recht"]) && !in_array("dde",$_SESSION["recht"])))
+ {
+ header("Location: start.php");
+ exit;
+ }
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" />
+ <link href="css/navio.css" rel="STYLESHEET" type="TEXT/CSS" />
+ <meta name="author" content="Bettina Schwarzer,FHI" />
+
+ <title>Reports Projekte</title>
+</head>
+
+<body>
+<?php
+ echo " ";
+ echo "<div class=\"float-br smaller\" valign='top'>";
+ echo " user: " . $_SESSION["userid"];
+ echo " <a class='sc' href='/fhiiqm/logout.php' title='Session beenden'>logout</a></div>\n";
+ echo "<div class=\"float-r sc\"><img src=\"/fhiiqm/img/sheduled_task.png\" border=\"0\" alt=\"Berichte Projekte\" title=\"Berichte Projekte\"/></div>\n";
+?>
+ <h3> Berichte Projekte</h3>
+ <div align="center">
+ <table width="94%" cellspacing="4" cellpadding="4">
+ <tr>
+ <td class="bigger">
+ <a href="/fhiiqm/report/proz_short_report.php" title="Projekte">Projekte - Übersicht</a>
+ <br /> Auswahl: Status, Produktgruppe, Abteilung Auftraggeber
+ <br /> Ansicht: Projekt, Beschreibung, Produkt, Verantwortlicher, Status
+ </td>
+ </tr>
+ <tr>
+ <td class="bigger">
+ <a href="/fhiiqm/report/prozess_report.php" title="Projekte">Projekte - Details</a>
+ <br /> Auswahl: Status, Produktgruppe
+ <br /> Ansicht: Projekt, Verantwortlicher, Auftraggeber, Plan-Datum, -Kosten, Ist-Datum, -Kosten, Status, betroffene Arbeitsgruppen, Schritte
+ </td>
+ </tr>
+ </table>
+ </div>
+
+</body>
</html>
\ No newline at end of file