<?php
$user_admin=$_COOKIE["user_admin"];
$jahrgang=$_COOKIE["jahrgang"];

if ($jahrgang == ""){ require("jahrgang.php"); exit;} //Wenn man kein Jahrgang ausgew&auml;hlt hat wird die Jahrgangsauswahlseite geladen
include("kurs/datenbankanbindung.php");     // f&uuml;gt die Datenbankanbindung ein: Sys:\php\includes\kurs\datenbankanbindung.php

// Rechte&uuml;berpr&uuml;fung
$db = dbconnect();
if ($user_admin == ""){ require("index.php"); exit;} //Wenn man nicht angemeldet ist, darf man nicht auf die Seite
$result = $db->query("SELECT 1 FROM skik_admin_rechte, skik_admin_rechte_zuord , skik_admin where skik_admin_rechte.skik_admin_rolle = skik_admin_rechte_zuord.skik_admin_rolle AND skik_admin_rechte_zuord.faid = skik_admin.faid AND skik_admin.user = '$user_admin' AND skik_admin_rechte_zuord.skik_admin_rolle = 'a_themueb'");
$row = $result->fetch_array();
if ($row[0] != 1){ include("kurs/rechte.php"); exit;}
// Rechte&uuml;berpr&uuml;fung ende


if (isset($_GET['action']))
   $action = $_GET['action'];
else
   $action = "";

