Merge branch 'frontend' into main

This commit is contained in:
2020-11-14 17:12:33 +01:00
6 changed files with 168 additions and 30 deletions
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Abizeitung 2020/2021 Voting</title>
</head>
<body>
<h1 style="color: red;"> Jeder darf nur einmal abstimmen! </h1>
<a href="http://localhost:8080">Return to Login-Site</a>
<a href="http://abizeitung-voting.ddns.net">Return to Login-Site</a>
</body>
</html>
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Abizeitung 2020/2021 Voting</title>
</head>
<body>
<h1> Überprüfe noch einmal die eingegebene E-Mail Adresse
Sollte der Fall eintreten, dass du deine E-Mail Adresse richtig eingegeben hast und du Schüler der Q2 bist,
schreibe eine Mail an simon.bussmann@adolfinum.de mit dem Betreff LoginFehler</h1>
<a href="http://localhost:8080">Try again</a>
<h1> Überprüfe noch einmal die eingegebene E-Mail Adresse Sollte der Fall eintreten, dass du deine E-Mail Adresse richtig eingegeben hast und du Schüler der Q2 bist, schreibe eine Mail an simon.bussmann@adolfinum.de mit dem Betreff LoginFehler</h1>
<a href="http://abizeitung-voting.ddns.net">Try again</a>
</body>
</html>
+8 -10
View File
@@ -5,20 +5,18 @@
<meta charset="UTF-8">
<title>Abizeitung 2020/2021 Voting</title>
<link th:href="@{/styles/start.css}" rel="stylesheet" />
</head>
<body>
<h2>Gebe deine Adolfinum E-Mail Adresse ein</h2>
<form action="#" th:action="@{/vote}" method="post">
<input type="text" name="name" />
<input type="submit" value="submit" />
</form>
<h2>Admin-Console Passwort</h2>
<form action="#" th:action="@{/dashboard}" method="post">
<input type="text" name="name" />
<input type="password" name="password" />
<input type="submit" value="login" />
<input id="input-1" type="text" placeholder="name.nachname@adolfinum.de" name="name" required autofocus />
<label for="input-1">
<span class="label-text">Adolfinum E-Mail</span>
<div class="signup-button-trigger">Sign Up</div>
</label>
<p class="tip">Press Enter</p>
<div class="signup-button">Abstimmen</div>
</form>
</body>