Commit 3cec6050 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b247e9f7
......@@ -67,18 +67,18 @@ if(isset($_GET["anmelden"])){
<div class="starter-template">
<h1>Anmeldung</h1>
<?php echo $ErrorBox;?>
<p class="lead">
<div class="lead">
<form role="form">
<div class="form-group">
<label for="email">API-Schlüssel:</label>
<input type="email" class="form-control" id="api-key">
<input type="text" maxlength="10" class="form-control" id="api-key">
</div>
<div class="checkbox">
<label><input type="checkbox"> Länger angemeldet bleiben (via Cookies)</label>
</div>
<button type="submit" class="btn btn-default" name="anmelden">Anmelden</button>
</form>
</p>
</div>
</div>
</div><!-- /.container -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment