Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 3 years ago
parent
commit
2f31d3bae9
  1. 2
      pom.xml
  2. 8
      static/templates/login.st

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>

8
static/templates/login.st

@ -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>

Loading…
Cancel
Save