dynamic ref

Dynamische Pfade
This commit is contained in:
2026-04-20 22:41:06 +02:00
parent d7f464cc1a
commit 4968fbf230
12 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
</div> </div>
<button type="submit" value="anmelden" name="loginSubmit" style="width: 80%;">anmelden</button><br> <button type="submit" value="anmelden" name="loginSubmit" style="width: 80%;">anmelden</button><br>
<div style="width: 70%; text-align: center"> <div style="width: 70%; text-align: center">
<a href="index.html?pfad=auth/register" style="text-align: center;"> Noch keinen Account? Jetzt hier registrieren! </a> <a href="" style="text-align: center;"> Noch keinen Account? Jetzt hier registrieren! </a>
</div> </div>
</div> </div>
+1 -2
View File
@@ -16,8 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
?> ?>
<main> <main>
+1 -2
View File
@@ -16,8 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
?> ?>
<main> <main>
+1 -2
View File
@@ -16,8 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
?> ?>
<main> <main>
+3 -6
View File
@@ -2,10 +2,6 @@
Seite: Informatik Seite: Informatik
Inhalt: Eine Übersicht über alle Beiträge zum Fach Inhalt: Eine Übersicht über alle Beiträge zum Fach
--> -->
<!--
Seite: Mathe
Inhalt: Eine Übersicht über alle Beiträge zum Fach
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
@@ -20,7 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
@@ -35,8 +31,9 @@
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no 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. sea takimata sanctus est Lorem ipsum dolor sit amet.
</p> </p>
<h2>Artikel:</h2>
<div> <div>
<a href="articles/pythagoras.php">Datenschutz vs. Datensicherheit</a> <a href="../content/articles/pythagoras.php">Datenschutz vs. Datensicherheit</a>
</div> </div>
</main> </main>
+2 -2
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
@@ -34,7 +34,7 @@
<h2>Artikel:</h2> <h2>Artikel:</h2>
<div> <div>
<a href="articles/pythagoras.php">Satz des Pythagoras</a> <a href="../content/articles/pythagoras.php">Satz des Pythagoras</a>
</div> </div>
</main> </main>
+2 -2
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
@@ -34,7 +34,7 @@
<h2>Artikel:</h2> <h2>Artikel:</h2>
<div> <div>
<a href="articles/tunneleffekt.php">Der Tunneleffekt</a> <a href="../content/articles/tunneleffekt.php">Der Tunneleffekt</a>
</div> </div>
</main> </main>
+1 -1
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
+1 -1
View File
@@ -13,7 +13,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a> <a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
| |
<?php <?php
include_once 'includes/search.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/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
+1 -1
View File
@@ -17,7 +17,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
+1 -1
View File
@@ -17,7 +17,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
+1 -1
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once 'includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>