Neue Anschreiben, neues Logo Ludwigsburg
This commit is contained in:
@ -35,12 +35,15 @@ $res_dat = $db->query("SELECT min(date_format(datum, '%d.%m.%Y')) datum FROM sta
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#$pagecount = $pdf->setSourceFile("anschreiben/briefkopf_blanko_2023.pdf");
|
||||
#$tplidx1 = $pdf->ImportPage(1);
|
||||
#$pdf->addPage();
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetY(59.5);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$row_stud[vorname] $row_stud[nachname]", 0, 0, 'L');
|
||||
|
||||
|
||||
@ -48,7 +51,7 @@ $pos = $pdf->GetY()+4;
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$row_stud[ag] / $row_stud[jahrgang]", 0, 0, 'L');
|
||||
|
||||
|
||||
@ -56,92 +59,99 @@ $pos = $pdf->GetY()+4;
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$row_stud[postrasse]", 0, 0, 'L');
|
||||
|
||||
$pos = $pdf->GetY()+4;
|
||||
$pdf->SetFont('Arial', 'B', 12);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$row_stud[poplz] $row_stud[poort]", 0, 0, 'L');
|
||||
|
||||
|
||||
|
||||
#
|
||||
#$pdf->SetFont('Arial', 'B', 10);
|
||||
#$pdf->SetY(56);
|
||||
#$pdf->SetX(117.9);
|
||||
#$pdf->MultiCell(47, 3, "Zulassung", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 10);
|
||||
$pdf->SetY(56);
|
||||
$pdf->SetX(117.9);
|
||||
$pdf->MultiCell(47, 3, "Zulassung", 0, 'L');
|
||||
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pos=$pdf->GetY()+3.7;
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(117.9);
|
||||
#$pdf->MultiCell(47, 3, "Ludwigsburg,", 0, 'L');
|
||||
#
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(143.1);
|
||||
#$pdf->MultiCell(47, 3, "$heute_format", 0, 'R');
|
||||
##$pdf->MultiCell(47, 3, "16.06.2011", 0, 'R');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pos=$pdf->GetY()+3.7;
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(117.9);
|
||||
$pdf->MultiCell(47, 3, "Ludwigsburg,", 0, 'L');
|
||||
$pdf->SetY(60);
|
||||
#$pdf->SetX(143.1);
|
||||
$pdf->SetX(147.3);
|
||||
$pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+0.5;
|
||||
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(117.9);
|
||||
#$pdf->MultiCell(47, 3, "Bearbeiter/in", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(143.1);
|
||||
$pdf->MultiCell(47, 3, "$heute_format", 0, 'R');
|
||||
#$pdf->MultiCell(47, 3, "16.06.2011", 0, 'R');
|
||||
$pdf->SetX(147.3);
|
||||
$pdf->MultiCell(47, 3, "$row_ansp[name]", 0, 'L');
|
||||
|
||||
$pos=$pdf->GetY()+0.3;
|
||||
|
||||
$pos=$pdf->GetY()+0.5;
|
||||
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(117.9);
|
||||
#$pdf->MultiCell(47, 3, "Telefon", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(117.9);
|
||||
$pdf->MultiCell(47, 3, "Bearbeiter/in", 0, 'L');
|
||||
$pdf->SetX(147.3);
|
||||
$pdf->MultiCell(47, 3, "$row_kontakt[tel]", 0, 'L');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+0.5;
|
||||
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(117.9);
|
||||
#$pdf->MultiCell(47, 3, "Fax", 0, 'L');
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(147.3);
|
||||
#$pdf->MultiCell(47, 3, "$row_kontakt[fax]", 0, 'L');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+0.5;
|
||||
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(117.9);
|
||||
#$pdf->MultiCell(47, 3, "e-mail", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(143.1);
|
||||
$pdf->MultiCell(47, 3, "$row_ansp[name]", 0, 'R');
|
||||
$pdf->SetX(147.3);
|
||||
$pdf->MultiCell(47, 3, "$row_ansp[mail]", 0, 'L');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+0.3;
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(117.9);
|
||||
$pdf->MultiCell(47, 3, "Telefon", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(143.1);
|
||||
$pdf->MultiCell(47, 3, "$row_kontakt[tel]", 0, 'R');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+0.3;
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(117.9);
|
||||
$pdf->MultiCell(47, 3, "Fax", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(143.1);
|
||||
$pdf->MultiCell(47, 3, "$row_kontakt[fax]", 0, 'R');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+0.3;
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(117.9);
|
||||
$pdf->MultiCell(47, 3, "e-mail", 0, 'L');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(143.1);
|
||||
$pdf->MultiCell(47, 3, "$row_ansp[mail]", 0, 'R');
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY(45);
|
||||
$pdf->SetX(23);
|
||||
$pdf->MultiCell(80, 3, "HS Ludwigsburg ".uchr(149)." Postfach 0489 ".uchr(149)." 71604 Ludwigsburg", 0, 'L');
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY(45);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(80, 3, "HS Ludwigsburg ".uchr(149)." Postfach 0489 ".uchr(149)." 71604 Ludwigsburg", 0, 'L');
|
||||
|
||||
|
||||
########Kontaktdaten HS Ende #####################
|
||||
@ -150,7 +160,7 @@ $pdf->MultiCell(80, 3, "HS Ludwigsburg ".uchr(149)." Postfach 0489 ".uchr(149)."
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 11);
|
||||
$pdf->SetY(93);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Ausbildung im gehobenen Verwaltungsdienst;", 0, 'L');
|
||||
|
||||
|
||||
@ -158,7 +168,7 @@ $pos=$pdf->GetY()+1.8;
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Hier: Zuweisung zu den Ausbildungsstellen in der praktischen Ausbildung", 0, 'L');
|
||||
|
||||
|
||||
@ -166,7 +176,7 @@ $pos=$pdf->GetY()+1.1;
|
||||
|
||||
$pdf->SetFont('Arial', 'U', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Anlage", 0, 'L');
|
||||
|
||||
|
||||
@ -174,7 +184,7 @@ $pos=$pdf->GetY()+1.1;
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Weitere wichtige Informationen und Bestimmungen zum Zuweisungsbescheid im Praxisjahr", 0, 'L');
|
||||
|
||||
|
||||
@ -185,21 +195,21 @@ $pdf->MultiCell(150, 3, "Weitere wichtige Informationen und Bestimmungen zum Zuw
|
||||
|
||||
#$pdf->SetFont('Arial', 'BU', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "Anlagen", 0, 'L');
|
||||
#
|
||||
#$pos=$pdf->GetY()+1.8;
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "Urlaubskarte", 0, 'L');
|
||||
#
|
||||
#$pos=$pdf->GetY()+1.8;
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "Weitere Bestimmungen zum Zuweisungsbescheid", 0, 'L');
|
||||
|
||||
#################################################################################
|
||||
@ -208,7 +218,7 @@ $pos=$pdf->GetY()+6.6;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Sehr $anredeform $anrede $row_cur_uid[vorname] $row_cur_uid[nachname],", 0, 'L');
|
||||
|
||||
|
||||
@ -216,7 +226,7 @@ $pos=$pdf->GetY()+6.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "wir weisen Sie gem. § 22 Absatz 3 Ausbildungs- und Prüfungsordnung für den gehobenen Verwaltungsdienst (APrOVw gD vom 15. April 2014, zuletzt geändert durch Artikel 1 des Gesetzes vom 10. Juli 2020) für die praktische Ausbildung im Vorbereitungsdienst folgenden Stellen zu:", 0, 'L');
|
||||
|
||||
|
||||
@ -250,7 +260,7 @@ $pdf->SetY($pos);
|
||||
|
||||
for($i=0; $i<$columns; $i++) $header_type[$i] = $table_default_header_type;
|
||||
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$header_type[0]['WIDTH'] = 29.4;
|
||||
$header_type[0]['T_ALIGN'] = "L"; //C=CENTER, L=LEFT, R=RIGHT, J=JUSTIFY
|
||||
$header_type[0]['V_ALIGN'] = "M"; //T=TOP, M=MIDDLE, B=BOTTOM
|
||||
@ -289,7 +299,7 @@ $pdf->SetX(23);
|
||||
|
||||
$data_type = Array();//reset the array
|
||||
for ($i=0; $i<$columns; $i++) $data_type[$i] = $data_subtype;
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Set_Data_Type($data_type);
|
||||
|
||||
# $fsize = 10;
|
||||
@ -439,7 +449,7 @@ if(!isset($hist) or !isset($hist2)){
|
||||
|
||||
#$pdf->SetFont('Arial', '', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(175, 3.9, "Beiliegende Anlagen sind Bestandteil des Zuweisungsbescheids.", 0, 'L');
|
||||
|
||||
|
||||
@ -447,7 +457,7 @@ $pos=$pdf->GetY()+3.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Weitere Informationen zu den Arbeitsgemeinschaften erhalten Sie zu einem späteren Zeitpunkt.", 0, 'L');
|
||||
|
||||
|
||||
@ -455,7 +465,7 @@ $pos=$pdf->GetY()+3.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Zusätzliche Informationen zum Zuweisungsbescheid und zur praktischen Ausbildung finden Sie auf unserer Homepage unter:", 0, 'L');
|
||||
|
||||
|
||||
@ -464,15 +474,16 @@ $pos=$pdf->GetY()+3.0;
|
||||
$pdf->SetFont('Arial', 'U', 9);
|
||||
$pdf->SetTextColor(0,0,255);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->MultiCell(175, 3.9, "www.hs-ludwigsburg.de > Studium > Public Management B.A > Detailinformationen zum Studium > Praxisphase > Information für Studierende", 0, 'L');
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "https://www.hs-ludwigsburg.de/studium-lehre/bachelor/public-management-bpm/studienabschnitte/praxisphase", 0, 'L');
|
||||
|
||||
$pdf->SetTextColor(0,0,0);
|
||||
|
||||
$pos=$pdf->GetY()+3.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Dort finden Sie u. a. auch das Beurteilungsformular und die Anforderungen an den Praktikumsbericht.", 0, 'L');
|
||||
|
||||
|
||||
@ -480,7 +491,7 @@ $pos=$pdf->GetY()+3.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Die Urlaubskarte erhalten Sie einmalig zu Beginn der Praxisphase per Post.", 0, 'L');
|
||||
|
||||
|
||||
@ -489,7 +500,7 @@ $pos=$pdf->GetY()+6.6;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Mit freundlichen Grüßen", 0, 'L');
|
||||
|
||||
|
||||
@ -497,19 +508,19 @@ $pos=$pdf->GetY()+9.8;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->MultiCell(175, 3.9, "Das Zulassungsamt der Hochschule Ludwigsburg ", 0, 'L');
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Das Zulassungsamt der Hochschule Ludwigsburg", 0, 'L');
|
||||
|
||||
$pagecount = $pdf->setSourceFile("anschreiben/anlage_erstantrag_student_2022.pdf");
|
||||
$pagecount = $pdf->setSourceFile("anschreiben/anlage_erstantrag_student_2023.pdf");
|
||||
$tplidx1 = $pdf->ImportPage(1);
|
||||
$pdf->addPage();
|
||||
$pdf->useTemplate($tplidx1,0,0,0);
|
||||
$tplidx1 = $pdf->ImportPage(2);
|
||||
$pdf->addPage();
|
||||
$pdf->useTemplate($tplidx1,0,0,0);
|
||||
$tplidx1 = $pdf->ImportPage(3);
|
||||
$pdf->addPage();
|
||||
$pdf->useTemplate($tplidx1,0,0,0);
|
||||
#$tplidx1 = $pdf->ImportPage(3);
|
||||
#$pdf->addPage();
|
||||
#$pdf->useTemplate($tplidx1,0,0,0);
|
||||
|
||||
|
||||
#require("urlaubskarte.php");
|
||||
|
Reference in New Issue
Block a user