diff --git a/ort_aendern.php b/ort_aendern.php index 7df29a6..e82086f 100644 --- a/ort_aendern.php +++ b/ort_aendern.php @@ -5,6 +5,7 @@ Ort ändern + diff --git a/ort_erstellen.php b/ort_erstellen.php index 040e43f..f5cabcb 100644 --- a/ort_erstellen.php +++ b/ort_erstellen.php @@ -5,6 +5,7 @@ Ort hinzufügen + diff --git a/orte.php b/orte.php index 049ca54..6d3490c 100644 --- a/orte.php +++ b/orte.php @@ -5,12 +5,7 @@ Orte - + @@ -24,8 +19,8 @@ while ($zeile = $ergebnis->fetch_array()) { echo "" . htmlspecialchars($zeile["ort_name"]) . "" . "" . htmlspecialchars($zeile['plz']) . " " . htmlspecialchars($zeile['stadt']) . " " . " " . htmlspecialchars($zeile['strasse']) . " " . htmlspecialchars($zeile['hausnummer']) . "" - . "ändern" - . "löschen" + . "ändern" + . "löschen" ."\n" ; } echo ""; diff --git a/registrieren.php b/registrieren.php index 17edd2d..5f17595 100644 --- a/registrieren.php +++ b/registrieren.php @@ -5,6 +5,8 @@ Registrieren + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..2d806ec --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +tr:nth-child(2n) td { + background: #EEE8AA; +} +a.tabelle:visited { + color: blue; +} diff --git a/teilnahme.php b/teilnahme.php index 2b613f2..ce33b88 100644 --- a/teilnahme.php +++ b/teilnahme.php @@ -5,6 +5,8 @@ Teilnahme + +