switch($action){
default:

echo"
<html>
<head>
<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">
<link rel=\"stylesheet\" href=\"../styles_pc.css\" type=\"text/css\">
<title>Themen&uuml;bersicht</title>
</head>
<body>
<table border=\"0\" style=\"border-collapse: collapse\" width=\"100%\" cellpadding=\"0\" height=\"100%\" id=\"table1\">
    <tr>
        <td>
        <div align=\"center\">
            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" border=\"0\">
                <tr>
                    <td align=\"left\" width=\"1%\" width=\"10\" background=\"../images/box_e1.gif\">
                    <img height=\"40\" src=\"../images/blank.gif\" width=\"22\"></td>
                    <td align=\"left\" width=\"98%\" background=\"../images/box_top.gif\" valign=\"top\" colspan=\"2\">
                    <img height=\"10\" src=\"../images/blank.gif\" width=\"1\"><br>
                    <font class=\"hd\">Themen&uuml;bersicht</font>
                    <img height=\"5\" src=\"../images/blank.gif\" width=\"1\"></td>
                    <td align=\"right\" width=\"1%\" background=\"../images/box_e2.gif\">
                    <img height=\"40\" src=\"../images/blank.gif\" width=\"22\"></td>
                </tr>
                <tr>
                    <td width=\"1%\" background=\"../images/box_l.gif\">
                    <img height=\"1\" src=\"../images/blank.gif\" width=\"22\"></td>
                    <td colspan=\"2\">

			<form method=POST action=$_SERVER[PHP_SELF]?action=ausgabe name=Wpf_bearb>
			<table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#E7E8ED\" width=\"100%\">
                        <tr>
                            <td width=\"8%\" rowspan=\"2\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p align=\"center\"><b>Nr</b></p>
                            </td>
                            <td width=\"56%\" rowspan=\"2\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <b>
                            <p>Bezeichnung</p>
                            </b></td>
                            <td width=\"12%\" style=\"border-top-color: #111111; border-top-width: 1; border-bottom-style: none; border-bottom-width: medium; border-right-style:none; border-right-width:medium\">
                            <b>
                            <p align=\"center\">Teilnehmer</p>
                            </b></td>
                            <td width=\"12%\" align=\"center\" rowspan=\"2\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <b>
                            <p align=\"center\">Anzahl<br>Themen</p>
                            </b></td>
                            <td width=\"12%\" align=\"center\" rowspan=\"2\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <b>Auswahl</b></td>
                        </tr>
                        <tr>
                            <td width=\"24%\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p align=\"center\"><b>Ist / Max </b></p>
                            </td>
                        </tr>";
			    $db = dbconnect();
			    $query = "SELECT id, FPRNr, Bezeichnung, bemerkung, TN_max FROM skik_kurs where Jahr=\"$jahrgang\" order by FPRNr asc";
			    $result = $db->query($query)
			           or die ("Cannot execute query");
			    while ($row = $result->fetch_array()){

                                if ( $res=$db->query("SELECT count(skik_wunsch.uid) from skik_wunsch left join stud using (uid) where skik_wunsch.id=$row[id] and skik_wunsch.Prioritaet=\"0\" and stud.durchgefallen !=\"Y\" order by skik_wunsch.uid") ){
                                if ( $row1=$res->fetch_array() ) {
                                $result_ist=$row1[0];
                                } else $result_ist=0;
                                } else $result_ist=0;
				

				if ( $res=$db->query("SELECT count(skik_ergebnis.uid) from skik_ergebnis left join stud using (uid) where skik_ergebnis.id=$row[id] and stud.durchgefallen =\"N\"") ){
				if ( $row1=$res->fetch_array() ) {
				$anz_themen=$row1[0];
				} else $anz_themen=0;
				} else $anz_themen=0;
			 echo "
			 <tr>
                            <td width=\"8%\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p align=\"center\">$row[FPRNr]</p>
                            </td>
                            <td width=\"56%\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p>$row[Bezeichnung]<span class=\"bemerkung\"><br>
                            $row[bemerkung]</span></p>
                            </td>
                            <td width=\"12%\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p align=\"center\">$result_ist&nbsp;&nbsp; /&nbsp;&nbsp;
                            $row[TN_max]</p>
                            </td>
                            <td width=\"12%\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p align=\"center\">$anz_themen</p>
                            </td>
                            <td width=\"12%\" align=\"center\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
                            <p>
                            <input type=\"radio\" value=\"$row[id]\" name=\"ausw_ausg\" size=\"20\">
                            </td>
                        </tr>";
                           }
                      echo "
                      </table>
                      <br>
                      <input type=\"submit\" value=\"Abschicken\" name=\"B1\" size=\"20\"></p>
                      </form>
                      </td>
                    <td width=\"1%\" background=\"../images/box_r.gif\">
                    <img height=\"1\" src=\"../images/blank.gif\" width=\"22\"></td>
                </tr>
                <tr>
                    <td nowrap=\"nowrap\" align=\"left\" width=\"1%\" background=\"../images/box_e3.gif\">
                    <img height=\"16\" src=\"../images/blank.gif\" width=\"22\"></td>
                    <td nowrap=\"nowrap\" align=\"left\" width=\"98%\" background=\"../images/box_bottom.gif\" colspan=\"2\">
                    <img height=\"16\" src=\"../images/blank.gif\" width=\"8\"></td>
                    <td nowrap=\"nowrap\" align=\"right\" width=\"1%\" background=\"../images/box_e4.gif\">
                    <img height=\"16\" src=\"../images/blank.gif\" width=\"22\"> </td>
                </tr>
            </table>
        </div>
        </td>
    </tr>
</table>
</body>
</html>";

break;
case "ausgabe":
$ProsID = $_POST[ausw_ausg];

$db = dbconnect();
$sel_fach = $db->query("SELECT FPRNr, bezeichnung FROM skik_kurs WHERE id='$ProsID'");
$fach = $sel_fach->fetch_array();

echo "
<html>

<head>
<meta http-equiv=Content-Type content=\"text/html; charset=windows-1252\">
<!--<meta name=Generator content=\"Microsoft Word 10 (filtered)\">-->
<title>Themen&uuml;bersicht Sprachkurse / Interkulturelle Kompetenzen</title>

<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Shannon-Book;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:Shannon-Book;}
h1
	{margin:0cm;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:13.0pt;
	font-family:\"Times New Roman\";
	font-style:italic;}
h2
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	page-break-after:avoid;
	font-size:11.0pt;
	font-family:\"Times New Roman\";
	font-style:italic;}
h3
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	page-break-after:avoid;
	font-size:11.0pt;
	font-family:\"Times New Roman\";
	font-weight:normal;
	font-style:italic;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:16.0pt;
	font-family:\"Times New Roman\";
	font-weight:bold;}
