diff --git a/Praktikum2/ppm1/data/Angebote/27.json b/Praktikum2/ppm1/data/Angebote/27.json new file mode 100644 index 0000000..c1e9b49 --- /dev/null +++ b/Praktikum2/ppm1/data/Angebote/27.json @@ -0,0 +1,13 @@ +{ + "id": "27", + "Voraussetzungen": "Keine", + "Lehrender": "5", + "Status": "abgeschlossen", + "Firmenbetreuer": "Horst", + "Beschreibung": "Praxisphase Apple", + "ZeitraumVon": "02.02.2002", + "Student": "11", + "Name": "Angebot Apple 2", + "Firma": "Apple", + "ZeitraumBis": "02.02.2003" +} \ No newline at end of file diff --git a/Praktikum2/ppm1/data/Angebote/last.json b/Praktikum2/ppm1/data/Angebote/last.json index 978b4e8..a5c750f 100644 --- a/Praktikum2/ppm1/data/Angebote/last.json +++ b/Praktikum2/ppm1/data/Angebote/last.json @@ -1 +1 @@ -26 \ No newline at end of file +27 \ No newline at end of file diff --git a/Praktikum2/ppm1/data/Studenten/14.json b/Praktikum2/ppm1/data/Studenten/14.json deleted file mode 100644 index 000a4b7..0000000 --- a/Praktikum2/ppm1/data/Studenten/14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "id": "14", - "Name": "test", - "Vorname": "test", - "Matrikelnummer": "2" -} \ No newline at end of file diff --git a/Praktikum2/ppm1/static/style.css b/Praktikum2/ppm1/static/style.css index 8b7b843..6af2d74 100644 --- a/Praktikum2/ppm1/static/style.css +++ b/Praktikum2/ppm1/static/style.css @@ -195,4 +195,8 @@ body { left: 250px; width: 250px; } + +h3 { + text-align: center; +} /* EOF */ \ No newline at end of file