dynamic ref
Dynamische Pfade
This commit is contained in:
+1
-1
@@ -22,6 +22,6 @@
|
||||
</div>
|
||||
<button type="submit" value="anmelden" name="loginSubmit" style="width: 80%;">anmelden</button><br>
|
||||
<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>
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt (später mit php...):
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt (später mit php...):
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt (später mit php...):
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
Seite: Informatik
|
||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||
-->
|
||||
<!--
|
||||
Seite: Mathe
|
||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
@@ -20,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<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
|
||||
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||
</p>
|
||||
<h2>Artikel:</h2>
|
||||
<div>
|
||||
<a href="articles/pythagoras.php">Datenschutz vs. Datensicherheit</a>
|
||||
<a href="../content/articles/pythagoras.php">Datenschutz vs. Datensicherheit</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<h2>Artikel:</h2>
|
||||
<div>
|
||||
<a href="articles/pythagoras.php">Satz des Pythagoras</a>
|
||||
<a href="../content/articles/pythagoras.php">Satz des Pythagoras</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<h2>Artikel:</h2>
|
||||
<div>
|
||||
<a href="articles/tunneleffekt.php">Der Tunneleffekt</a>
|
||||
<a href="../content/articles/tunneleffekt.php">Der Tunneleffekt</a>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
|
||||
<?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>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user