mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
76 lines
3.4 KiB
HTML
76 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Gradido Login Server: Email Verification</title>
|
|
<link rel="stylesheet" type="text/css" href="http://192.168.178.52/css/main.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="layout">
|
|
<div class="center-form-single">
|
|
<div class="center-form-header">
|
|
<a href="http://192.168.178.52/" class="center-logo">
|
|
<picture>
|
|
<source srcset="http://192.168.178.52/img/logo_schrift.webp" type="image/webp">
|
|
<source srcset="http://192.168.178.52/img/logo_schrift.png" type="image/png">
|
|
<img src="http://192.168.178.52/img/logo_schrift.png" alt="logo" />
|
|
</picture>
|
|
</a>
|
|
</div>
|
|
<div class="center-form-container">
|
|
<div class="center-form-selectors">
|
|
<form action="http://192.168.178.52/account/checkEmail" method="GET">
|
|
<button id="flag-germany" name="lang" value="de" title="Deutsch" type="submit" class="flag-btn">
|
|
<span class="flag flag-germany"></span>
|
|
</button>
|
|
<button id="flag-england" name="lang" value="en" title="English" type="submit" class="flag-btn">
|
|
<span class="flag flag-england"></span>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
<div class="center-form-title">
|
|
<h1>E-Mail verifizieren</h1>
|
|
</div>
|
|
<div class="center-form-form">
|
|
<form action="http://192.168.178.52/account/checkEmail" method="GET">
|
|
<label class="form-label" for="email-verification-code">
|
|
Bitte gib deinen E-Mail Verification Code ein:
|
|
</label>
|
|
<input
|
|
class="form-control"
|
|
type="number"
|
|
name="email-verification-code"
|
|
id="email-verification-code"
|
|
placeholder="Email Verification Code">
|
|
<button type="submit" class="center-form-submit form-button">Überprüfe Code</button>
|
|
</form>
|
|
</div>
|
|
<div class="center-form-bottom">
|
|
<div class="signup-link">
|
|
<p class="margin-top-10">
|
|
Funktioniert dein E-Mail Verification Code nicht?<br>
|
|
Schicke uns eine E-Mail und wir kümmern uns darum: <br>
|
|
<b><a href="mailto:webmaster@software-labor.de?subject=Invalid E-Mail Verification Code&body=Hallo Dario,%0D%0A%0D%0Amein E-Mail Verification-Code: 0 funktioniert nicht,%0D%0Akannst du das prüfen?%0D%0A%0D%0AMit freundlichen Grüßen%0D%0A">E-Mail an Support schicken</a></b>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="center-bottom">
|
|
<p>Copyright © Gradido 2020</p>
|
|
</div>
|
|
</div>
|
|
<div class="bottomleft">
|
|
428 micro s
|
|
</div>
|
|
<div class="bottomright">
|
|
<p>Login Server in Entwicklung</p>
|
|
<p>Alpha 0.20.07.10</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|