praktikum 3

This commit is contained in:
darthsandmann
2017-01-16 23:32:28 +01:00
parent 41af35a624
commit 0ef842e09e
171 changed files with 22681 additions and 27 deletions

BIN
Praktikum2/ppm2/.DS_Store vendored Normal file

Binary file not shown.

BIN
Praktikum2/ppm2/.vs/.DS_Store vendored Normal file

Binary file not shown.

BIN
Praktikum2/ppm2/.vs/ppm2/.DS_Store vendored Normal file

Binary file not shown.

BIN
Praktikum2/ppm2/app/.DS_Store vendored Normal file

Binary file not shown.

BIN
Praktikum2/ppm2/data/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
{
"Firma": "Apple",
"ZeitraumBis": "02.02.2003",
"ZeitraumVon": "02.02.2002",
"Beschreibung": "Praxisphase Apple",
"Firmenbetreuer": "Horst",
"Voraussetzungen": "Keine",
"Student": "11",
"id": "27",
"Lehrender": "5",
"Name": "Angebot Apple 2",
"Status": "abgeschlossen"
"Firmenbetreuer": "Horst",
"Status": "abgeschlossen",
"id": "27",
"ZeitraumVon": "02.02.2002",
"ZeitraumBis": "02.02.2003",
"Student": "11",
"Beschreibung": "Praxisphase Apple",
"Lehrender": "5"
}

View File

@ -1,13 +1,13 @@
{
"Firma": "Apple",
"ZeitraumBis": "2.2.2001",
"ZeitraumVon": "1.1.2000",
"Beschreibung": "testa",
"Firmenbetreuer": "testa",
"Voraussetzungen": "a",
"Student": "13",
"id": "28",
"Lehrender": "6",
"Name": "testa",
"Status": "abgeschlossen"
"Firmenbetreuer": "testa",
"Status": "abgeschlossen",
"id": "28",
"ZeitraumVon": "1.1.2000",
"ZeitraumBis": "2.2.2001",
"Student": "13",
"Beschreibung": "testa",
"Lehrender": "6"
}

View File

@ -0,0 +1,13 @@
{
"Firma": "Apple",
"Voraussetzungen": "kein",
"Name": "asoidajido",
"Firmenbetreuer": "sfijsdgjisgpj",
"Lehrender": "",
"Status": "Angebot",
"ZeitraumVon": "",
"Beschreibung": "sdgjosdgjs",
"Student": "",
"id": "29",
"ZeitraumBis": ""
}

View File

@ -1,13 +1,13 @@
{
"Firma": "IBM",
"ZeitraumBis": "02.02.2000",
"ZeitraumVon": "01.01.2000",
"Beschreibung": "beschreibung",
"Firmenbetreuer": "firmenbetreuer",
"Voraussetzungen": "voraussetzungen",
"Student": "12",
"id": "30",
"Lehrender": "6",
"Name": "name",
"Status": "abgeschlossen"
"Firmenbetreuer": "firmenbetreuer",
"Status": "abgeschlossen",
"id": "30",
"ZeitraumVon": "01.01.2000",
"ZeitraumBis": "02.02.2000",
"Student": "12",
"Beschreibung": "beschreibung",
"Lehrender": "6"
}

View File

@ -1 +1 @@
28
29

View File

@ -0,0 +1,6 @@
{
"Vorname": "test",
"Name": "test",
"Matrikelnummer": "test",
"id": "18"
}

View File

@ -1 +1 @@
17
18

BIN
Praktikum2/ppm2/static/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -9,7 +9,6 @@ class PPM
this.BodyDataAction();
this.TemplateManager_o = new TemplateManager_cl();
this.TemplateManager_o;
console.log("PPM LOADED");
}