Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2258bf05eb | |||
| af1a7d8e16 | |||
| 0131f50d3a | |||
| 31af70a296 |
Generated
-3
@@ -10,9 +10,6 @@
|
|||||||
<option name="highlightLevel" value="WARNING" />
|
<option name="highlightLevel" value="WARNING" />
|
||||||
<option name="transferred" value="true" />
|
<option name="transferred" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PhpProjectSharedConfiguration" php_language_level="7.0">
|
|
||||||
<option name="suggestChangeDefaultLanguageLevel" value="false" />
|
|
||||||
</component>
|
|
||||||
<component name="PhpStanOptionsConfiguration">
|
<component name="PhpStanOptionsConfiguration">
|
||||||
<option name="transferred" value="true" />
|
<option name="transferred" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -8,6 +8,3 @@ Abgabe zu Aufgabenblatt 1
|
|||||||
Hinweise:
|
Hinweise:
|
||||||
index.html wurde zu einer index.php umbenannt.
|
index.html wurde zu einer index.php umbenannt.
|
||||||
webhook.php bitte ignorieren. Diese dient nur als zukünftige Automatisierung des Repo-Pulls (s. https://docs.gitea.com/usage/webhooks)
|
webhook.php bitte ignorieren. Diese dient nur als zukünftige Automatisierung des Repo-Pulls (s. https://docs.gitea.com/usage/webhooks)
|
||||||
|
|
||||||
Beim Verwenden der Navbar-Links bitte Folgendes beachten: nur die Kategorien Physik, Mathe, Informatik führen exemplarisch auf eine Beispiel-Seite.
|
|
||||||
Die anderen Links sind erstmal Platzhalter, dessen dynamischer Inhalt später mit PHP in die index.php eingefügt wird. Alle anderen Links führen auf eine 404-Seite.
|
|
||||||
|
|||||||
@@ -0,0 +1,76 @@
|
|||||||
|
<!--
|
||||||
|
Artikel: Datenschutz vs Datensicherheit
|
||||||
|
Funktion: Inhalt zum Fach Informatik
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Datenschutz vs Datensicherheit</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Datenschutz ist in unserer digital vernetzten Welt allgegenwärtig – ob in sozialen Netzwerken, beim
|
||||||
|
Online-Shopping oder dem Einsatz von Bonuskarten, bei der Auswertung von Konsumverhalten und selbstverständlich
|
||||||
|
auch im schulischen Kontext.
|
||||||
|
</p>
|
||||||
|
<h2>
|
||||||
|
Was ist Datenschutz?
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
Datenschutz bedeutet, dass persönliche Daten nur gesammelt, gespeichert und verwendet werden dürfen, wenn
|
||||||
|
es wirklich nötig ist – und nur für klar festgelegte Zwecke. Es geht darum, die Privatsphäre von Menschen
|
||||||
|
zu schützen.
|
||||||
|
</p>
|
||||||
|
<h2>
|
||||||
|
Was ist Datenschutz?
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
Datensicherheit umfasst alle technischen und organisatorischen Maßnahmen, die verhindern sollen, dass Daten
|
||||||
|
verloren gehen, beschädigt oder unbemerkt verändert werden. Sie schützt Informationen vor Missbrauch.
|
||||||
|
</p>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
<!--
|
||||||
|
Artikel: Satz des Pythagoras
|
||||||
|
Funktion: Inhalt zum Fach Mathe
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Satz des Pythagoras</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Der Satz des Pythagoras wurde von dem griechischen Philosophen Pythagoras von Samos formuliert und im
|
||||||
|
dritten Jahrhundert vor Christus veröffentlicht.
|
||||||
|
</p>
|
||||||
|
<figure>
|
||||||
|
<img src="https://cdn8.picryl.com/photo/2016/05/14/pythagoras-e9560b-1024.jpg" alt="Trulli" style="width:10%">
|
||||||
|
<figcaption><a href="https://cdn8.picryl.com/photo/2016/05/14/pythagoras-e9560b-1024.jpg">Quelle</a></figcaption>
|
||||||
|
</figure>
|
||||||
|
<p>
|
||||||
|
In der beigefügten Abbildung sehen wir ein rechtwinkliges Dreieck, dessen drei Seiten die Längen a, b und c
|
||||||
|
besitzen. Auf jeder Seite ist ein Quadrat konstruiert. Das Quadrat auf der Seite a hat die Fläche a2, das
|
||||||
|
Quadrat auf der Seite b hat die Fläche b2 und das Quadrat auf der Seite c hat die Fläche c2. Der Satz des
|
||||||
|
Pythagoras besagt, dass die Summe der Flächen der beiden kleineren Quadrate gleich der Fläche des größten
|
||||||
|
Quadrats ist. Das bedeutet, dass a^2+b^2=c^2 (Satz des Pythagoras).
|
||||||
|
</p>
|
||||||
|
<a href="../docs/Uebungsaufgaben_Pythagoras.pdf">Lernzettel-Download</a>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
<!--
|
||||||
|
Artikel: Tunneleffekt
|
||||||
|
Funktion: Inhalt zum Fach Physik
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Tunneleffekt</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Der Tunneleffekt ist ein quantenmechanisches Phänomen, bei dem Teilchen – vor allem Elektronen – eine
|
||||||
|
Energiebarriere überwinden können, obwohl sie nach den Regeln der klassischen Physik nicht genügend Energie
|
||||||
|
dafür besitzen. In der klassischen Vorstellung müsste ein Elektron entweder genügend Energie haben, um über
|
||||||
|
eine Barriere zu „springen“, oder es würde vollständig zurückgeworfen. In der Quantenphysik wird ein Elektron
|
||||||
|
jedoch nicht als punktförmiges Teilchen beschrieben, sondern als Wellenfunktion, die sich räumlich ausdehnt.
|
||||||
|
Dadurch besteht eine endliche Wahrscheinlichkeit, dass sich das Elektron auf der anderen Seite einer Barriere
|
||||||
|
befindet (Griffiths & Schroeter, 2018).
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
<!--
|
||||||
|
Form: Login-Bereich
|
||||||
|
Funktion: Benutzerauthentifizierung und Zugang zum eigenen Profil, Erstellen von Beiträgen, etc.
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main class="login-page">
|
||||||
|
<div class="login-container">
|
||||||
|
<div class="logo-wrapper">
|
||||||
|
<img src="../images/logo.png" alt="Logo" class="login-logo">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h1>Bitte anmelden</h1>
|
||||||
|
|
||||||
|
<form>
|
||||||
|
<label id ="inputEmail" class="screenreader-only">E-Mail Adresse / </label>
|
||||||
|
|
||||||
|
<p class="input-label">Benutzername/E-Mail-Adresse:</p>
|
||||||
|
<input type="email" name="email" class="login-input" placeholder="E-Mail-Adresse" required autofocus>
|
||||||
|
|
||||||
|
<p class="input-label">Passwort:</p>
|
||||||
|
<input type="password" name="password" class="login-input" placeholder="Passwort" required>
|
||||||
|
|
||||||
|
<div class="checkbox-wrapper">
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="remember-me" value="1"> angemeldet bleiben
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button type="submit" value="anmelden" name="loginSubmit" class="login-button">anmelden</button>
|
||||||
|
|
||||||
|
<div class="register-link">
|
||||||
|
<a href="register.php">Noch keinen Account? Jetzt hier registrieren!</a>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
<!--
|
||||||
|
Form: Registrierung
|
||||||
|
Funktion: Erstellung neuer Benutzerkonten
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main class="login-page">
|
||||||
|
<div class="login-container">
|
||||||
|
<div class="logo-wrapper">
|
||||||
|
<img src="../images/logo.png" alt="Logo" class="login-logo">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h1>Jetzt Registrieren!</h1>
|
||||||
|
|
||||||
|
<form>
|
||||||
|
<p class="input-label">Email:</p>
|
||||||
|
<input type="email" name="email" class="login-input" placeholder="mustermann@web.de" required>
|
||||||
|
|
||||||
|
<p class="input-label">Vorname:</p>
|
||||||
|
<input type="text" name="vorname" class="login-input" placeholder="Max" required>
|
||||||
|
|
||||||
|
<p class="input-label">Nachname:</p>
|
||||||
|
<input type="text" name="nachname" class="login-input" placeholder="Mustermann" required>
|
||||||
|
|
||||||
|
<p class="input-label">Passwort:</p>
|
||||||
|
<input type="password" name="password" class="login-input" placeholder="Passwort" required>
|
||||||
|
|
||||||
|
<div class="checkbox-wrapper">
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" value="remember-me"> angemeldet bleiben
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button type="submit" value="anmelden" name="loginSubmit" class="login-button">kostenlos registrieren</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: 404 Seite nicht gefunden
|
|
||||||
Funktion: Wenn eine Seite nicht gefunden wurde oder noch fehlt, dann wird hierauf verwiesen.
|
|
||||||
-->
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>404 - Seite nicht vorhanden</h1>
|
|
||||||
<p>
|
|
||||||
Später im Projekt sollen über index.php?pfad= ... der Inhalt der index.php dynamisch gesetzt werden.
|
|
||||||
Alle Content-Links der Navbar führen zunächst hier her. Exemplarisch wurden für die Fächer Informatik, Physik, Mathematik der Content als Seite erstellt und kann über die Navbar ausgekundschaftet werden.
|
|
||||||
</p>
|
|
||||||
</main>
|
|
||||||
@@ -1,118 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
?>
|
|
||||||
<!--
|
|
||||||
Seite: Beitrag erstellen
|
|
||||||
Inhalt: Formular für die Erstellung eines neuen Beitrags
|
|
||||||
-->
|
|
||||||
<form method="post" action="php/controller/createArticle-controller.php" id="editor-form" class="article-editor-scope.editor-container article-editor-scope editor-container">
|
|
||||||
|
|
||||||
<main class="editor-main">
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "internal_error"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Es ist ein interner Fehler beim Speichern aufgetreten. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "missing_parameters"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Jeder Beitrag muss einen Titel, Kategorie und Inhalt besitzen.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_title"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Der Titel enthält ungültige Zeichen oder erfüllt die Länge von 5-120 Zeichen nicht.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_content"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Der Text erlaubt eine Länge von 10 bis maximal 7.000 Zeichen (ca. 1.000 Wörter).
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_category"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Die ausgewählte Kategorie ist ungültig.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_tags"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Ungültige Schlagworte gefunden. Erlaubt sind nur Buchstaben, Zahlen, Leerzeichen und Bindestriche (2-50 Zeichen).
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "validation_missing"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Bei der Validierung deiner Daten ist ein Fehler aufgetreten. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION["message"]);
|
|
||||||
?>
|
|
||||||
<input type="text" id="title" name="title"
|
|
||||||
value="<?php echo htmlspecialchars($_SESSION['old_title'] ?? ''); unset($_SESSION['old_title']); ?>"
|
|
||||||
placeholder="Titel hier eingeben" required>
|
|
||||||
<textarea id="content" name="content" placeholder="Schreibe deinen Beitrag...">
|
|
||||||
<?php echo htmlspecialchars($_SESSION['old_content'] ?? ''); unset($_SESSION['old_content']); ?>
|
|
||||||
</textarea>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<!-- Seitenleiste -->
|
|
||||||
<aside class="editor-sidebar">
|
|
||||||
|
|
||||||
<div class="sidebar-block">
|
|
||||||
<button type="submit" class="btn-publish">Veröffentlichen</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sidebar-block">
|
|
||||||
<label for="category">Kategorie <span class="required">*</span></label>
|
|
||||||
<select id="category" name="category" required>
|
|
||||||
<option value="" disabled selected>Kategorie wählen...</option>
|
|
||||||
|
|
||||||
<optgroup label="Sprachen">
|
|
||||||
<option value="deutsch">Deutsch</option>
|
|
||||||
<option value="englisch">Englisch</option>
|
|
||||||
<option value="franzoesisch">Französisch</option>
|
|
||||||
<option value="latein">Latein</option>
|
|
||||||
<option value="literatur">Literatur</option>
|
|
||||||
</optgroup>
|
|
||||||
|
|
||||||
<optgroup label="MINT">
|
|
||||||
<option value="mathe">Mathematik</option>
|
|
||||||
<option value="biologie">Biologie</option>
|
|
||||||
<option value="chemie">Chemie</option>
|
|
||||||
<option value="physik">Physik</option>
|
|
||||||
<option value="informatik">Informatik</option>
|
|
||||||
<option value="astronomie">Astronomie</option>
|
|
||||||
</optgroup>
|
|
||||||
|
|
||||||
<optgroup label="Gesellschaft & Werte">
|
|
||||||
<option value="geschichte">Geschichte</option>
|
|
||||||
<option value="erdkunde">Erdkunde</option>
|
|
||||||
<option value="sozialkunde">Sozialkunde</option>
|
|
||||||
<option value="wirtschaft">Wirtschaftskunde</option>
|
|
||||||
<option value="religion">Religion</option>
|
|
||||||
<option value="ethik">Ethikunterricht</option>
|
|
||||||
<option value="philosophie">Philosophie</option>
|
|
||||||
<option value="psychologie">Psychologie</option>
|
|
||||||
<option value="kunst">Kunst</option>
|
|
||||||
<option value="musik">Musik</option>
|
|
||||||
<option value="theater">Theater</option>
|
|
||||||
</optgroup>
|
|
||||||
|
|
||||||
<optgroup label="Technik & Praxis">
|
|
||||||
<option value="technik">Technik</option>
|
|
||||||
<option value="werken">Werken</option>
|
|
||||||
<option value="hauswirtschaft">Hauswirtschaft</option>
|
|
||||||
<option value="sport">Sport</option>
|
|
||||||
</optgroup>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sidebar-block">
|
|
||||||
<label for="tags">Schlagwörter</label>
|
|
||||||
<input type="text" id="tags" name="tags"
|
|
||||||
value="<?php echo htmlspecialchars($_SESSION['old_tags'] ?? ''); unset($_SESSION['old_tags']); ?>"
|
|
||||||
placeholder="z.B. Technik, IT (mit Komma trennen)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Datenschutzerklärung
|
|
||||||
Inhalt: Informationen zur Datenverarbeitung gemäß DSGVO
|
|
||||||
-->
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Datenschutz</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
||||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
||||||
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
|
||||||
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
|
||||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
+6
-24
@@ -1,25 +1,8 @@
|
|||||||
<?php
|
|
||||||
include_once 'php/controller/home-controller.php';
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Seite: Home
|
Seite: Home
|
||||||
Inhalt: Beinhaltet den Inhalt der Startseite
|
Inhalt: Beinhaltet den Inhalt der Startseite
|
||||||
-->
|
-->
|
||||||
<main>
|
<main>
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "internal_error"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Es ist ein Fehler beim Speichern aufgetreten. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
|
|
||||||
<p class="alert-message is-success">
|
|
||||||
Dein Beitrag wurde erfolgreich veröffentlicht!
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION["message"]);
|
|
||||||
?>
|
|
||||||
|
|
||||||
<h1>Home</h1>
|
<h1>Home</h1>
|
||||||
<p>
|
<p>
|
||||||
@@ -34,25 +17,24 @@ include_once 'php/controller/home-controller.php';
|
|||||||
<!-- Flexbox -->
|
<!-- Flexbox -->
|
||||||
<div class="flexbox">
|
<div class="flexbox">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="index.php?pfad=informatik" class="category-link">Informatik</a>
|
<a href="content/informatik.php" class="category-link">Informatik</a>
|
||||||
<div class="article-link">
|
<div class="article-link">
|
||||||
<a href="index.php?pfad=showArticle&id=<?php echo $dummy3->getId()?>"><?php if(isset($dummy3)){echo $dummy3->getTitle();}else{echo "Fehler: Beitrag nicht gefunden!";} ?></a>
|
<a href="articles/datenschutz.php">Datenschutz vs. Datensicherheit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="index.php?pfad=mathe" class="category-link">Mathe</a>
|
<a href="content/mathe.php" class="category-link">Mathe</a>
|
||||||
<div class="article-link">
|
<div class="article-link">
|
||||||
<a href="index.php?pfad=showArticle&id=<?php echo $dummy1->getId()?>"><?php if(isset($dummy1)){echo $dummy1->getTitle();}else{echo "Fehler: Beitrag nicht gefunden!";} ?></a>
|
<a href="articles/pythagoras.php">Satz des Pythagoras</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="index.php?pfad=physik" class="category-link">Physik</a>
|
<a href="content/physik.php" class="category-link">Physik</a>
|
||||||
<div class="article-link">
|
<div class="article-link">
|
||||||
<a href="index.php?pfad=showArticle&id=<?php echo $dummy2->getId()?>"><?php if(isset($dummy2)){echo $dummy2->getTitle();}else{echo "Fehler: Beitrag nicht gefunden!";} ?></a>
|
<a href="articles/tunneleffekt.php">Der Tunneleffekt</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Impressum
|
|
||||||
Inhalt: wer wie was auf der Webseite
|
|
||||||
-->
|
|
||||||
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Impressum</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
||||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
||||||
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
|
||||||
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
|
||||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
+63
-15
@@ -2,20 +2,68 @@
|
|||||||
Seite: Informatik
|
Seite: Informatik
|
||||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||||
-->
|
-->
|
||||||
<main>
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
<h1>Informatik</h1>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
<p>
|
<body>
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
||||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
<nav style="background:#808080; height: 60px;">
|
||||||
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
<div style="float:left; text-align: center;">
|
||||||
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
<a href="../index.php">
|
||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
</a>
|
||||||
</p>
|
|
|
||||||
<h2>Artikel:</h2>
|
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
<div>
|
|
|
||||||
<a href="datenschutzVSdatensicherheit.php">Datenschutz vs. Datensicherheit</a>
|
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
</div>
|
|
|
||||||
</main>
|
<a href = "physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Informatik</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||||
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
||||||
|
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
||||||
|
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||||
|
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
||||||
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
</p>
|
||||||
|
<h2>Artikel:</h2>
|
||||||
|
<div>
|
||||||
|
<a href="../articles/datenschutz.php">Datenschutz vs. Datensicherheit</a>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
<!--
|
|
||||||
Form: Login-Bereich
|
|
||||||
Funktion: Benutzerauthentifizierung und Zugang zum eigenen Profil, Erstellen von Beiträgen, etc.
|
|
||||||
-->
|
|
||||||
<main class="login-page">
|
|
||||||
<div class="login-container">
|
|
||||||
|
|
||||||
<h1>Bitte anmelden</h1>
|
|
||||||
|
|
||||||
<form>
|
|
||||||
<label id ="inputEmail" class="screenreader-only">E-Mail Adresse / </label>
|
|
||||||
|
|
||||||
<p class="input-label">Benutzername/E-Mail-Adresse:</p>
|
|
||||||
<input type="email" name="email" class="login-input" placeholder="E-Mail-Adresse" required autofocus>
|
|
||||||
|
|
||||||
<p class="input-label">Passwort:</p>
|
|
||||||
<input type="password" name="password" class="login-input" placeholder="Passwort" required>
|
|
||||||
|
|
||||||
<div class="checkbox-wrapper">
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" name="remember-me" value="1"> angemeldet bleiben
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button type="submit" value="anmelden" name="loginSubmit" class="login-button">anmelden</button>
|
|
||||||
|
|
||||||
<div class="register-link">
|
|
||||||
<a href="register.php">Noch keinen Account? Jetzt hier registrieren!</a>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
+63
-15
@@ -2,21 +2,69 @@
|
|||||||
Seite: Mathe
|
Seite: Mathe
|
||||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||||
-->
|
-->
|
||||||
<main>
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
<h1>Mathe</h1>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
<p>
|
<body>
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
||||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
||||||
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
|
||||||
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
|
||||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Artikel:</h2>
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div>
|
<div style="float:left; text-align: center;">
|
||||||
<a href="pythagoras.php">Satz des Pythagoras</a>
|
<a href="../index.php">
|
||||||
</div>
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</main>
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Mathe</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||||
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
||||||
|
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
||||||
|
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||||
|
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
||||||
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Artikel:</h2>
|
||||||
|
<div>
|
||||||
|
<a href="../articles/pythagoras.php">Satz des Pythagoras</a>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Nutzungsbedingungen
|
|
||||||
Inhalt: Regelungen für die Nutzung der Plattform (AGBs und so...)
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" type="image/x-icon" href="../images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="../css/main.css">
|
|
||||||
<link rel="stylesheet" href="../css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="../css/footer.css">
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
?>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Nutzungsbedingungen</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
||||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
||||||
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
|
||||||
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
|
||||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
+63
-15
@@ -2,22 +2,70 @@
|
|||||||
Seite: Physik
|
Seite: Physik
|
||||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||||
-->
|
-->
|
||||||
<main>
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
<h1>Physik</h1>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
<p>
|
<body>
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
||||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
||||||
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
|
||||||
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
|
||||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Artikel:</h2>
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div>
|
<div style="float:left; text-align: center;">
|
||||||
<a href="tunneleffekt.php">Der Tunneleffekt</a>
|
<a href="../index.php">
|
||||||
</div>
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
</main>
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Physik</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||||
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
||||||
|
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
||||||
|
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||||
|
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
||||||
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Artikel:</h2>
|
||||||
|
<div>
|
||||||
|
<a href="../articles/tunneleffekt.php">Der Tunneleffekt</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+88
-84
@@ -1,95 +1,99 @@
|
|||||||
<!--
|
<!--
|
||||||
Content: Profil
|
Seite: Profil
|
||||||
Inhalt: Das eigene Profil, wenn man angemeldet ist. Dort hat man die Möglichkeit seine Angaben zu ändern.
|
Inhalt: Das eigene Profil, wenn man angemeldet ist. Dort hat man die Möglichkeit seine Angaben zu ändern.
|
||||||
-->
|
-->
|
||||||
<?php
|
<!DOCTYPE html>
|
||||||
include_once 'php/controller/profileArticles-controller.php';
|
<html lang="de">
|
||||||
?>
|
|
||||||
<main class="form-page">
|
|
||||||
<div class="flexbox">
|
|
||||||
<!-- Linke Spalte: Profildaten -->
|
|
||||||
<div class="container">
|
|
||||||
<form>
|
|
||||||
<label class="input-label">Vorname</label>
|
|
||||||
<input type="text" name="Vorname" class="login-input" required
|
|
||||||
placeholder="Vorname"
|
|
||||||
value="<?php //DB-Daten ?>">
|
|
||||||
|
|
||||||
<label class="input-label">Nachname</label>
|
<head>
|
||||||
<input type="text" name="Nachname" class="login-input" required
|
<meta charset="utf-8">
|
||||||
placeholder="Nachname"
|
<meta name="description" content="EduForge">
|
||||||
value="<?php //DB-Daten ?>">
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
<label class="input-label">Email-Adresse</label>
|
<body>
|
||||||
<input type="email" name="Email" class="login-input" required
|
|
||||||
placeholder="mustermann@web.de"
|
|
||||||
value="<?php //DB-Daten ?>">
|
|
||||||
|
|
||||||
<label class="input-label">Passwort</label>
|
<nav style="background:#808080; height: 60px;">
|
||||||
<input type="password" name="Passwort" class="login-input"
|
<div style="float:left; text-align: center;">
|
||||||
required placeholder="Passwort">
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
<button type="submit" class="login-button">
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
Speichern
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button type="button" class="login-button delete-account-button">
|
|
||||||
Account löschen
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<!-- Rechte Spalte: Eigene Beiträge -->
|
<main class="form-page">
|
||||||
<div class="container">
|
|
||||||
<h2 class="section-title">Meine Beiträge</h2>
|
<div class="form-container">
|
||||||
<div class="articles-list">
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "internal_error"): ?>
|
<div class="logo-wrapper">
|
||||||
<p class="alert-message is-error">
|
<h1>Benutzerdaten ändern</h1>
|
||||||
Es ist ein interner Fehler aufgetreten. Bitte versuche es erneut.
|
<img src="../images/logo.png" alt="Logo" class="login-logo">
|
||||||
</p>
|
</div>
|
||||||
<?php elseif (isset($userArticles) && count($userArticles) > 0): ?>
|
|
||||||
<?php foreach ($userArticles as $userArticle): ?>
|
<form>
|
||||||
<!-- Ein einzelner Artikel-Eintrag -->
|
|
||||||
<div class="article-item">
|
<label class="input-label">Vorname</label>
|
||||||
<div class="article-meta">
|
|
||||||
<span class="article-date"><?php echo htmlspecialchars($userArticle->getCreationDate()); ?></span>
|
<input type="text" name="Vorname" class="login-input" required
|
||||||
<span class="article-category"><?php echo htmlspecialchars($userArticle->getCategory()); ?></span>
|
placeholder="Vorname"
|
||||||
</div>
|
value="<?php //DB-Daten ?>">
|
||||||
<h3 class="article-title"><?php echo htmlspecialchars($userArticle->getTitle()); ?></h3>
|
|
||||||
<?php
|
<label class="input-label">Nachname</label>
|
||||||
$tags = $userArticle->getTags();
|
<input type="text" name="Nachname" class="login-input" required
|
||||||
if (isset($tags) && !empty($tags)): ?>
|
placeholder="Nachname"
|
||||||
<div class="article-view-bottom-section">
|
value="<?php //DB-Daten ?>">
|
||||||
<div class="article-view-tags-label">Tags:</div>
|
|
||||||
<div class="article-view-tags-list">
|
<label class="input-label">Email-Adresse</label>
|
||||||
<?php
|
<input type="email" name="Email" class="login-input" required
|
||||||
$tagArray = is_array($tags) ? $tags : explode(',', $tags);
|
placeholder="mustermann@web.de"
|
||||||
foreach ($tagArray as $tag):
|
value="<?php //DB-Daten ?>">
|
||||||
$trimmedTag = trim($tag);
|
|
||||||
if (!empty($trimmedTag)):
|
<label class="input-label">Passwort</label>
|
||||||
?>
|
<input type="password" name="Passwort" class="login-input"
|
||||||
<span class="article-view-tag-item"><?php echo htmlspecialchars($trimmedTag); ?></span>
|
required placeholder="Passwort">
|
||||||
<?php
|
|
||||||
endif;
|
<br>
|
||||||
endforeach;
|
|
||||||
?>
|
<button type="submit" class="login-button">
|
||||||
</div>
|
Speichern
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<a href="index.php?pfad=updateArticle&id=<?php echo $userArticle->getID(); ?>" class="edit-link-button">Bearbeiten</a>
|
|
||||||
</div>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
<?php else: ?>
|
|
||||||
<p>Du hast noch keine Beiträge erstellt.</p>
|
|
||||||
<button type="button" class="login-button" onclick="window.location.href='index.php?pfad=createArticle';">
|
|
||||||
Beitrag erstellen!
|
|
||||||
</button>
|
</button>
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION["message"]);
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
<br><br>
|
||||||
</main>
|
|
||||||
|
<button type="button" class="login-button">
|
||||||
|
Account löschen
|
||||||
|
</button>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
<!--
|
|
||||||
Form: Registrierung
|
|
||||||
Funktion: Erstellung neuer Benutzerkonten
|
|
||||||
-->
|
|
||||||
<main class="login-page">
|
|
||||||
<div class="login-container">
|
|
||||||
|
|
||||||
<h1>Jetzt Registrieren!</h1>
|
|
||||||
|
|
||||||
<form>
|
|
||||||
<p class="input-label">Email:</p>
|
|
||||||
<input type="email" name="email" class="login-input" placeholder="mustermann@web.de" required>
|
|
||||||
|
|
||||||
<p class="input-label">Vorname:</p>
|
|
||||||
<input type="text" name="vorname" class="login-input" placeholder="Max" required>
|
|
||||||
|
|
||||||
<p class="input-label">Nachname:</p>
|
|
||||||
<input type="text" name="nachname" class="login-input" placeholder="Mustermann" required>
|
|
||||||
|
|
||||||
<p class="input-label">Passwort:</p>
|
|
||||||
<input type="password" name="password" class="login-input" placeholder="Passwort" required>
|
|
||||||
|
|
||||||
<div class="checkbox-wrapper">
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" value="remember-me"> angemeldet bleiben
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button type="submit" value="anmelden" name="loginSubmit" class="login-button">kostenlos registrieren</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
@@ -1,125 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
?>
|
|
||||||
<!--
|
|
||||||
Seite: Suchergebnisse
|
|
||||||
Inhalt: Zeigt die Ergebnisse einer Suche an
|
|
||||||
-->
|
|
||||||
<div class="s-res-layout-grid">
|
|
||||||
|
|
||||||
<!-- Links: Seitenleiste für Filter und Suche -->
|
|
||||||
<aside class="s-res-sidebar">
|
|
||||||
|
|
||||||
<!-- Suchleiste Box -->
|
|
||||||
<div class="s-res-sidebar-box">
|
|
||||||
<h3 class="s-res-sidebar-title">Suche anpassen</h3>
|
|
||||||
<form action="#" method="GET" class="s-res-search-form">
|
|
||||||
<input type="search" id="site-search" name="q" placeholder="Suchen..." class="nav__search">
|
|
||||||
<button type="submit" class="nav__search-button">Suchen</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Sortierfuntion Box -->
|
|
||||||
<div class="s-res-sidebar-box">
|
|
||||||
<h3 class="s-res-sidebar-title">Sortierung</h3>
|
|
||||||
<div class="s-res-filter-group">
|
|
||||||
<label class="s-res-filter-option">
|
|
||||||
<input type="radio" name="sort" value="alphabet" checked>
|
|
||||||
<span>Alphabetisch</span>
|
|
||||||
</label>
|
|
||||||
<label class="s-res-filter-option">
|
|
||||||
<input type="radio" name="sort" value="likes">
|
|
||||||
<span>Beliebtheit (Likes)</span>
|
|
||||||
</label>
|
|
||||||
<label class="s-res-filter-option">
|
|
||||||
<input type="radio" name="sort" value="newest">
|
|
||||||
<span>Neueste Beiträge</span>
|
|
||||||
</label>
|
|
||||||
<label class="s-res-filter-option">
|
|
||||||
<input type="radio" name="sort" value="oldest">
|
|
||||||
<span>Älteste Beiträge</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
<main class="s-res-main-content">
|
|
||||||
|
|
||||||
<div class="s-res-header">
|
|
||||||
<h1 class="s-res-main-title">Suchergebnisse</h1>
|
|
||||||
<p class="s-res-meta">3 Treffer für Ihre Suchanfrage</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Ergebnisliste -->
|
|
||||||
<div class="s-res-list">
|
|
||||||
|
|
||||||
<?php
|
|
||||||
if(isset($_SESSION['message']) && $_SESSION['message'] == "new_search_results"): ?>
|
|
||||||
<!-- TODO: Hier die Beiträge ausgeben. -->
|
|
||||||
<?php elseif (isset($_SESSION["message"]) && $_SESSION["message"] == "missing_parameters"): ?>
|
|
||||||
<p>
|
|
||||||
Bitte überprüfe deine Sucheingabe und versuche es erneut!
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION["message"]);
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Beispielbeitrag -->
|
|
||||||
<div class="s-res-item">
|
|
||||||
<div class="s-res-content">
|
|
||||||
<h2 class="s-res-item-title">
|
|
||||||
<a href="#" class="s-res-link">Pythagoras</a>
|
|
||||||
</h2>
|
|
||||||
<p class="s-res-author">Von: <span class="s-res-author-name">Max Mustermann</span></p>
|
|
||||||
</div>
|
|
||||||
<div class="s-res-arrow">→</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Beispielbeitrag -->
|
|
||||||
<div class="s-res-item">
|
|
||||||
<div class="s-res-content">
|
|
||||||
<h2 class="s-res-item-title">
|
|
||||||
<a href="#" class="s-res-link">Pythagoras</a>
|
|
||||||
</h2>
|
|
||||||
<p class="s-res-author">Von: <span class="s-res-author-name">Max Mustermann</span></p>
|
|
||||||
</div>
|
|
||||||
<div class="s-res-arrow">→</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Beispielbeitrag -->
|
|
||||||
<div class="s-res-item">
|
|
||||||
<div class="s-res-content">
|
|
||||||
<h2 class="s-res-item-title">
|
|
||||||
<a href="#" class="s-res-link">Pythagoras</a>
|
|
||||||
</h2>
|
|
||||||
<p class="s-res-author">Von: <span class="s-res-author-name">Max Mustermann</span></p>
|
|
||||||
</div>
|
|
||||||
<div class="s-res-arrow">→</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="s-res-pagination-footer">
|
|
||||||
|
|
||||||
<!-- Auswahl der Ergebnisse pro Seite -->
|
|
||||||
<div class="s-res-limit-selector">
|
|
||||||
<label for="s-res-per-page" class="s-res-limit-label">Ergebnisse pro Seite:</label>
|
|
||||||
<select id="s-res-per-page" name="limit" class="s-res-limit-select">
|
|
||||||
<option value="10" selected>10</option>
|
|
||||||
<option value="20">20</option>
|
|
||||||
<option value="50">50</option>
|
|
||||||
<option value="100">100</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="s-res-page-navigation">
|
|
||||||
<button type="button" class="s-res-page-btn" disabled>«</button>
|
|
||||||
<button type="button" class="s-res-page-btn s-res-page-btn-active">1</button>
|
|
||||||
<button type="button" class="s-res-page-btn">»</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
@@ -1,84 +0,0 @@
|
|||||||
<?php
|
|
||||||
include_once 'php/controller/showArticle-controller.php';
|
|
||||||
?>
|
|
||||||
<!--
|
|
||||||
Seite: Anzeige für Beiträge
|
|
||||||
Funktion: Stellt einen übergebenen Beitrag dar.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Hauptcontainer für die Beitragsansicht (Ausschließlich der Content-Bereich) -->
|
|
||||||
<main class="article-view-container">
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "internal_error"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Es ist ein interner Fehler aufgetreten. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "missing_id"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Es ist ein Fehler aufgetreten. Die ID konnte nicht ausgelesen werden. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "missing_parameters"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Jeder Beitrag muss einen Titel, Kategorie und Inhalt besitzen.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "article_updated"): ?>
|
|
||||||
<p class="alert-message is-success">
|
|
||||||
Dein Beitrag wurde erfolgreich bearbeitet!
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION["message"]);
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Metadaten & Titel -->
|
|
||||||
<div class="article-view-top-section">
|
|
||||||
|
|
||||||
<?php if (isset($category) && !empty($category)): ?>
|
|
||||||
<span class="article-view-category"><?php echo htmlspecialchars($category); ?></span>
|
|
||||||
<?php endif; ?>
|
|
||||||
<h1 class="article-view-title">
|
|
||||||
<?php if (isset($title)) { echo htmlspecialchars($title); } ?>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<div class="article-view-meta">
|
|
||||||
<?php if (isset($author) && !empty($author)): ?>
|
|
||||||
<span class="article-view-author">Von: <strong><?php echo htmlspecialchars($author); ?></strong></span>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Beitrags-Inhalt -->
|
|
||||||
<div class="article-view-content">
|
|
||||||
<?php if (isset($content)): ?>
|
|
||||||
<!-- nl2br für Zeilenumbrüche -->
|
|
||||||
<div class="article-view-body"><?php echo nl2br(htmlspecialchars($content)); ?></div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Beitrags-Endbereich (Tags) -->
|
|
||||||
<?php if (isset($tags) && !empty($tags)): ?>
|
|
||||||
<div class="article-view-bottom-section">
|
|
||||||
<div class="article-view-tags-label">Tags:</div>
|
|
||||||
<div class="article-view-tags-list">
|
|
||||||
<?php
|
|
||||||
// Falls $tags ein String ist (z.B. "Web, CSS"), in ein Array umwandeln
|
|
||||||
$tagArray = is_array($tags) ? $tags : explode(',', $tags);
|
|
||||||
foreach ($tagArray as $tag):
|
|
||||||
$trimmedTag = trim($tag);
|
|
||||||
if (!empty($trimmedTag)):
|
|
||||||
?>
|
|
||||||
<span class="article-view-tag-item"><?php echo htmlspecialchars($trimmedTag); ?></span>
|
|
||||||
<?php
|
|
||||||
endif;
|
|
||||||
endforeach;
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
@@ -1,142 +0,0 @@
|
|||||||
<?php
|
|
||||||
include_once 'php/controller/showArticle-controller.php';
|
|
||||||
?>
|
|
||||||
<!--
|
|
||||||
Seite: Beitrag erstellen
|
|
||||||
Inhalt: Formular für die Erstellung eines neuen Beitrags
|
|
||||||
-->
|
|
||||||
<form method="post" action="php/controller/updateArticle-controller.php?id=<?php if(isset($id) && !empty($id)){echo htmlspecialchars($id);}else{$_SESSION["message"] = "missing_id";} ?>" id="editor-form" class="article-editor-scope.editor-container article-editor-scope editor-container">
|
|
||||||
|
|
||||||
<main class="editor-main">
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "internal_error"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Es ist ein interner Fehler beim Speichern aufgetreten. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "missing_id"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Es ist ein Fehler aufgetreten. Die ID konnte nicht ausgelesen werden. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "missing_parameters"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Jeder Beitrag muss einen Titel, Kategorie und Inhalt besitzen.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_title"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Der Titel enthält ungültige Zeichen oder erfüllt die Länge von 5-120 Zeichen nicht.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_content"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Der Text erlaubt eine Länge von 10 bis maximal 7.000 Zeichen (ca. 1.000 Wörter).
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_category"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Die ausgewählte Kategorie ist ungültig.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "invalid_tags"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Ungültige Schlagworte gefunden. Erlaubt sind nur Buchstaben, Zahlen, Leerzeichen und Bindestriche (2-20 Zeichen).
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "validation_missing"): ?>
|
|
||||||
<p class="alert-message is-error">
|
|
||||||
Bei der Validierung deiner Daten ist ein Fehler aufgetreten. Bitte versuche es erneut.
|
|
||||||
</p>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION["message"]);
|
|
||||||
?>
|
|
||||||
<input type="text" id="title" name="title"
|
|
||||||
value="<?php
|
|
||||||
if (isset($title) && !empty($title)){echo htmlspecialchars($title);
|
|
||||||
}elseif (isset($_SESSION['old_title']) && !empty($_SESSION['old_title'])){
|
|
||||||
echo htmlspecialchars($_SESSION['old_title']);
|
|
||||||
unset($_SESSION['old_title']);
|
|
||||||
}
|
|
||||||
|
|
||||||
?>"
|
|
||||||
placeholder="Titel hier eingeben" required>
|
|
||||||
<textarea id="content" name="content" placeholder="Schreibe deinen Beitrag...">
|
|
||||||
<?php
|
|
||||||
if (isset($content) && !empty($content)){echo htmlspecialchars($content);
|
|
||||||
}elseif (isset($_SESSION['old_content']) && !empty($_SESSION['old_content'])){
|
|
||||||
echo htmlspecialchars($_SESSION['old_content']);
|
|
||||||
unset($_SESSION['old_content']);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</textarea>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<!-- Seitenleiste -->
|
|
||||||
<aside class="editor-sidebar">
|
|
||||||
|
|
||||||
<div class="sidebar-block">
|
|
||||||
<button type="submit" class="btn-publish">Änderungen speichern</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sidebar-block">
|
|
||||||
<label for="category">Kategorie <span class="required">*</span></label>
|
|
||||||
<select id="category" name="category" required>
|
|
||||||
<option disabled selected>Kategorie wählen...</option>
|
|
||||||
|
|
||||||
<optgroup label="Sprachen">
|
|
||||||
<option value="deutsch">Deutsch</option>
|
|
||||||
<option value="englisch">Englisch</option>
|
|
||||||
<option value="franzoesisch">Französisch</option>
|
|
||||||
<option value="latein">Latein</option>
|
|
||||||
<option value="literatur">Literatur</option>
|
|
||||||
</optgroup>
|
|
||||||
|
|
||||||
<optgroup label="MINT">
|
|
||||||
<option value="mathe">Mathematik</option>
|
|
||||||
<option value="biologie">Biologie</option>
|
|
||||||
<option value="chemie">Chemie</option>
|
|
||||||
<option value="physik">Physik</option>
|
|
||||||
<option value="informatik">Informatik</option>
|
|
||||||
<option value="astronomie">Astronomie</option>
|
|
||||||
</optgroup>
|
|
||||||
|
|
||||||
<optgroup label="Gesellschaft & Werte">
|
|
||||||
<option value="geschichte">Geschichte</option>
|
|
||||||
<option value="erdkunde">Erdkunde</option>
|
|
||||||
<option value="sozialkunde">Sozialkunde</option>
|
|
||||||
<option value="wirtschaft">Wirtschaftskunde</option>
|
|
||||||
<option value="religion">Religion</option>
|
|
||||||
<option value="ethik">Ethikunterricht</option>
|
|
||||||
<option value="philosophie">Philosophie</option>
|
|
||||||
<option value="psychologie">Psychologie</option>
|
|
||||||
<option value="kunst">Kunst</option>
|
|
||||||
<option value="musik">Musik</option>
|
|
||||||
<option value="theater">Theater</option>
|
|
||||||
</optgroup>
|
|
||||||
|
|
||||||
<optgroup label="Technik & Praxis">
|
|
||||||
<option value="technik">Technik</option>
|
|
||||||
<option value="werken">Werken</option>
|
|
||||||
<option value="hauswirtschaft">Hauswirtschaft</option>
|
|
||||||
<option value="sport">Sport</option>
|
|
||||||
</optgroup>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sidebar-block">
|
|
||||||
<label for="tags">Schlagwörter</label>
|
|
||||||
<input type="text" id="tags" name="tags"
|
|
||||||
value="<?php
|
|
||||||
if (isset($tags) && !empty($tags)){echo htmlspecialchars($tags);
|
|
||||||
} elseif (isset($_SESSION['old_tags']) && !empty($_SESSION['old_tags'])){
|
|
||||||
echo htmlspecialchars($_SESSION['old_tags']);
|
|
||||||
unset($_SESSION['old_tags']);
|
|
||||||
}
|
|
||||||
?>"
|
|
||||||
placeholder="z.B. Technik, IT (mit Komma trennen)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
@@ -1,128 +0,0 @@
|
|||||||
/* editor in Flexbox */
|
|
||||||
.article-editor-scope.editor-container {
|
|
||||||
display: flex;
|
|
||||||
min-height: 100vh;
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
||||||
color: #1e1e1e;
|
|
||||||
background-color: #f0f2f5;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
max-width: 1200px;
|
|
||||||
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope * {
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hauptbereich */
|
|
||||||
.article-editor-scope .editor-main {
|
|
||||||
flex: 1;
|
|
||||||
padding: 40px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 20px;
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope #title {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
font-weight: 700;
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
width: 100%;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope #content {
|
|
||||||
flex: 1;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
line-height: 1.6;
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
resize: none;
|
|
||||||
width: 100%;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Seitenleiste */
|
|
||||||
.article-editor-scope .editor-sidebar {
|
|
||||||
width: 300px;
|
|
||||||
background-color: #ffffff;
|
|
||||||
border-left: 1px solid #e0e0e0;
|
|
||||||
padding: 20px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope .sidebar-block {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope .sidebar-block label {
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope .required {
|
|
||||||
color: #d94f4f;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Formularelemente innerhalb der Editor-Sidebar */
|
|
||||||
.article-editor-scope .editor-sidebar select,
|
|
||||||
.article-editor-scope .editor-sidebar input[type="text"] {
|
|
||||||
width: 100%;
|
|
||||||
padding: 8px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 4px;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Button-Zeugs */
|
|
||||||
.article-editor-scope .btn-publish {
|
|
||||||
background-color: #007cba;
|
|
||||||
color: white;
|
|
||||||
border: none;
|
|
||||||
padding: 12px;
|
|
||||||
border-radius: 4px;
|
|
||||||
font-weight: 600;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 1rem;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope .btn-publish:hover {
|
|
||||||
background-color: #006ba1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
|
||||||
@media (max-width: 760px) {
|
|
||||||
.article-editor-scope.editor-container {
|
|
||||||
/* Sidebar nach unten */
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope .editor-main {
|
|
||||||
/* weniger Innenabstand */
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope #content {
|
|
||||||
/* Verhindert, dass das Textfeld auf kleinen Displays kollabiert */
|
|
||||||
min-height: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-editor-scope .editor-sidebar {
|
|
||||||
width: 100%;
|
|
||||||
/* Entfernt den linken Rand und setzt ihn nach oben als Trenner */
|
|
||||||
border-left: none;
|
|
||||||
border-top: 1px solid #e0e0e0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
/* Footer‑Grundlayout */
|
|
||||||
footer {
|
|
||||||
width: 100%;
|
|
||||||
background: #333d43;
|
|
||||||
text-align: center;
|
|
||||||
padding: 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a {
|
|
||||||
color: white;
|
|
||||||
text-decoration: none;
|
|
||||||
margin: 0 12px;
|
|
||||||
transition: color 0.2s ease; /* Farbwechsel */
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:hover,
|
|
||||||
footer a:focus {
|
|
||||||
color: #0066cc;
|
|
||||||
}
|
|
||||||
+21
-43
@@ -1,33 +1,22 @@
|
|||||||
|
|
||||||
main {
|
main {
|
||||||
max-width:1200px;
|
max-width:1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #eef2f7;
|
background-color: #eef2f7;
|
||||||
color: #1f2937;
|
color: #1f2937;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
min-height: 100vh;
|
|
||||||
display: grid;
|
|
||||||
grid-template-rows: auto 1fr auto; /* Header(auto), Inhalt (bekommt Rest), Footer(auto) */
|
|
||||||
}
|
|
||||||
|
|
||||||
a, button, input, select, textarea, label, main{
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexbox {
|
.flexbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
gap: 20px;
|
||||||
gap: 20px;
|
margin-top: 30px;
|
||||||
margin-top: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@@ -37,7 +26,6 @@ a, button, input, select, textarea, label, main{
|
|||||||
border: 1px solid #dbe3ec;
|
border: 1px solid #dbe3ec;
|
||||||
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
|
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
|
||||||
transition: transform 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
flex: 1 1 300px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container:hover {
|
.container:hover {
|
||||||
@@ -46,15 +34,15 @@ a, button, input, select, textarea, label, main{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.category-link {
|
.category-link {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
background-color: #2563eb;
|
background-color: #2563eb;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -78,9 +66,9 @@ a, button, input, select, textarea, label, main{
|
|||||||
|
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
.container {
|
.container {
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seite wird horizontal und vertikal zentriert */
|
/* Seite wird horizontal und vertikal zentriert */
|
||||||
@@ -194,7 +182,7 @@ a, button, input, select, textarea, label, main{
|
|||||||
|
|
||||||
/* Versteckt das doppelte Label fuer Screenreader/Accessibility */
|
/* Versteckt das doppelte Label fuer Screenreader/Accessibility */
|
||||||
.screenreader-only {
|
.screenreader-only {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* Allgemeine Formularseiten */
|
/* Allgemeine Formularseiten */
|
||||||
.form-page {
|
.form-page {
|
||||||
@@ -212,13 +200,3 @@ a, button, input, select, textarea, label, main{
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-container {
|
|
||||||
flex: 1 1 450px;
|
|
||||||
padding: 30px;
|
|
||||||
background-color: white;
|
|
||||||
border: 1px solid #dbe3ec;
|
|
||||||
border-radius: 10px;
|
|
||||||
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
.alert-message {
|
|
||||||
padding: 12px 16px;
|
|
||||||
margin: 12px 0;
|
|
||||||
border-radius: 6px;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
line-height: 1.5;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Rote Fehlermeldung */
|
|
||||||
.alert-message.is-error {
|
|
||||||
color: #ba1a1a;
|
|
||||||
background-color: #ffeede;
|
|
||||||
border-color: #ffb4ab;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Grüne Erfolgsmeldung */
|
|
||||||
.alert-message.is-success {
|
|
||||||
color: #006e2c;
|
|
||||||
background-color: #e8f5e9;
|
|
||||||
border-color: #b2dfdb;
|
|
||||||
}
|
|
||||||
-289
@@ -1,289 +0,0 @@
|
|||||||
/*
|
|
||||||
CSS für die navbar
|
|
||||||
*/
|
|
||||||
.nav {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
background-color: #333d43;
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__left,
|
|
||||||
.nav__right {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__logo img {
|
|
||||||
height: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__center {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__item {
|
|
||||||
position: relative;
|
|
||||||
margin: 0 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown-toggle {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
font-weight: 600;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown-menu {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 100%;
|
|
||||||
left: 0;
|
|
||||||
background: #f9f9f9;
|
|
||||||
min-width: 12rem;
|
|
||||||
box-shadow: 0 2px 5px rgba(0,0,0,.15);
|
|
||||||
padding: 0.5rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown-menu a {
|
|
||||||
padding: 0.5rem 1rem; /* Abstand um den Text */
|
|
||||||
color: #333;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__link {
|
|
||||||
display: inline-block;
|
|
||||||
font-weight: 600;
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__button {
|
|
||||||
display: inline-block;
|
|
||||||
background: #fff;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
cursor: pointer;
|
|
||||||
color: #333;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 600;
|
|
||||||
margin-left: 0.5rem;
|
|
||||||
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
border-radius: 4px; /* Abgerundete Ecken */
|
|
||||||
background: #fff;
|
|
||||||
margin: 0 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search-button {
|
|
||||||
display: inline-block;
|
|
||||||
background: #fff;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.4rem 0.6rem;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
font-weight: 600;
|
|
||||||
cursor: pointer;
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown:hover .nav__dropdown-menu {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__checkbox {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__mobile-submenu {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassung unter 1210px */
|
|
||||||
@media (max-width: 1210px) {
|
|
||||||
.nav {
|
|
||||||
flex-wrap: wrap; /* zweite Nav-Zeile*/
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__left {
|
|
||||||
order: 1;
|
|
||||||
flex: 1; /* nimmt den Platz ganz links ein */
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__right {
|
|
||||||
order: 2;
|
|
||||||
flex: 1;
|
|
||||||
justify-content: flex-end; /* schiebt Buttons nach ganz rechts */
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__center {
|
|
||||||
order: 3;
|
|
||||||
flex-basis: 100%; /* Erzwingt, dass dieses Element eine eigene Zeile einnimmt */
|
|
||||||
justify-content: center; /*zentriert die Links in der zweiten Zeile */
|
|
||||||
padding: 0.5rem 0;
|
|
||||||
border-top: 1px solid rgba(255,255,255,0.1); /* Optionale Trennlinie */
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__item {
|
|
||||||
margin: 0.25rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#mobile-nav {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
|
||||||
@media (max-width: 760px) {
|
|
||||||
.nav {
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__logo img {
|
|
||||||
height: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__left {
|
|
||||||
order: 2;
|
|
||||||
flex: 1;
|
|
||||||
justify-content: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__right {
|
|
||||||
order: 3;
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mobile-nav {
|
|
||||||
display: block;
|
|
||||||
order: 1;
|
|
||||||
background: #333d43;
|
|
||||||
border: none;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
padding: 0.5rem 0.1rem;
|
|
||||||
border-radius: 0.2rem;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search-button {
|
|
||||||
display: inline-block;
|
|
||||||
background: #fff;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.4rem 0.6rem;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
font-weight: 600;
|
|
||||||
cursor: pointer;
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search-button:hover {
|
|
||||||
background-color: #f8f9fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* restliche desktop-navbar aus */
|
|
||||||
.nav__center,
|
|
||||||
.nav__right .nav__button,
|
|
||||||
.nav__right .nav__link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* off canvas menu */
|
|
||||||
.nav__mobile-menu {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: -100%; /* kommt von links */
|
|
||||||
width: 280px;
|
|
||||||
height: 100vh;
|
|
||||||
background: #333d43;
|
|
||||||
z-index: 1000;
|
|
||||||
transition: left 0.3s ease;
|
|
||||||
padding: 2rem 1rem;
|
|
||||||
box-shadow: 2px 0 10px rgba(0,0,0,0.5);
|
|
||||||
overflow-y: auto;
|
|
||||||
|
|
||||||
/* Genug Abstand oben rechts, damit Links nicht hinter dem X liegen */
|
|
||||||
padding: 4rem 1.5rem 2rem 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__checkbox:checked ~ .nav__mobile-menu {
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav_mobile-menu.is-active {
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__close-btn {
|
|
||||||
position: absolute;
|
|
||||||
top: 1rem;
|
|
||||||
right: 1.5rem;
|
|
||||||
font-size: 2rem;
|
|
||||||
color: #fff;
|
|
||||||
cursor: pointer;
|
|
||||||
line-height: 1;
|
|
||||||
user-select: none;
|
|
||||||
transition: color 0.2s ease, transform 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__mobile-menu a {
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
font-weight: 600;
|
|
||||||
display: block;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
border-bottom: 1px solid #333d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__mobile-submenu {
|
|
||||||
display: block;
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
background: rgba(0, 0, 0, 0.15);
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__mobile-label {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
font-weight: 600;
|
|
||||||
padding: 0.8rem 1rem;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
/*
|
|
||||||
CSS für die Profilseite
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Roter Button für Account löschen */
|
|
||||||
.delete-account-button {
|
|
||||||
background-color: #dc2626;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.delete-account-button:hover {
|
|
||||||
background-color: #b91c1c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Beitragsliste Styling */
|
|
||||||
.section-title {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 25px;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
color: #1f2937;
|
|
||||||
border-bottom: 2px solid #eef2f7;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.articles-list {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-item {
|
|
||||||
padding: 15px;
|
|
||||||
border: 1px solid #e5e7eb;
|
|
||||||
border-radius: 8px;
|
|
||||||
background-color: #f9fafb;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-meta {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
font-size: 0.85rem;
|
|
||||||
color: #6b7280;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-category {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #2563eb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-title {
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
color: #1f2937;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-tags {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 6px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tag {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
background-color: #e5e7eb;
|
|
||||||
color: #374151;
|
|
||||||
padding: 3px 8px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Bearbeiten-Button als Link deklariert */
|
|
||||||
.edit-link-button {
|
|
||||||
display: inline-block;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #2563eb;
|
|
||||||
border: 1px solid #2563eb;
|
|
||||||
padding: 6px 12px;
|
|
||||||
border-radius: 6px;
|
|
||||||
transition: background-color 0.2s, color 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-link-button:hover {
|
|
||||||
background-color: #2563eb;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
@@ -1,263 +0,0 @@
|
|||||||
/*
|
|
||||||
CSS für die Suchergebnis-Seite
|
|
||||||
*/
|
|
||||||
/* Container und Layout-Schutz vor globalen Styles */
|
|
||||||
.s-res-layout-grid {
|
|
||||||
box-sizing: border-box;
|
|
||||||
max-width: 95%; /* Nutzt jetzt 95% der Bildschirmbreite statt starrer Pixel */
|
|
||||||
width: 95%; /* Erhöht das Limit für extrem große Monitore von 1200px auf 1600px */
|
|
||||||
margin: 2rem auto;
|
|
||||||
padding: 0 1rem;
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
|
||||||
color: #212529;
|
|
||||||
line-height: 1.5;
|
|
||||||
|
|
||||||
/* Grid für die Zweispaltigkeit */
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 320px 1fr; /* Seitenleiste leicht verbreitert, Inhalt nimmt den gesamten Rest ein */
|
|
||||||
gap: 2.5rem; /* Etwas mehr Abstand zwischen Seitenleiste und Inhalt für das breitere Layout */
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-layout-grid * {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- SEITENLEISTE (FILTER & SUCHE) --- */
|
|
||||||
.s-res-sidebar {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-sidebar-box {
|
|
||||||
background-color: #ffffff;
|
|
||||||
border: 1px solid #e2e8f0;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-sidebar-title {
|
|
||||||
font-size: 1rem;
|
|
||||||
font-weight: 700;
|
|
||||||
color: #1a202c;
|
|
||||||
margin: 0 0 1rem 0;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Formular & deine Suchleisten-Klassen */
|
|
||||||
.s-res-search-form {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Filter Radio-Buttons */
|
|
||||||
.s-res-filter-group {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 0.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-filter-option {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.5rem;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 0.95rem;
|
|
||||||
color: #4a5568;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-filter-option input[type="radio"] {
|
|
||||||
margin: 0;
|
|
||||||
accent-color: #3182ce;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- HAUPTINHALT (ERGEBNISSE) --- */
|
|
||||||
.s-res-main-content {
|
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-header {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
border-bottom: 2px solid #dee2e6;
|
|
||||||
padding-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-main-title {
|
|
||||||
font-size: 2rem;
|
|
||||||
color: #1a202c;
|
|
||||||
margin: 0 0 0.5rem 0;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-meta {
|
|
||||||
color: #6c757d;
|
|
||||||
font-size: 0.95rem;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-list {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Einzelner Beitrag */
|
|
||||||
.s-res-item {
|
|
||||||
background-color: #ffffff;
|
|
||||||
border: 1px solid #e2e8f0;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 1.25rem;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-item:hover {
|
|
||||||
transform: translateY(-2px);
|
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
|
||||||
border-color: #cbd5e1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-content {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-item-title {
|
|
||||||
font-size: 1.25rem;
|
|
||||||
margin: 0 0 0.25rem 0;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-link {
|
|
||||||
color: #3182ce;
|
|
||||||
text-decoration: none;
|
|
||||||
transition: color 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-link:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #2b6cb0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-author {
|
|
||||||
font-size: 0.875rem;
|
|
||||||
color: #4a5568;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-author-name {
|
|
||||||
font-weight: 600;
|
|
||||||
color: #2d3748;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-arrow {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
color: #a0aec0;
|
|
||||||
padding-left: 1rem;
|
|
||||||
transition: color 0.2s ease, transform 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-item:hover .s-res-arrow {
|
|
||||||
color: #3182ce;
|
|
||||||
transform: translateX(3px);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ERGEBNISSE PRO SEITE & PAGINIERUNG */
|
|
||||||
.s-res-pagination-footer {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
margin-top: 2rem;
|
|
||||||
padding-top: 1.5rem;
|
|
||||||
border-top: 1px solid #e2e8f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Dropdown-Auswahl */
|
|
||||||
.s-res-limit-selector {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-limit-label {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #4a5568;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-limit-select {
|
|
||||||
padding: 0.35rem 1.5rem 0.35rem 0.5rem;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #2d3748;
|
|
||||||
background-color: #ffffff;
|
|
||||||
border: 1px solid #cbd5e1;
|
|
||||||
border-radius: 4px;
|
|
||||||
cursor: pointer;
|
|
||||||
outline: none;
|
|
||||||
transition: border-color 0.2s;
|
|
||||||
|
|
||||||
/* Diskreter nativer Pfeil-Style */
|
|
||||||
appearance: none;
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://w3.org' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: right 0.4rem center;
|
|
||||||
background-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-limit-select:focus {
|
|
||||||
border-color: #3182ce;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Seitennummern Navigation */
|
|
||||||
.s-res-page-navigation {
|
|
||||||
display: flex;
|
|
||||||
gap: 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-page-btn {
|
|
||||||
background-color: #ffffff;
|
|
||||||
border: 1px solid #cbd5e1;
|
|
||||||
color: #4a5568;
|
|
||||||
padding: 0.35rem 0.75rem;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-weight: 500;
|
|
||||||
border-radius: 4px;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: all 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-page-btn:hover:not(:disabled) {
|
|
||||||
background-color: #f8f9fa;
|
|
||||||
border-color: #cbd5e1;
|
|
||||||
color: #2d3748;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-page-btn-active {
|
|
||||||
background-color: #3182ce;
|
|
||||||
border-color: #3182ce;
|
|
||||||
color: #ffffff;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.s-res-page-btn:disabled {
|
|
||||||
background-color: #f1f5f9;
|
|
||||||
border-color: #e2e8f0;
|
|
||||||
color: #94a3b8;
|
|
||||||
cursor: not-allowed;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.s-res-layout-grid {
|
|
||||||
grid-template-columns: 1fr; /* Stapelt Seitenleiste und Inhalt untereinander */
|
|
||||||
gap: 1.5rem;
|
|
||||||
margin: 1rem auto;
|
|
||||||
}
|
|
||||||
.s-res-pagination-footer {
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 1rem;
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,118 +0,0 @@
|
|||||||
/* Container für den gesamten articleikel */
|
|
||||||
.article-view-container {
|
|
||||||
box-sizing: border-box;
|
|
||||||
max-width: 900px; /* Angenehme Lesebreite für längere Texte */
|
|
||||||
margin: 3rem auto;
|
|
||||||
padding: 0 2rem;
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
|
||||||
color: #212529;
|
|
||||||
line-height: 1.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-container * {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- KOPFDATEN-BEREICH --- */
|
|
||||||
.article-view-top-section {
|
|
||||||
margin-bottom: 2.5rem;
|
|
||||||
border-bottom: 1px solid #e2e8f0;
|
|
||||||
padding-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Kategorie-Badge */
|
|
||||||
.article-view-category {
|
|
||||||
display: inline-block;
|
|
||||||
background-color: #ebf8ff;
|
|
||||||
color: #2b6cb0;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
font-weight: 700;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
padding: 0.25rem 0.75rem;
|
|
||||||
border-radius: 4px;
|
|
||||||
margin-bottom: 0.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hauptüberschrift */
|
|
||||||
.article-view-title {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
color: #1a202c;
|
|
||||||
line-height: 1.2;
|
|
||||||
margin: 0 0 0.75rem 0;
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Autoren-Zeile */
|
|
||||||
.article-view-meta {
|
|
||||||
font-size: 0.95rem;
|
|
||||||
color: #4a5568;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-author strong {
|
|
||||||
color: #2d3748;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- INHALT --- */
|
|
||||||
.article-view-content {
|
|
||||||
margin-bottom: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-body {
|
|
||||||
font-size: 1.125rem;
|
|
||||||
color: #2d3748;
|
|
||||||
white-space: pre-line;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- TAG-BEREICH --- */
|
|
||||||
.article-view-bottom-section {
|
|
||||||
border-top: 1px solid #e2e8f0;
|
|
||||||
padding-top: 1.5rem;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-tags-label {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #718096;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-tags-list {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Einzelner Tag */
|
|
||||||
.article-view-tag-item {
|
|
||||||
background-color: #f1f5f9;
|
|
||||||
color: #475569;
|
|
||||||
font-size: 0.85rem;
|
|
||||||
font-weight: 500;
|
|
||||||
padding: 0.35rem 0.75rem;
|
|
||||||
border-radius: 6px;
|
|
||||||
border: 1px solid #e2e8f0;
|
|
||||||
transition: background-color 0.2s, color 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-tag-item:hover {
|
|
||||||
background-color: #e2e8f0;
|
|
||||||
color: #1e293b;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassungen unter 760px (für z.B. Smarticlephones) */
|
|
||||||
@media (max-width: 760px) {
|
|
||||||
.article-view-container {
|
|
||||||
margin: 1.5rem auto;
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-view-title {
|
|
||||||
font-size: 1.85rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
<!--
|
|
||||||
Artikel: Datenschutz vs Datensicherheit
|
|
||||||
Funktion: Inhalt zum Fach Informatik
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="css/main.css">
|
|
||||||
<link rel="stylesheet" href="css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="css/footer.css">
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
?>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Datenschutz vs Datensicherheit</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Datenschutz ist in unserer digital vernetzten Welt allgegenwärtig – ob in sozialen Netzwerken, beim
|
|
||||||
Online-Shopping oder dem Einsatz von Bonuskarten, bei der Auswertung von Konsumverhalten und selbstverständlich
|
|
||||||
auch im schulischen Kontext.
|
|
||||||
</p>
|
|
||||||
<h2>
|
|
||||||
Was ist Datenschutz?
|
|
||||||
</h2>
|
|
||||||
<p>
|
|
||||||
Datenschutz bedeutet, dass persönliche Daten nur gesammelt, gespeichert und verwendet werden dürfen, wenn
|
|
||||||
es wirklich nötig ist – und nur für klar festgelegte Zwecke. Es geht darum, die Privatsphäre von Menschen
|
|
||||||
zu schützen.
|
|
||||||
</p>
|
|
||||||
<h2>
|
|
||||||
Was ist Datenschutz?
|
|
||||||
</h2>
|
|
||||||
<p>
|
|
||||||
Datensicherheit umfasst alle technischen und organisatorischen Maßnahmen, die verhindern sollen, dass Daten
|
|
||||||
verloren gehen, beschädigt oder unbemerkt verändert werden. Sie schützt Informationen vor Missbrauch.
|
|
||||||
</p>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 199 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 157 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
@@ -1,5 +0,0 @@
|
|||||||
<footer>
|
|
||||||
<a href="index.php?pfad=impressum">Impressum</a>
|
|
||||||
<a href="index.php?pfad=datenschutz">Datenschutz</a>
|
|
||||||
<a href="index.php?pfad=nutzungsbedingungen">Nutzungsbedingungen</a>
|
|
||||||
</footer>
|
|
||||||
+21
-130
@@ -1,137 +1,28 @@
|
|||||||
<!--
|
<!--
|
||||||
Globales Menü, wird via PHP später in alle Seiten eingebunden
|
Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||||
-->
|
-->
|
||||||
<nav class="nav">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div class="nav__left">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="index.php" class="nav__logo">
|
<a href="index.php">
|
||||||
<img src="images/logos/logo_full.png" alt="Logo">
|
<img src="images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
|
||||||
|
<a href = "content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once 'search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
<!-- Mobile navbar mit Burger-Symbol -->
|
<a href = "auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
<input type="checkbox" id="nav-toggle" class="nav__checkbox">
|
|
||||||
<label for="nav-toggle" id="mobile-nav">
|
|
||||||
<span>☰</span> <!-- Burger Icon Symbol -->
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<ul id="mobile-nav" class="nav__mobile-menu">
|
|
||||||
<li>
|
|
||||||
<label for="nav-toggle" class="nav__close-btn">×</label>
|
|
||||||
</li>
|
|
||||||
<li><a href="index.php?pfad=profile">Profil</a></li>
|
|
||||||
<li><a href="index.php?pfad=login">Anmelden</a></li>
|
|
||||||
<li><a href="index.php?pfad=register">Registrieren</a></li>
|
|
||||||
<li><a href="index.php?pfad=createArticle">Beitrag erstellen</a></li>
|
|
||||||
<li>
|
|
||||||
<label class="nav__mobile-label">Sprachen</label>
|
|
||||||
<ul class="nav__mobile-submenu">
|
|
||||||
<li><a href="index.php?pfad=deutsch">Deutsch</a></li>
|
|
||||||
<li><a href="index.php?pfad=englisch">Englisch</a></li>
|
|
||||||
<li><a href="index.php?pfad=franzoesisch">Französisch</a></li>
|
|
||||||
<li><a href="index.php?pfad=latein">Latein</a></li>
|
|
||||||
<li><a href="index.php?pfad=literatur">Literatur</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<label class="nav__mobile-label">MINT</label>
|
|
||||||
<ul class="nav__mobile-submenu">
|
|
||||||
<li><a href="index.php?pfad=mathe">Mathematik</a></li>
|
|
||||||
<li><a href="index.php?pfad=biologie">Biologie</a></li>
|
|
||||||
<li><a href="index.php?pfad=chemie">Chemie</a></li>
|
|
||||||
<li><a href="index.php?pfad=englisch">Physik</a></li>
|
|
||||||
<li><a href="index.php?pfad=informatik">Informatik</a></li>
|
|
||||||
<li><a href="index.php?pfad=astronomie">Astronomie</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<label class="nav__mobile-label">Gesellschaft & Werte</label>
|
|
||||||
<ul class="nav__mobile-submenu">
|
|
||||||
<li><a href="index.php?pfad=geschichte">Geschichte</a></li>
|
|
||||||
<li><a href="index.php?pfad=erdkunde">Erdkunde</a></li>
|
|
||||||
<li><a href="index.php?pfad=sozialkunde">Sozialkunde</a></li>
|
|
||||||
<li><a href="index.php?pfad=wirtschaft">Wirtschaftskunde</a></li>
|
|
||||||
<li><a href="index.php?pfad=religion">Religion</a></li>
|
|
||||||
<li><a href="index.php?pfad=ethik">Ethikunterricht</a></li>
|
|
||||||
<li><a href="index.php?pfad=philosophie">Philosophie</a></li>
|
|
||||||
<li><a href="index.php?pfad=psychologie">Psychologie</a></li>
|
|
||||||
<li><a href="index.php?pfad=kunst">Kunst</a></li>
|
|
||||||
<li><a href="index.php?pfad=musik">Musik</a></li>
|
|
||||||
<li><a href="index.php?pfad=theater">Theater</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<label class="nav__mobile-label">Technik & Praxis</label>
|
|
||||||
<ul class="nav__mobile-submenu">
|
|
||||||
<li><a href="index.php?pfad=technik">Technik</a></li>
|
|
||||||
<li><a href="index.php?pfad=werken">Werken</a></li>
|
|
||||||
<li><a href="index.php?pfad=hauswirtschaft">Hauswirtschaft</a></li>
|
|
||||||
<li><a href="index.php?pfad=sport">Sport</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<!-- normale Navbar (Desktop) -->
|
|
||||||
<div class="nav__center">
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">Sprachen</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="index.php?pfad=deutsch">Deutsch</a>
|
|
||||||
<a href="index.php?pfad=englisch">Englisch</a>
|
|
||||||
<a href="index.php?pfad=franzoesisch">Französisch</a>
|
|
||||||
<a href="index.php?pfad=latein">Latein</a>
|
|
||||||
<a href="index.php?pfad=literatur">Literatur</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">MINT</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="index.php?pfad=mathe">Mathematik</a>
|
|
||||||
<a href="index.php?pfad=biologie">Biologie</a>
|
|
||||||
<a href="index.php?pfad=chemie">Chemie</a>
|
|
||||||
<a href="index.php?pfad=physik">Physik</a>
|
|
||||||
<a href="index.php?pfad=informatik">Informatik</a>
|
|
||||||
<a href="index.php?pfad=astronomie">Astronomie</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">Gesellschaft & Werte</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="index.php?pfad=geschichte">Geschichte</a>
|
|
||||||
<a href="index.php?pfad=erdkunde">Erdkunde</a>
|
|
||||||
<a href="index.php?pfad=sozialkunde">Sozialkunde</a>
|
|
||||||
<a href="index.php?pfad=wirtschaft">Wirtschaftskunde</a>
|
|
||||||
<a href="index.php?pfad=religion">Religion</a>
|
|
||||||
<a href="index.php?pfad=ethik">Ethikunterricht</a>
|
|
||||||
<a href="index.php?pfad=philosophie">Philosophie</a>
|
|
||||||
<a href="index.php?pfad=psychologie">Psychologie</a>
|
|
||||||
<a href="index.php?pfad=kunst">Kunst</a>
|
|
||||||
<a href="index.php?pfad=musik">Musik</a>
|
|
||||||
<a href="index.php?pfad=theater">Theater</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">Technik & Praxis</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="index.php?pfad=technik">Technik</a>
|
|
||||||
<a href="index.php?pfad=werken">Werken</a>
|
|
||||||
<a href="index.php?pfad=hauswirtschaft">Hauswirtschaft</a>
|
|
||||||
<a href="index.php?pfad=sport">Sport</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="nav__right">
|
|
||||||
<a href="index.php?pfad=profile" class="nav_item nav__link">Profil</a>
|
|
||||||
<div class="nav__search">
|
|
||||||
<?php
|
|
||||||
include_once 'search.php';
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
<a href="index.php?pfad=login" class="nav__item nav__button">Anmelden</a>
|
|
||||||
<a href="index.php?pfad=register" class="nav__item nav__button">Registrieren</a>
|
|
||||||
<a href="index.php?pfad=createArticle" class="nav__item nav__button">Beitrag erstellen</a>
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
+2
-3
@@ -1,6 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Suchleiste. Wird via PHP später in alle Seiten eingebunden
|
Suchleiste. Wird via PHP später in alle Seiten eingebunden
|
||||||
-->
|
-->
|
||||||
<!--<label for="site-search">Suche</label>-->
|
<input type="search" id="site-search" name="q" placeholder="Suchen...">
|
||||||
<input type="search" id="site-search" name="q" placeholder="Suchen..." class="nav__search">
|
<button type="submit">Suchen</button>
|
||||||
<button type="submit" class="nav__search-button">Suchen</button>
|
|
||||||
@@ -1,15 +1,6 @@
|
|||||||
|
|
||||||
<?php
|
|
||||||
session_start();
|
|
||||||
if (!isset($abs_path)) {
|
|
||||||
require_once "path.php";
|
|
||||||
}
|
|
||||||
require_once $abs_path . "/php/controller/index-controller.php";
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Seite: Index der Lernplattform
|
Seite: Hompage der Lernplattform
|
||||||
Funktion: Webseitengerüst, Anzeigen von Content
|
Funktion: Webseitengerüst, Anzeigen von Beiträgen, Suchfunktion etc.
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
@@ -18,35 +9,24 @@ require_once $abs_path . "/php/controller/index-controller.php";
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="description" content="EduForge">
|
<meta name="description" content="EduForge">
|
||||||
<meta name="author" content="Niklas Ortmann">
|
<meta name="author" content="Niklas Ortmann">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<link rel="stylesheet" href="css/main.css" />
|
||||||
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="css/main.css">
|
|
||||||
<link rel="stylesheet" href="css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="css/footer.css">
|
|
||||||
<link rel="stylesheet" href="css/search-results.css">
|
|
||||||
<link rel="stylesheet" href="css/createArticle.css">
|
|
||||||
<link rel="stylesheet" href="css/profile.css">
|
|
||||||
<link rel="stylesheet" href="css/showArticle.css">
|
|
||||||
<link rel="stylesheet" href="css/message.css">
|
|
||||||
<title>EduForge</title>
|
<title>EduForge</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include_once 'includes/navbar.php';
|
include_once 'includes/navbar.php';
|
||||||
//Dynamischer Inhalt:
|
//Dynamischer Inhalt (später mit php...):
|
||||||
if (isset($_GET["pfad"])) {
|
include_once 'content/home.php';
|
||||||
if (file_exists($abs_path . '/content/' . $_GET["pfad"] . '.php')) {
|
?>
|
||||||
include_once $abs_path . '/content/' . $_GET["pfad"] . '.php';
|
|
||||||
} else {
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
include_once $abs_path . '/content/404.php';
|
<a href="legal/impressum.php">Impressum</a>
|
||||||
}
|
<a href="legal/datenschutz.php">Datenschutz</a>
|
||||||
} else {
|
<a href="legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
include_once $abs_path . '/content/home.php';
|
</footer>
|
||||||
}
|
|
||||||
include_once $abs_path . '/includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Datenschutzerklärung
|
||||||
|
Inhalt: Informationen zur Datenverarbeitung gemäß DSGVO
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Datenschutz</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||||
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
||||||
|
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
||||||
|
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||||
|
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
||||||
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="impressum.php">Impressum</a>
|
||||||
|
<a href="datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Impressum
|
||||||
|
Inhalt: wer wie was auf der Webseite
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Impressum</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||||
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
||||||
|
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
||||||
|
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||||
|
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
||||||
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="impressum.php">Impressum</a>
|
||||||
|
<a href="datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Nutzungsbedingungen
|
||||||
|
Inhalt: Regelungen für die Nutzung der Plattform (AGBs und so...)
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Nutzungsbedingungen</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||||
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
||||||
|
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
|
||||||
|
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||||
|
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
||||||
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="impressum.php">Impressum</a>
|
||||||
|
<a href="datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
<?php
|
|
||||||
// mit $_SERVER['DOCUMENT_ROOT'] später umbauen?
|
|
||||||
$abs_path = __DIR__;
|
|
||||||
?>
|
|
||||||
@@ -1,86 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
require_once '../model/LocalArticleManager.php';
|
|
||||||
require_once '../model/ArticleManager.php';
|
|
||||||
require_once '../validator/article-validator.php';
|
|
||||||
|
|
||||||
if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
|
||||||
$_SESSION["old_title"] = $_POST["title"] ?? '';
|
|
||||||
$_SESSION["old_content"] = $_POST["content"] ?? '';
|
|
||||||
$_SESSION["old_category"] = $_POST["category"] ?? '';
|
|
||||||
$_SESSION["old_tags"] = $_POST["tags"] ?? '';
|
|
||||||
|
|
||||||
if(!isset($_POST["title"]) ||!isset($_POST["content"]) || !isset($_POST["category"])){
|
|
||||||
$_SESSION["message"] = "missing_parameters";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
} else {
|
|
||||||
$title = $_POST["title"];
|
|
||||||
$content = $_POST["content"];
|
|
||||||
$author = "max.mustermann"; // TODO: später aus Session den angemeldeten Nutzer beziehen.
|
|
||||||
$category = $_POST["category"];
|
|
||||||
$tags = $_POST['tags'] ?? '';
|
|
||||||
|
|
||||||
// -------------------------------- Validierung der Daten: -------------------------
|
|
||||||
if (!articleAuthorValidator($author)) {
|
|
||||||
$_SESSION["message"] = "author_not_valid";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleTitleValidator($title)) {
|
|
||||||
$_SESSION["message"] = "invalid_title";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleContentValidator($content)) {
|
|
||||||
$_SESSION["message"] = "invalid_content";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleCategoryValidator($category)) {
|
|
||||||
$_SESSION["message"] = "invalid_category";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleTagValidator($tags)) {
|
|
||||||
$_SESSION["message"] = "invalid_tags";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
} else {
|
|
||||||
$cleanedTags = [];
|
|
||||||
$rawTags = explode(',', $tags);
|
|
||||||
foreach ($rawTags as $rawTag) {
|
|
||||||
// Leerzeichen am Anfang/Ende des einzelnen Tags entfernen:
|
|
||||||
$tag = trim($rawTag);
|
|
||||||
$cleanedTags[] = $tag;
|
|
||||||
}
|
|
||||||
// Duplikate entfernen:
|
|
||||||
$cleanedTags = array_unique($cleanedTags);
|
|
||||||
$cleanedTags = implode(',', $cleanedTags);
|
|
||||||
}
|
|
||||||
// ----------------- Übertragung der validierten Daten in ArticleManager: ---------------------------
|
|
||||||
try {
|
|
||||||
$articleManager = ArticleManager::getInstance();
|
|
||||||
$articleManager->addArticle($title, $content, $author, $category, $cleanedTags);
|
|
||||||
|
|
||||||
// Formulardaten nach erfolgreichem Erstellen aus der Session löschen
|
|
||||||
unset($_SESSION["old_title"], $_SESSION["old_content"], $_SESSION["old_category"], $_SESSION["old_tags"]);
|
|
||||||
|
|
||||||
} catch (Exception $e){
|
|
||||||
$_SESSION["message"] = "internal_error";
|
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
$_SESSION["message"] = "new_article";
|
|
||||||
// Weiterleitung zur Homepage
|
|
||||||
header("location: ../../index.php");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
require_once 'php/model/Article.php';
|
|
||||||
require_once 'php/model/ArticleManager.php';
|
|
||||||
require_once 'php/model/LocalArticleManager.php';
|
|
||||||
|
|
||||||
try {
|
|
||||||
$articleManager = ArticleManager::getInstance();
|
|
||||||
// Beziehen der Dummy-Beiträge aus dem ArticleManager:
|
|
||||||
$dummy1 = $articleManager->getArticle(1);
|
|
||||||
$dummy2 = $articleManager->getArticle(2);
|
|
||||||
$dummy3 = $articleManager->getArticle(3);
|
|
||||||
} catch (Exception $e){
|
|
||||||
$_SESSION["message"] = "internal_error";
|
|
||||||
echo "Fehler aufgetreten: " . $e->getMessage();
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
<?php
|
|
||||||
/*
|
|
||||||
* Controller für die Liste der eigenen Beiträge eines Nutzers auf der eigenen Profilseite
|
|
||||||
*/
|
|
||||||
|
|
||||||
session_start();
|
|
||||||
require_once 'php/model/Article.php';
|
|
||||||
require_once 'php/model/ArticleManager.php';
|
|
||||||
|
|
||||||
try {
|
|
||||||
$author = "max.mustermann"; // TODO: später Nutzer aus der Session beziehen.
|
|
||||||
$articleManager = ArticleManager::getInstance();
|
|
||||||
$userArticles = $articleManager->getArticlesByAuthor($author);
|
|
||||||
if(!isset($userArticles)) {
|
|
||||||
$_SESSION["message"] = "user_has_no_articles";
|
|
||||||
}
|
|
||||||
} catch (Exception $e) {
|
|
||||||
$_SESSION["message"] = "internal_error";
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
require_once '../model/LocalArticleManager.php';
|
|
||||||
require_once '../model/ArticleManager.php';
|
|
||||||
|
|
||||||
if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
|
||||||
if(!isset($_POST["search"])){
|
|
||||||
$_SESSION["message"] = "missing_parameters";
|
|
||||||
header("location: ../../index.php?pfad=search-results");
|
|
||||||
} else {
|
|
||||||
|
|
||||||
$search = $_POST["search"];
|
|
||||||
|
|
||||||
try {
|
|
||||||
$articleManager = ArticleManager::getInstance();
|
|
||||||
$articleManager->search($search); // TODO: Methode implementieren.
|
|
||||||
} catch (Exception $e){
|
|
||||||
$_SESSION["message"] = "internal_error";
|
|
||||||
}
|
|
||||||
$_SESSION["message"] = "new_search_results";
|
|
||||||
// TODO: Liste mit Artikeln in der Suchreihenfolge übertragen.
|
|
||||||
// Weiterleitung zur Suchergebnisanzeige
|
|
||||||
header("location: ../../index.php?pfad=search-results");
|
|
||||||
exit();
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
require_once 'php/model/Article.php';
|
|
||||||
require_once 'php/model/ArticleManager.php';
|
|
||||||
|
|
||||||
if (isset($_GET["id"]) && !empty($_GET["id"])){
|
|
||||||
try {
|
|
||||||
$id = $_GET["id"];
|
|
||||||
$articleManager = ArticleManager::getInstance();
|
|
||||||
$article = $articleManager->getArticle($id);
|
|
||||||
if($article != null){
|
|
||||||
$title = $article->getTitle();
|
|
||||||
$content = $article->getContent();
|
|
||||||
$category = $article->getCategory();
|
|
||||||
$author = $article->getAuthor();
|
|
||||||
$tags = $article->getTags();
|
|
||||||
}else{
|
|
||||||
//header("location: index.php?pfad=404");
|
|
||||||
include_once "content/404.php";
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
} catch (Exception $e){
|
|
||||||
$_SESSION["message"] = "internal_error";
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
}else{
|
|
||||||
$_SESSION["message"] = "missing_id";
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
require_once '../model/LocalArticleManager.php';
|
|
||||||
require_once '../model/ArticleManager.php';
|
|
||||||
require_once '../model/Article.php';
|
|
||||||
require_once '../validator/article-validator.php';
|
|
||||||
|
|
||||||
if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
|
||||||
$_SESSION["old_title"] = $_POST["title"] ?? '';
|
|
||||||
$_SESSION["old_content"] = $_POST["content"] ?? '';
|
|
||||||
$_SESSION["old_category"] = $_POST["category"] ?? '';
|
|
||||||
$_SESSION["old_tags"] = $_POST["tags"] ?? '';
|
|
||||||
|
|
||||||
if (isset($_GET["id"]) && !empty($_GET["id"])) {
|
|
||||||
$id = $_GET["id"];
|
|
||||||
} else {
|
|
||||||
$_SESSION["message"] = "missing_id";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!isset($_POST["title"]) ||!isset($_POST["content"]) || !isset($_POST["category"])){
|
|
||||||
$_SESSION["message"] = "missing_parameters";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}else{
|
|
||||||
$title = $_POST["title"];
|
|
||||||
$content = $_POST["content"];
|
|
||||||
$author = "max.mustermann"; // TODO: später aus Session den angemeldeten Nutzer beziehen.
|
|
||||||
$category = $_POST["category"];
|
|
||||||
$tags = $_POST['tags'] ?? '';
|
|
||||||
|
|
||||||
// -------------------------------- Validierung der Daten: -------------------------
|
|
||||||
if (!articleAuthorValidator($author)) {
|
|
||||||
$_SESSION["message"] = "author_not_valid";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleTitleValidator($title)) {
|
|
||||||
$_SESSION["message"] = "invalid_title";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleContentValidator($content)) {
|
|
||||||
$_SESSION["message"] = "invalid_content";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleCategoryValidator($category)) {
|
|
||||||
$_SESSION["message"] = "invalid_category";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!articleTagValidator($tags)) {
|
|
||||||
$_SESSION["message"] = "invalid_tags";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
} else {
|
|
||||||
$cleanedTags = [];
|
|
||||||
$rawTags = explode(',', $tags);
|
|
||||||
foreach ($rawTags as $rawTag) {
|
|
||||||
// Leerzeichen am Anfang/Ende des einzelnen Tags entfernen:
|
|
||||||
$tag = trim($rawTag);
|
|
||||||
$cleanedTags[] = $tag;
|
|
||||||
}
|
|
||||||
// Duplikate entfernen:
|
|
||||||
$cleanedTags = array_unique($cleanedTags);
|
|
||||||
$cleanedTags = implode(',', $cleanedTags);
|
|
||||||
}
|
|
||||||
|
|
||||||
// ----------------- Übertragung der validierten Daten in ArticleManager: ---------------------------
|
|
||||||
try {
|
|
||||||
$articleManager = ArticleManager::getInstance();
|
|
||||||
$article = $articleManager->getArticle($id);
|
|
||||||
$article->setTitle($title);
|
|
||||||
$article->setContent($content);
|
|
||||||
$article->setCategory($category);
|
|
||||||
$article->setTags($cleanedTags);
|
|
||||||
$articleManager->updateArticle($id ,$article, $author);
|
|
||||||
} catch (Exception $e){
|
|
||||||
$_SESSION["message"] = "internal_error";
|
|
||||||
header("location: ../../index.php?pfad=updateArticle");
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
$_SESSION["message"] = "article_updated";
|
|
||||||
// Weiterleitung zur Homepage
|
|
||||||
header("location: ../../index.php?pfad=showArticle&id=$id");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Klasse: Artikel
|
|
||||||
* Diese Klasse stellt alle Daten eines Beitrags (Beitrag) bereit
|
|
||||||
*
|
|
||||||
* @author Niklas Ortmann
|
|
||||||
*/
|
|
||||||
class Article
|
|
||||||
{
|
|
||||||
private $id;
|
|
||||||
private $title;
|
|
||||||
private $content;
|
|
||||||
private $author;
|
|
||||||
private $creationDate;
|
|
||||||
private $category;
|
|
||||||
private $tags;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Konstruktor
|
|
||||||
*
|
|
||||||
* @param $id integer ID des Beitrages
|
|
||||||
* @param $title string Titel des Beitrags
|
|
||||||
* @param $content string Inhalt des Beitrags
|
|
||||||
* @param $author string der Autor des des Beitrages NID
|
|
||||||
* @param $category string Kategorie des Beitrages
|
|
||||||
* @param $tags string optionale Schlagworte für eine bessere Suche
|
|
||||||
* @param $creationDate string Datum der Beitragserstellung
|
|
||||||
*/
|
|
||||||
public function __construct(int $id, string $title, string $content, string $author, string $category, string $tags, string $creationDate)
|
|
||||||
{
|
|
||||||
$this->id = $id;
|
|
||||||
$this->title = $title;
|
|
||||||
$this->content = $content;
|
|
||||||
$this->author = $author;
|
|
||||||
$this->creationDate = $creationDate;
|
|
||||||
$this->category = $category;
|
|
||||||
$this->tags = $tags;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt die ID eines Beitrags zurück.
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getId(): int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt den Titel eines Beitrags zurück.
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getTitle(): string
|
|
||||||
{
|
|
||||||
return $this->title;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Setzt den Titel eines Beitrags
|
|
||||||
* @param $title
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setTitle($title)
|
|
||||||
{
|
|
||||||
$this->title = $title;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt den Content eines Beitrags zurück.
|
|
||||||
* TODO: Content muss noch definiert werden.
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getContent(): string
|
|
||||||
{
|
|
||||||
return $this->content;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Setzt den Content eines Beitrags.
|
|
||||||
* TODO: Content muss noch definiert werden.
|
|
||||||
* @param $content
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setContent($content)
|
|
||||||
{
|
|
||||||
$this->content = $content;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt den Autor eines Beitrags zurück.
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getAuthor(): string
|
|
||||||
{
|
|
||||||
return $this->author;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt das Veröffentlichungsdatum des Beitrags zurück.
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getCreationDate(): string
|
|
||||||
{
|
|
||||||
return $this->creationDate;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt die Kategorie eines Beitrags zurück.
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getCategory(): string
|
|
||||||
{
|
|
||||||
return $this->category;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Setzt die Kategorie eines Beitrags.
|
|
||||||
* @param string $category
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setCategory(string $category)
|
|
||||||
{
|
|
||||||
$this->category = $category;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt die Schlagworte eines Beitrags zurück.
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getTags(): string
|
|
||||||
{
|
|
||||||
return $this->tags;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Setzt die Schlagworte eines Beitrags.
|
|
||||||
* @param string $tags
|
|
||||||
*/
|
|
||||||
public function setTags(string $tags)
|
|
||||||
{
|
|
||||||
$this->tags = $tags;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
<?php
|
|
||||||
require_once 'LocalArticleManager.php';
|
|
||||||
require_once 'Article.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Die Klasse beinhaltet alle Methoden für die Operation mit den Artikel-Daten.
|
|
||||||
*
|
|
||||||
* @author Niklas Ortmann
|
|
||||||
*/
|
|
||||||
class ArticleManager extends LocalArticleManager
|
|
||||||
{
|
|
||||||
public static function getInstance()
|
|
||||||
{
|
|
||||||
$articleManager = LocalArticleManager::getInstance(); // TODO: später durch DataBaseArticleManager ersetzen.
|
|
||||||
|
|
||||||
// Erstellen von Dummy-Beiträgen:
|
|
||||||
if($articleManager->getArticle(1) == null ){
|
|
||||||
$articleManager->addArticle(
|
|
||||||
"Satz des Pythagoras",
|
|
||||||
"Der Satz des Pythagoras wurde von dem griechischen Philosophen Pythagoras von Samos formuliert und im dritten Jahrhundert vor Christus veröffentlicht. In der beigefügten Abbildung sehen wir ein rechtwinkliges Dreieck...",
|
|
||||||
"max.mustermann",
|
|
||||||
"Mathe",
|
|
||||||
"Dreiecke, Dreiecksseiten berechnen"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if($articleManager->getArticle(2) == null ){
|
|
||||||
$articleManager->addArticle(
|
|
||||||
"Tunneleffekt",
|
|
||||||
"Der Tunneleffekt ist ein quantenmechanisches Phänomen, bei dem Teilchen...",
|
|
||||||
"max.mustermann",
|
|
||||||
"Physik",
|
|
||||||
"Quantenphysik, Energie"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if($articleManager->getArticle(3) == null ){
|
|
||||||
$articleManager->addArticle(
|
|
||||||
"Datenschutz vs Datensicherheit",
|
|
||||||
"Datenschutz ist in unserer digital vernetzten Welt allgegenwärtig...",
|
|
||||||
"max.mustermann",
|
|
||||||
"Informatik",
|
|
||||||
"Daten, DSGVO"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
return $articleManager;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,71 +0,0 @@
|
|||||||
<?php
|
|
||||||
require_once "Article.php";
|
|
||||||
/**
|
|
||||||
* Die Klasse beinhaltet alle Methoden für die Operation mit den Artikel-Daten.
|
|
||||||
*
|
|
||||||
* @author Niklas Ortmann
|
|
||||||
*/
|
|
||||||
interface ArticleManagerDAO
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Ein angemeldeter Nutzer erstellt einen neuen Beitrag.
|
|
||||||
* @param $title string Titel des Beitrags
|
|
||||||
* @param $content string Inhalt des Beitrags
|
|
||||||
* @param $author string der Autor des des Beitrages NID
|
|
||||||
* @param $category string Kategorie des Beitrages
|
|
||||||
* @param $tags string optionale Schlagworte für eine bessere Suche
|
|
||||||
*
|
|
||||||
* Mögliche Exceptions:
|
|
||||||
* TODO Fehlerbeschreibung hinzufügen & tags hinzufügen
|
|
||||||
*/
|
|
||||||
public function addArticle($title, $content, $author, $category, $tags);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ändert den gespeicherten Beitrag eines übergebenen Beitrags und eines Autors.
|
|
||||||
* Es wird geprüft, ob der zu änderne Beitrag existiert und ob der übergebene Autor der Autor des originalen
|
|
||||||
* Beitrages ist.
|
|
||||||
* @param $id
|
|
||||||
* @param $article
|
|
||||||
* @param $author
|
|
||||||
* @return void
|
|
||||||
*
|
|
||||||
* TODO: Fehlerbeschreibung hinzufügen
|
|
||||||
*/
|
|
||||||
public function updateArticle($id, $article, $author);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Löscht einen Beitrag aus übergebener ID.
|
|
||||||
* @param $id
|
|
||||||
* @return void
|
|
||||||
*
|
|
||||||
* TODO: Fehlerbeschreibung hinzufügen
|
|
||||||
*/
|
|
||||||
public function deleteArticle($id);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Beitrag aufrufen.
|
|
||||||
* $id ID des Beitrags
|
|
||||||
*
|
|
||||||
* @return Article
|
|
||||||
* Mögliche Exceptions:
|
|
||||||
* TODO Fehlerbeschreibung hinzufügen
|
|
||||||
*/
|
|
||||||
public function getArticle($id);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Alle Beiträge aufrufen.
|
|
||||||
*
|
|
||||||
* Mögliche Exceptions:
|
|
||||||
* TODO Fehlerbeschreibung hinzufügen
|
|
||||||
*/
|
|
||||||
public function getAllArticles();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt alle Beiträge eines Nutzer mit einer gegebenen ID aus.
|
|
||||||
* @param $author
|
|
||||||
* @return Article[]
|
|
||||||
*/
|
|
||||||
public function getArticlesByAuthor($author);
|
|
||||||
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,172 +0,0 @@
|
|||||||
<?php
|
|
||||||
require_once 'ArticleManagerDAO.php';
|
|
||||||
require_once 'Article.php';
|
|
||||||
/**
|
|
||||||
* Klasse: Eine lokale Lösung des ArticleManagerDAO.
|
|
||||||
* Schreibt zunächst Daten lokal in das Verzeichnis und kann diese wieder auslesen.
|
|
||||||
*
|
|
||||||
* @author Niklas Ortmann
|
|
||||||
*/
|
|
||||||
class LocalArticleManager implements ArticleManagerDAO {
|
|
||||||
|
|
||||||
private $file;
|
|
||||||
private static $instance = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Konstruktor
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
$this->file = __DIR__ . '/../../data/articles.json';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gibt die LocalArticleManager-Instanz zurück.
|
|
||||||
* @return LocalArticleManager
|
|
||||||
*/
|
|
||||||
public static function getInstance()
|
|
||||||
{
|
|
||||||
if (self::$instance == null) {
|
|
||||||
self::$instance = new LocalArticleManager();
|
|
||||||
}
|
|
||||||
return self::$instance;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Speichert alle Artikel/Beiträge in der Datei.
|
|
||||||
* @param $articles
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function saveArticle($articles)
|
|
||||||
{
|
|
||||||
file_put_contents(
|
|
||||||
$this->file,
|
|
||||||
json_encode($articles, JSON_PRETTY_PRINT)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addArticle($title, $content, $author, $category, $tags)
|
|
||||||
{
|
|
||||||
$articles = $this->getAllArticles();
|
|
||||||
|
|
||||||
$articles[] = [
|
|
||||||
"id" => count($articles)+1,
|
|
||||||
"title" => $title,
|
|
||||||
"content" => $content,
|
|
||||||
"author" => $author,
|
|
||||||
"category" => $category,
|
|
||||||
"tags" => $tags,
|
|
||||||
"creationDate" => date("Y-m-d H:i:s")
|
|
||||||
];
|
|
||||||
|
|
||||||
$this->saveArticle($articles);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function updateArticle($id, $article, $author)
|
|
||||||
{
|
|
||||||
if (empty($article)) {
|
|
||||||
// TODO: Implement Exception.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Berechtigungsprüfung:
|
|
||||||
if ($article->getAuthor() !== $author) {
|
|
||||||
// TODO: Implement Exception.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Beitrag aktualisieren:
|
|
||||||
$articles = $this->getAllArticles();
|
|
||||||
$updated = false;
|
|
||||||
|
|
||||||
foreach ($articles as $index => $storedArticle) {
|
|
||||||
if (isset($storedArticle['id']) && $storedArticle['id'] == $id) {
|
|
||||||
$articles[$index] = [
|
|
||||||
"id" => $id,
|
|
||||||
"title" => $article->getTitle(),
|
|
||||||
"content" => $article->getContent(),
|
|
||||||
"author" => $author,
|
|
||||||
"category" => $article->getCategory(),
|
|
||||||
"tags" => $article->getTags(),
|
|
||||||
"creationDate" => $article->getCreationDate()
|
|
||||||
];
|
|
||||||
$updated = true;
|
|
||||||
break;
|
|
||||||
}else{
|
|
||||||
// TODO: Implement Exception.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Nur speichern, wenn Beitrag geändert wurde:
|
|
||||||
if ($updated) {
|
|
||||||
$this->saveArticle($articles);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function deleteArticle($id)
|
|
||||||
{
|
|
||||||
$articles = $this->getAllArticles();
|
|
||||||
$articleFound = false;
|
|
||||||
|
|
||||||
foreach ($articles as $index => $article) {
|
|
||||||
if (isset($article['id']) && $article['id'] == $id) {
|
|
||||||
unset($articles[$index]);
|
|
||||||
$articleFound = true;
|
|
||||||
break; // Schleife abbrechen, da die ID eindeutig ist
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($articleFound) {
|
|
||||||
// array_values stellt sicher, dass die Array-Keys wieder fortlaufend bei 0 beginnen
|
|
||||||
$this->saveArticle(array_values($articles));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getArticle($id)
|
|
||||||
{
|
|
||||||
$articles = $this->getAllArticles();
|
|
||||||
|
|
||||||
foreach ($articles as $article) {
|
|
||||||
if (isset($article['id']) && $article['id'] == $id) {
|
|
||||||
return new Article(intval($article['id']), $article['title'], $article['content'], $article['author'], $article['category'], $article['tags'], $article['creationDate']);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAllArticles(): array
|
|
||||||
{
|
|
||||||
if (!file_exists($this->file)) {
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
$json = file_get_contents($this->file);
|
|
||||||
$articles = json_decode($json, true);
|
|
||||||
|
|
||||||
return is_array($articles) ? $articles : [];
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getArticlesByAuthor($author)
|
|
||||||
{
|
|
||||||
$articles = $this->getAllArticles();
|
|
||||||
$filteredArticles = [];
|
|
||||||
|
|
||||||
foreach ($articles as $article) {
|
|
||||||
if (isset($article['author']) && $article['author'] == $author) {
|
|
||||||
$filteredArticles[] = new Article(
|
|
||||||
intval($article['id']),
|
|
||||||
$article['title'],
|
|
||||||
$article['content'],
|
|
||||||
$article['author'],
|
|
||||||
$article['category'],
|
|
||||||
$article['tags'],
|
|
||||||
$article['creationDate']
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return $filteredArticles;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Prüft, ob der Autor auch der Eigentümer des Beitrags ist.
|
|
||||||
* @param $author
|
|
||||||
* @return true
|
|
||||||
* TODO: Implement this.
|
|
||||||
*/
|
|
||||||
function articleAuthorValidator($author)
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prüft, ob der Titel die folgenden Bedingungen erfüllt:
|
|
||||||
* Buchstaben von a-z; A-Z
|
|
||||||
* Zahlen von 0-9
|
|
||||||
* Umlaute äöüÄÖÜß
|
|
||||||
* Satzeichen .,!?:;()"„“«»_+-
|
|
||||||
* 5-120 Zeichen
|
|
||||||
* @param $title
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
function articleTitleValidator($title)
|
|
||||||
{
|
|
||||||
$title = trim($title);
|
|
||||||
$titlePattern = '/^[a-zA-Z0-9äöüÄÖÜß\s.,!?:;()\'"„“«»_+-]{5,120}$/u';
|
|
||||||
if (preg_match($titlePattern, $title)) {
|
|
||||||
return true;
|
|
||||||
} else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prüft, ob der Contenttext 10-7000 Zeichen enthält.
|
|
||||||
* @param $content
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
function articleContentValidator($content)
|
|
||||||
{
|
|
||||||
$content = trim($content);
|
|
||||||
$zeichenAnzahl = mb_strlen($content);
|
|
||||||
if ($zeichenAnzahl <= 7000 && $zeichenAnzahl >= 10) {
|
|
||||||
return true;
|
|
||||||
}else{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prüft, ob die Kategorie eine erlaubt Kategorie ist.
|
|
||||||
* @param $category
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
function articleCategoryValidator($category)
|
|
||||||
{
|
|
||||||
$allowedCategories = [
|
|
||||||
'deutsch', 'englisch', 'franzoesisch', 'latein', 'literatur',
|
|
||||||
'mathe', 'biologie', 'chemie', 'physik', 'informatik', 'astronomie',
|
|
||||||
'geschichte', 'erdkunde', 'sozialkunde', 'wirtschaft', 'religion',
|
|
||||||
'ethik', 'philosophie', 'psychologie', 'kunst', 'musik', 'theater',
|
|
||||||
'technik', 'werken', 'hauswirtschaft', 'sport'
|
|
||||||
];
|
|
||||||
if (in_array($category, $allowedCategories, true)) {
|
|
||||||
return true;
|
|
||||||
} else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prüft, ob die Tags die folgenden Bedingungen erfüllen:
|
|
||||||
* Buchstaben von a-z; A-Z
|
|
||||||
* Zahlen von 0-9
|
|
||||||
* Umlaute äöüÄÖÜß
|
|
||||||
* Satzeichen -
|
|
||||||
* 2-50 Zeichen
|
|
||||||
* @param $tags
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
function articleTagValidator($tags)
|
|
||||||
{
|
|
||||||
if (!isset($tags)) {
|
|
||||||
$tags = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
$rawTags = explode(',', $tags);
|
|
||||||
|
|
||||||
foreach ($rawTags as $rawTag) {
|
|
||||||
// Leerzeichen am Anfang/Ende des einzelnen Tags entfernen:
|
|
||||||
$tag = trim($rawTag);
|
|
||||||
|
|
||||||
// leere Elemente überspringen:
|
|
||||||
if ($tag === '') {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Tag mit Regex prüfen:
|
|
||||||
$tagPattern = '/^[a-zA-Z0-9äöüÄÖÜß\s-]{2,50}$/u';
|
|
||||||
if (!preg_match($tagPattern, $tag)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
<!--
|
|
||||||
Artikel: Satz des Pythagoras
|
|
||||||
Funktion: Inhalt zum Fach Mathe
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="css/main.css">
|
|
||||||
<link rel="stylesheet" href="css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="css/footer.css">
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
?>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Satz des Pythagoras</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Der Satz des Pythagoras wurde von dem griechischen Philosophen Pythagoras von Samos formuliert und im
|
|
||||||
dritten Jahrhundert vor Christus veröffentlicht.
|
|
||||||
</p>
|
|
||||||
<figure>
|
|
||||||
<img src="https://cdn8.picryl.com/photo/2016/05/14/pythagoras-e9560b-1024.jpg" alt="Trulli" style="width:10%">
|
|
||||||
<figcaption><a href="https://cdn8.picryl.com/photo/2016/05/14/pythagoras-e9560b-1024.jpg">Quelle</a></figcaption>
|
|
||||||
</figure>
|
|
||||||
<p>
|
|
||||||
In der beigefügten Abbildung sehen wir ein rechtwinkliges Dreieck, dessen drei Seiten die Längen a, b und c
|
|
||||||
besitzen. Auf jeder Seite ist ein Quadrat konstruiert. Das Quadrat auf der Seite a hat die Fläche a2, das
|
|
||||||
Quadrat auf der Seite b hat die Fläche b2 und das Quadrat auf der Seite c hat die Fläche c2. Der Satz des
|
|
||||||
Pythagoras besagt, dass die Summe der Flächen der beiden kleineren Quadrate gleich der Fläche des größten
|
|
||||||
Quadrats ist. Das bedeutet, dass a^2+b^2=c^2 (Satz des Pythagoras).
|
|
||||||
</p>
|
|
||||||
<a href="docs/Uebungsaufgaben_Pythagoras.pdf">Lernzettel-Download</a>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
<!--
|
|
||||||
Artikel: Tunneleffekt
|
|
||||||
Funktion: Inhalt zum Fach Physik
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="css/main.css">
|
|
||||||
<link rel="stylesheet" href="css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="css/footer.css">
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
?>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Tunneleffekt</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Der Tunneleffekt ist ein quantenmechanisches Phänomen, bei dem Teilchen – vor allem Elektronen – eine
|
|
||||||
Energiebarriere überwinden können, obwohl sie nach den Regeln der klassischen Physik nicht genügend Energie
|
|
||||||
dafür besitzen. In der klassischen Vorstellung müsste ein Elektron entweder genügend Energie haben, um über
|
|
||||||
eine Barriere zu „springen“, oder es würde vollständig zurückgeworfen. In der Quantenphysik wird ein Elektron
|
|
||||||
jedoch nicht als punktförmiges Teilchen beschrieben, sondern als Wellenfunktion, die sich räumlich ausdehnt.
|
|
||||||
Dadurch besteht eine endliche Wahrscheinlichkeit, dass sich das Elektron auf der anderen Seite einer Barriere
|
|
||||||
befindet (Griffiths & Schroeter, 2018).
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
+56
@@ -0,0 +1,56 @@
|
|||||||
|
<?php
|
||||||
|
// Webhook: erfasst einen push auf dem dev (und aktualisiert das Webverzeichnis des Servers)
|
||||||
|
// Quelle: https://docs.gitea.com/usage/webhooks
|
||||||
|
ini_set('error_log', __DIR__ . '/tmp.log');
|
||||||
|
$secret_key = '763489347';
|
||||||
|
|
||||||
|
// check for POST request
|
||||||
|
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
|
||||||
|
error_log('FAILED - not POST - '. $_SERVER['REQUEST_METHOD']);
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
// get content type
|
||||||
|
$content_type = isset($_SERVER['CONTENT_TYPE']) ? strtolower(trim($_SERVER['CONTENT_TYPE'])) : '';
|
||||||
|
|
||||||
|
if ($content_type != 'application/json') {
|
||||||
|
error_log('FAILED - not application/json - '. $content_type);
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
// get payload
|
||||||
|
$payload = trim(file_get_contents("php://input"));
|
||||||
|
|
||||||
|
if (empty($payload)) {
|
||||||
|
error_log('FAILED - no payload');
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
// get header signature
|
||||||
|
$header_signature = isset($_SERVER['HTTP_X_GITEA_SIGNATURE']) ? $_SERVER['HTTP_X_GITEA_SIGNATURE'] : '';
|
||||||
|
|
||||||
|
if (empty($header_signature)) {
|
||||||
|
error_log('FAILED - header signature missing');
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
// calculate payload signature
|
||||||
|
$payload_signature = hash_hmac('sha256', $payload, $secret_key, false);
|
||||||
|
|
||||||
|
// check payload signature against header signature
|
||||||
|
if ($header_signature !== $payload_signature) {
|
||||||
|
error_log('FAILED - payload signature');
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
// convert json to array
|
||||||
|
$decoded = json_decode($payload, true);
|
||||||
|
|
||||||
|
// check for json decode errors
|
||||||
|
if (json_last_error() !== JSON_ERROR_NONE) {
|
||||||
|
error_log('FAILED - json decode - '. json_last_error());
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
// success, do something
|
||||||
|
error_log('SUCCESS - Webhook hat funktioniert');
|
||||||
Reference in New Issue
Block a user