diff --git a/css/ese-logo.png b/css/ese-logo.png index c014a3c..5751bbc 100755 Binary files a/css/ese-logo.png and b/css/ese-logo.png differ diff --git a/css/print.css b/css/print.css index ab50135..5cdeff5 100755 --- a/css/print.css +++ b/css/print.css @@ -6,33 +6,34 @@ body { } .container { - width:20cm; + width: 20cm; margin: 0mm; padding: 0mm; } .ticket { - height: 4cm; + height: 4.9cm; /* border: 1px dotted #ccc;*/ float: left; padding: 3mm; margin-left: 3mm; - min-width: 5.6cm; + min-width: 8.9cm; /*page-break-inside: avoid;*/ } .tickettext { /*float: left;*/ + margin-top: 7mm; } .ticketimg { float: right; - margin: -1mm 0 0 0; + margin: 1mm 0 0 0; padding: 0px; } .ticketimg img { - height: 2cm; + height: 2.7cm; margin: 0px; padding: 0px; } @@ -56,7 +57,7 @@ img.tutorticketimg { } .room, .time { - font-size: 10pt; + font-size: 12pt; width: 60%; text-align: left; } diff --git a/patronGen.php b/patronGen.php index 8b8001e..f05ce4e 100755 --- a/patronGen.php +++ b/patronGen.php @@ -20,7 +20,7 @@ if (isset($_GET["keyFile"])) $keyFile = $_GET["keyFile"]; // holds the key data, generated from the key file - $keyData = ReadKeyFile($keyFile); + // $keyData = ReadKeyFile($keyFile); // the group names and rooms for Monday and their start times for Tuesday, removes "Nicht am Tutorium teilgenommen" $patrons = ReadPatronsFile(PATRONS); array_splice($patrons, 0, 1); @@ -36,9 +36,28 @@