Merge branch 'main' into lang_de
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
<artifactId>Widerhall</artifactId>
|
<artifactId>Widerhall</artifactId>
|
||||||
<version>0.0.12</version>
|
<version>0.0.13</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -12,16 +12,16 @@
|
|||||||
<h1>Widerhall Login</h1>
|
<h1>Widerhall Login</h1>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Login-Daten</legend>
|
<legend>Login credentials</legend>
|
||||||
<label>
|
<label>
|
||||||
<input type="text" name="email" value="«data.email»" id="email" />
|
<input type="text" name="email" value="«data.email»" id="email" />
|
||||||
E-Mail-Adresse
|
Email address
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="password" name="pass" value="" id="password" />
|
<input type="password" name="pass" value="" id="password" />
|
||||||
Passwort
|
Password
|
||||||
</label>
|
</label>
|
||||||
<button type="submit">Einloggen</button>
|
<button type="submit">Login…</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user