Sammlung
This commit is contained in:
36
Sammlung/P2/template/passwort.html
Normal file
36
Sammlung/P2/template/passwort.html
Normal file
@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Registrierung
|
||||
</title>
|
||||
<meta charset="UTF-8" />
|
||||
<style type="text/css">
|
||||
@import url("/template/template.css");
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="idSiteHeader" class="clSiteHeader">
|
||||
Passwort
|
||||
</h1>
|
||||
<form id="idForm" class="clContent" action="/bearbeiten_app" method="POST">
|
||||
<h2 id="idContentHeader" class="clContentHeader">
|
||||
Sie müssen zuerst ihr Passwort eingeben:
|
||||
</h2>
|
||||
<div id="idContentArea" class="clContentArea">
|
||||
|
||||
<input type="hidden" value="${inhalt_alle['id']}" id="id_s" name="id_s" />
|
||||
|
||||
<div class="clFormRow">
|
||||
<label for="pw">Passwort</label>
|
||||
<input type="text" value="" id="pw" name="pw" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="idButtonArea" class="clButtonArea">
|
||||
<a href="/index" title="Zurück zur Startseite">Zurück</a>
|
||||
<input type="submit" value="Bestätigen" />
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user