Server geändert
This commit is contained in:
@ -11,7 +11,7 @@ $row_kontakt = $res_kontakt->fetch_array();
|
||||
|
||||
$heute_format = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d"), date("Y"))); // ISO-8601 Format wie in der Datenbank: Formatierung für Vergleiche erforderlich
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 10);
|
||||
$pdf->SetY(56);
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -20,7 +20,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -57,7 +57,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -57,7 +57,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -57,7 +57,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
@ -416,7 +416,7 @@ $pdf->SetX(23);
|
||||
$pdf->SetLeftMargin(23); #Für HTML
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
#$pdf->SetFont('Arial', '', 12);
|
||||
#$pdf->SetY($pos);
|
||||
|
@ -57,7 +57,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
@ -416,7 +416,7 @@ $pdf->SetX(23);
|
||||
$pdf->SetLeftMargin(23); #Für HTML
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
#$pdf->SetFont('Arial', '', 12);
|
||||
#$pdf->SetY($pos);
|
||||
|
@ -57,7 +57,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
@ -423,7 +423,7 @@ $pdf->SetX(23);
|
||||
#$pdf->SetLeftMargin(23); #Für HTML
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
#$pdf->SetFont('Arial', '', 12);
|
||||
#$pdf->SetY($pos);
|
||||
|
@ -21,7 +21,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -21,7 +21,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -21,7 +21,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -11,7 +11,7 @@ $row_kontakt = $res_kontakt->fetch_array();
|
||||
|
||||
$heute_format = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d"), date("Y"))); // ISO-8601 Format wie in der Datenbank: Formatierung für Vergleiche erforderlich
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
$pdf->SetFont('Arial', 'B', 10);
|
||||
$pdf->SetY(56);
|
||||
|
@ -48,7 +48,7 @@ $rowdata2 = $result_data2->fetch_array();
|
||||
}
|
||||
$heute_format = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d"), date("Y"))); // ISO-8601 Format wie in der Datenbank: Formatierung für Vergleiche erforderlich
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetY(59.5);
|
||||
|
@ -23,7 +23,7 @@ $row_zuw_neu = $res_zuw_neu->fetch_array();
|
||||
|
||||
$heute_format = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d"), date("Y"))); // ISO-8601 Format wie in der Datenbank: Formatierung für Vergleiche erforderlich
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetY(59.5);
|
||||
|
@ -14,7 +14,7 @@ $row_stud = $res_stud->fetch_array();
|
||||
|
||||
$heute_format = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d"), date("Y"))); // ISO-8601 Format wie in der Datenbank: Formatierung für Vergleiche erforderlich
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
Binary file not shown.
Binary file not shown.
@ -66,7 +66,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
$pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY(59.5);
|
||||
|
@ -43,7 +43,7 @@ $res_dat = $db->query("SELECT min(date_format(datum, '%d.%m.%Y')) datum FROM sta
|
||||
$heute_format = $row_dat['datum'];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetY(59.5);
|
||||
|
@ -20,7 +20,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -32,7 +32,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -67,7 +67,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://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);
|
||||
@ -438,7 +438,7 @@ $pdf->SetX(23);
|
||||
$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');
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
#$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
$pos=$pdf->GetY()+3.4;
|
||||
|
||||
|
@ -67,7 +67,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
@ -420,7 +420,7 @@ $pdf->SetX(23);
|
||||
#$pdf->SetLeftMargin(23); #Für HTML
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
#$pdf->SetFont('Arial', '', 12);
|
||||
#$pdf->SetY($pos);
|
||||
|
@ -67,7 +67,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://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);
|
||||
@ -421,7 +421,7 @@ $pdf->SetX(23);
|
||||
$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');
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
#$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
$pos=$pdf->GetY()+3.4;
|
||||
|
||||
|
@ -35,7 +35,7 @@ $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); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -35,7 +35,7 @@ $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); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
@ -35,7 +35,7 @@ $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); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.png', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user