mail_fixes #1

Merged
ldr merged 2 commits from mail_fixes into master 2025-01-22 00:19:52 +01:00
3 changed files with 10 additions and 10 deletions
Showing only changes of commit e5afc0671a - Show all commits

Updated links

Daniel Mäckelmann 2025-01-21 23:57:23 +01:00
Signed by: dam
GPG key ID: 0683B8FCC71E90A4

View file

@ -23,10 +23,10 @@ $lang = $_GET['lang'];
<header class="header">
<nav class="header-inner">
<div class="header-top">
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite">
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/">
<img src="logo.svg">
</a>
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/kummerkasten/">
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/kummerkasten/">
<h1 id="title"><?php echo $title; ?></h1>
</a>
</div>
@ -37,8 +37,8 @@ $lang = $_GET['lang'];
<?php echo str_replace("{support_mail}", "<a href=\"mailto:technik@fs-infmath.uni-kiel.de\">technik@fs-infmath.uni-kiel.de</a>", $about); ?>
</span>
</p>
<p><a href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite" id="go_back"
<p><a href="https://www.fs-informatik.uni-kiel.de/" id="go_back"
class="link-button"><?php echo $go_back; ?></a></p>
</body>
</html>
</html>

View file

@ -51,7 +51,7 @@ if (isset($_POST["submit"])) {
<a class="header-element" href="https://fs-informatik.uni-kiel.de/">
<img src="logo.svg">
</a>
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/kummerkasten/">
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/kummerkasten/">
<h1 id="title"><?php echo $title; ?></h1>
</a>
</div>
@ -66,7 +66,7 @@ if (isset($_POST["submit"])) {
<button class="btn btn-primary" type="submit" name="submit"><?php echo $send_button; ?></button>
</form>
<p>
<a href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite" id="go_back"
<a href="https://www.fs-informatik.uni-kiel.de/" id="go_back"
class="link-button"><?php echo $go_back; ?></a>
</p>
</body>

View file

@ -23,18 +23,18 @@ $lang = $_GET['lang'];
<header class="header">
<nav class="header-inner">
<div class="header-top">
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite">
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/">
<img src="logo.svg">
</a>
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/kummerkasten/">
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/kummerkasten/">
<h1 id="title"><?php echo $title; ?></h1>
</a>
</div>
</nav>
</header>
<p id="about" class="infobox success"><?php echo $about; ?></p>
<p><a href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite" id="go_back"
<p><a href="https://www.fs-informatik.uni-kiel.de/" id="go_back"
class="link-button"><?php echo $go_back; ?></a></p>
</body>
</html>
</html>