@page Section1
	{size:842.0pt 21.0cm;
	margin:36.85pt 42.55pt 1.0cm 42.55pt;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
-->
</style>

</head>

<body lang=DE>

<div class=Section1>";
  $now_date = date('d.m.Y');
  echo"

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
 style='border-collapse:collapse;mso-padding-alt:0cm 0cm 0cm 0cm'>
 <tr style='mso-yfti-irow:0;mso-yfti-lastrow:yes'>
  <td width=801 valign=top style='width:600.75pt;padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoBodyText>&Uuml;bersicht der Vertiefungsbereichthemen im Studienjahr 20$jahrgang</p>
  </td>
  <td width=217 valign=top style='width:163.05pt;padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoBodyText align=right style='text-align:right'><span
  style='font-size:12.0pt;font-weight:normal'>Stand: <u>$now_date</u></span></p>
  </td>
 </tr>
</table>

<h1><span style='font-style:normal'>&nbsp;</span></h1>

<p class=MsoNormal>&nbsp;</p>

<h1>Vertiefungsbereich Nr. <u>$fach[FPRNr]</u> Thema: <u>„$fach[bezeichnung]“</u></h1>

<p class=MsoNormal><span style='font-size:13.0pt;font-family:\"Times New Roman\"'>&nbsp;</span></p>

<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
 style='border-collapse:collapse;border:none'>
 <tr>
  <td width=187 valign=top style='width:140.1pt;border:solid windowtext 1.0pt;
  padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoNormal align=center style='text-align:center'><b><i><span
  style='font-size:11.0pt;font-family:\"Times New Roman\"'>Name, Vorname</span></i></b></p>
  </td>
  <td width=85 valign=top style='width:63.75pt;border:solid windowtext 1.0pt;
  border-left:none;padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoNormal align=center style='text-align:center'><b><i><span
  style='font-size:11.0pt;font-family:\"Times New Roman\"'>Stud. gang</span></i></b></p>
  </td>
  <td width=38 valign=top style='width:1.0cm;border:solid windowtext 1.0pt;
  border-left:none;padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoNormal align=center style='text-align:center'><b><i><span
  style='font-size:11.0pt;font-family:\"Times New Roman\"'>AG</span></i></b></p>
  </td>
  <td width=582 valign=top style='width:362.75pt;border:solid windowtext 1.0pt;
  border-left:none;padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoNormal align=center style='text-align:center'><b><i><span
  style='font-size:11.0pt;font-family:\"Times New Roman\"'>Vertiefungsbereichthema</span></i></b></p>
  </td>
  <td width=128 valign=top style='width:162.0pt;border:solid windowtext 1.0pt;
  border-left:none;padding:0cm 5.4pt 0cm 5.4pt'>
  <p class=MsoNormal align=center style='text-align:center'><b><i><span
  style='font-size:11.0pt;font-family:\"Times New Roman\"'>Korrketor</span></i></b></p>
  </td>
 </tr>";
 $db = dbconnect();
 $query = "SELECT vorname, nachname, stg, ag, jahrgang, thema, Korrektor
             FROM skik_ergebnis,stud
            WHERE skik_ergebnis.uid = stud.uid
              AND skik_ergebnis.id = $ProsID
            ORDER BY stud.uid";
 $result = $db->query($query)
        or die ("Cannot execute query");
 while ($row = $result->fetch_array()){

 echo "
  <tr>
   <td width=187 style='width:140.1pt;border:solid windowtext 1.0pt;border-top:
   none;padding:0cm 5.4pt 0cm 5.4pt'>
   <p class=MsoNormal><span style='font-size:11.0pt;font-family:\"Times New Roman\"'>$row[nachname],
   $row[vorname]</span></p>
   </td>
   <td width=85 style='width:63.75pt;border-top:none;border-left:none;
   border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
   padding:0cm 5.4pt 0cm 5.4pt'>
   <p class=MsoNormal align=center style='text-align:center'><span
   style='font-size:11.0pt;font-family:\"Times New Roman\"'>$row[stg]</span></p>
   </td>
   <td width=38 style='width:1.0cm;border-top:none;border-left:none;border-bottom:
   solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
   <p class=MsoNormal align=center style='text-align:center'><span
   style='font-size:11.0pt;font-family:\"Times New Roman\"'>$row[ag]/$row[jahrgang]</span></p>
   </td>
   <td width=582 style='width:12.0cm;border-top:none;border-left:none;
   border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
   padding:0cm 5.4pt 0cm 5.4pt'>
   <p class=MsoNormal><span style='font-size:11.0pt;font-family:\"Times New Roman\"'>$row[thema]</span></p>
   </td>
   <td width=128 style='width:95.75pt;border-top:none;border-left:none;
   border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
   padding:0cm 5.4pt 0cm 5.4pt'>
   <p class=MsoNormal><span style='font-size:11.0pt;font-family:\"Times New Roman\"'>$row[Korrektor]</span></p>
   </td>
 </tr>";
 }
echo"
</table>

<p class=MsoNormal><span style='font-size:13.0pt;font-family:\"Times New Roman\"'>&nbsp;</span></p>

<p class=MsoNormal><b><i><span style='font-size:13.0pt;font-family:\"Times New Roman\"'>Unterschrift
Leiter: __________________</span></i></b></p>

</div>

</body>

</html>

";
}
?>