Neue Anschreiben, neues Logo Ludwigsburg
This commit is contained in:
@ -67,112 +67,113 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY(59.5);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$rowdata3[bez]", 0, 0, 'L');
|
||||
|
||||
$pos = $pdf->GetY()+4;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$rowdata3[str]", 0, 0, 'L');
|
||||
|
||||
$pos = $pdf->GetY()+4;
|
||||
/*
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$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', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->Cell(0, 3, "$rowdata3[plz] $rowdata3[ort]", 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');
|
||||
|
||||
#$pos=$pdf->GetY()+2;
|
||||
$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->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, 'R');
|
||||
|
||||
|
||||
#$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 #####################
|
||||
@ -181,7 +182,7 @@ $pdf->MultiCell(80, 3, "HS Ludwigsburg ".uchr(149)." Postfach 0489 ".uchr(149)."
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 11);
|
||||
$pdf->SetY(96.2);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Ausbildung im gehobenen Verwaltungsdienst;", 0, 'L');
|
||||
|
||||
|
||||
@ -189,7 +190,7 @@ $pos=$pdf->GetY()+1.1;
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(165, 4.8, "Hier: Zuweisung $anwart_geschlecht $row_stud[vorname] $row_stud[nachname] in der praktischen Ausbildung", 0, 'L');
|
||||
|
||||
|
||||
@ -197,7 +198,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');
|
||||
|
||||
|
||||
@ -205,7 +206,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');
|
||||
|
||||
|
||||
@ -215,21 +216,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', 'B', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "ACHTUNG: Bitte verwenden Sie ausschließlich den aktualisierten", 0, 'L');
|
||||
#
|
||||
#$pos=$pdf->GetY()+1.8;
|
||||
#
|
||||
#$pdf->SetFont('Arial', 'B', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "Beurteilungsvordruck", 0, 'L');
|
||||
#
|
||||
#$pdf->SetFont('Arial', 'BI', 11);
|
||||
@ -242,7 +243,7 @@ $pdf->MultiCell(150, 3, "Weitere wichtige Informationen und Bestimmungen zum Zuw
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "Weitere Hinweise zur Zuweisung", 0, 'L');
|
||||
#
|
||||
#
|
||||
@ -256,7 +257,7 @@ $pdf->MultiCell(150, 3, "Weitere wichtige Informationen und Bestimmungen zum Zuw
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "Auszug aus der Ausbildungs- und Prüfungsordnung für ", 0, 'L');
|
||||
#
|
||||
#
|
||||
@ -264,7 +265,7 @@ $pdf->MultiCell(150, 3, "Weitere wichtige Informationen und Bestimmungen zum Zuw
|
||||
#
|
||||
#$pdf->SetFont('Arial', '', 11);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(150, 3, "den gehobenen Verwaltungsdienst", 0, 'L');
|
||||
#
|
||||
#
|
||||
@ -281,7 +282,7 @@ $pos=$pdf->GetY()+6;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(150, 3, "Sehr geehrte Damen und Herren,", 0, 'L');
|
||||
|
||||
|
||||
@ -289,7 +290,7 @@ $pos=$pdf->GetY()+4.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Sie haben $anrede $row_stud[nachname], $row_stud[vorname] ein Praktikum bei Ihnen zugesagt.", 0, 'J');
|
||||
|
||||
|
||||
@ -297,7 +298,7 @@ $pos=$pdf->GetY()+4.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Die Hochschule Ludwigsburg weist Ihnen o. g. $anwaerter 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) mit Ihrem Einverständnis im folgenden Zeitraum zu:", 0, 'J');
|
||||
|
||||
|
||||
@ -433,7 +434,7 @@ $pos=$pdf->GetY()+3.4;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
#$pdf->SetLeftMargin(23); #Für HTML
|
||||
$pdf->MultiCell(175, 3.9, "Beachten Sie bitte die in den §§ 22 bis 24 APrOVw gD geregelten Vorschriften zur praktischen Ausbildung (insbesondere § 24 APrOVw gD).", 0, 'J');
|
||||
|
||||
@ -444,10 +445,10 @@ $pos=$pdf->GetY()+3.4;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Das Formular für die abschließende Beurteilung, sowie weitere Hinweise zur Zuweisung und ausbildungsrelevante Regelungen in der praktischen Ausbildung finden Sie auf unserer Homepage unter:", 0, 'J');
|
||||
|
||||
|
||||
@ -456,8 +457,8 @@ $pos=$pdf->GetY()+3.5;
|
||||
$pdf->SetFont('Arial', 'U', 10);
|
||||
$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 Praxisstellen", 0, 'J');
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(180, 3.9, "https://www.hs-ludwigsburg.de/studium-lehre/bachelor/public-management-bpm/studienabschnitte/praxisphase", 0, 'J');
|
||||
$pdf->SetTextColor(0,0,0);
|
||||
|
||||
$pos=$pdf->GetY()+3.4;
|
||||
@ -465,7 +466,7 @@ $pos=$pdf->GetY()+3.4;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Der von den Studierenden anzufertigende Praktikumsbericht ist spätestens ein Monat nach Beendigung des Praxismoduls an die Hochschule Ludwigsburg abzugeben.
|
||||
Die von Ihnen zu erstellende Praktikumsbeurteilung ist umgehend nach Beendigung des Praxismoduls im Original an die Hochschule Ludwigsburg zu versenden.", 0, 'L');
|
||||
|
||||
@ -487,7 +488,7 @@ $pos=$pdf->GetY()+3.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Wir bedanken uns für Ihre Bereitschaft auch bei der praktischen Ausbildung während dem Vorbereitungsdienst mitzuwirken!", 0, 'J');
|
||||
|
||||
|
||||
@ -496,7 +497,7 @@ $pos=$pdf->GetY()+8.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "Mit freundlichen Grüßen", 0, 'J');
|
||||
|
||||
|
||||
@ -504,7 +505,7 @@ $pos=$pdf->GetY()+8.0;
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(175, 3.9, "gez.\ndas Zulassungsamt der Hochschule Ludwigsburg ", 0, 'J');
|
||||
|
||||
|
||||
@ -512,11 +513,11 @@ $pdf->MultiCell(175, 3.9, "gez.\ndas Zulassungsamt der Hochschule Ludwigsburg ",
|
||||
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY($pos);
|
||||
#$pdf->SetX(23);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(175, 3.9, "Hinweis: Aus technischen Gründen erhalten Sie auch bei geringfügigen Änderungen ein neues Zuweisungsschreiben.", 0, 'J');
|
||||
|
||||
|
||||
$pagecount = $pdf->setSourceFile("anschreiben/anlage_erstantrag_praxisstelle_2022.pdf");
|
||||
$pagecount = $pdf->setSourceFile("anschreiben/anlage_erstantrag_praxisstelle_2023.pdf");
|
||||
$tplidx1 = $pdf->ImportPage(1);
|
||||
$pdf->addPage();
|
||||
$pdf->useTemplate($tplidx1,0,0,0);
|
||||
|
Reference in New Issue
Block a user