get-kurs
This commit is contained in:
@ -4,11 +4,10 @@
|
||||
<title> {{headermessage}} 👀</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
||||
|
||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="1c02dacf-6952-4560-a303-0c25f432c48d"></script>
|
||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="459fa66e-e255-4393-8e89-ead8b1572d0d"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="temp.png">
|
||||
<body>
|
||||
<div class="cs">
|
||||
<h1>{{message}}</h1>
|
||||
|
||||
@ -1,20 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title> {{headermessage}} 👀</title>
|
||||
<title> Log In 👀</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
||||
|
||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="1c02dacf-6952-4560-a303-0c25f432c48d"></script>
|
||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="459fa66e-e255-4393-8e89-ead8b1572d0d"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="temp.png">
|
||||
<body>
|
||||
<div class="cs">
|
||||
<form method="post" action={{ url_for ("login_post") }}>
|
||||
<label for="email" >Dualis-Email</label>
|
||||
<form method="post" action={{ url_for ("login_post", next=request.args.get("next")) }}>
|
||||
<label for="email" >Dualis-Email: </label>
|
||||
<input class="input" type="email" name="email" placeholder="Email-Adresse" autofocus="">
|
||||
<label for="password">Dualis-Passwort</label>
|
||||
<label for="password">Dualis-Passwort:</label>
|
||||
<input class="input" type="password" name="password" placeholder="Passwort">
|
||||
<button class="button">Login</button>
|
||||
</form>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title> {{headermessage}} 👀</title>
|
||||
<title> RAPLA importieren 👀</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="1c02dacf-6952-4560-a303-0c25f432c48d"></script>
|
||||
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="459fa66e-e255-4393-8e89-ead8b1572d0d"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Verfügbare Raplas </h1>
|
||||
@ -23,7 +23,7 @@
|
||||
<h1>Eigenen Rapla hinzufügen</h1>
|
||||
<form method="post" action={{ url_for ("getRapla") }}>
|
||||
<label for="url">Rapla-URL eingeben, falls Du deinen Kurs nicht siehst:</label>
|
||||
<input type="text" name="url" id="url">
|
||||
<input type="url" name="url" id="url">
|
||||
<input type="submit" value="Importieren!">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user