|
|
@@ -1,60 +1,58 @@
|
|
|
-<!--<div class="container">-->
|
|
|
- <form>
|
|
|
- <div class="form-group row">
|
|
|
- <label for="inputUsername3" class="col-sm-2 col-form-label">username</label>
|
|
|
- <div class="col-sm-10">
|
|
|
- <input type="text" class="form-control" id="inputUsername3" placeholder="{{ .Username}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group row">
|
|
|
- <label for="inputEmail3" class="col-sm-2 col-form-label">email</label>
|
|
|
- <div class="col-sm-10">
|
|
|
- <input type="email" class="form-control" id="inputEmail3" placeholder="{{ .Email}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group row">
|
|
|
- <label for="inputPassword3" class="col-sm-2 col-form-label">passwort</label>
|
|
|
- <div class="col-sm-10">
|
|
|
- <input type="password" class="form-control" id="inputPassword3" placeholder="passwort (leer lassen um nicht zu ändern)">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <fieldset class="form-group row">
|
|
|
- <legend class="col-form-legend col-sm-2">Radios</legend>
|
|
|
- <div class="col-sm-10">
|
|
|
- <div class="form-check">
|
|
|
- <label class="form-check-label">
|
|
|
- <input class="form-check-input" type="radio" name="gridRadios" id="gridRadios1" value="option1" checked>
|
|
|
- Option one is this and that—be sure to include why it's great
|
|
|
- </label>
|
|
|
+ <form>
|
|
|
+ <div class="form-group row">
|
|
|
+ <label for="inputUsername3" class="col-sm-2 col-form-label">username</label>
|
|
|
+ <div class="col-sm-10">
|
|
|
+ <input type="text" class="form-control" id="inputUsername3" placeholder="{{ .Username}}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="form-check">
|
|
|
- <label class="form-check-label">
|
|
|
- <input class="form-check-input" type="radio" name="gridRadios" id="gridRadios2" value="option2">
|
|
|
- Option two can be something else and selecting it will deselect option one
|
|
|
- </label>
|
|
|
+ <!--<div class="form-group row">
|
|
|
+ <label for="inputEmail3" class="col-sm-2 col-form-label">email</label>
|
|
|
+ <div class="col-sm-10">
|
|
|
+ <input type="email" class="form-control" id="inputEmail3" placeholder="{{ .Email}}">
|
|
|
+ </div>
|
|
|
+ </div>-->
|
|
|
+ <div class="form-group row">
|
|
|
+ <label for="inputPassword3" class="col-sm-2 col-form-label">passwort</label>
|
|
|
+ <div class="col-sm-10">
|
|
|
+ <input type="password" class="form-control" id="inputPassword3" placeholder="passwort (leer lassen um nicht zu ändern)">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="form-check disabled">
|
|
|
- <label class="form-check-label">
|
|
|
- <input class="form-check-input" type="radio" name="gridRadios" id="gridRadios3" value="option3" disabled>
|
|
|
- Option three is disabled
|
|
|
- </label>
|
|
|
+ <!--<fieldset class="form-group row">
|
|
|
+ <legend class="col-form-legend col-sm-2">Radios</legend>
|
|
|
+ <div class="col-sm-10">
|
|
|
+ <div class="form-check">
|
|
|
+ <label class="form-check-label">
|
|
|
+ <input class="form-check-input" type="radio" name="gridRadios" id="gridRadios1" value="option1" checked>
|
|
|
+ Option one is this and that—be sure to include why it's great
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check">
|
|
|
+ <label class="form-check-label">
|
|
|
+ <input class="form-check-input" type="radio" name="gridRadios" id="gridRadios2" value="option2">
|
|
|
+ Option two can be something else and selecting it will deselect option one
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check disabled">
|
|
|
+ <label class="form-check-label">
|
|
|
+ <input class="form-check-input" type="radio" name="gridRadios" id="gridRadios3" value="option3" disabled>
|
|
|
+ Option three is disabled
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </fieldset>
|
|
|
+ <div class="form-group row">
|
|
|
+ <label class="col-sm-2">Checkbox</label>
|
|
|
+ <div class="col-sm-10">
|
|
|
+ <div class="form-check">
|
|
|
+ <label class="form-check-label">
|
|
|
+ <input class="form-check-input" type="checkbox"> Check me out
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>-->
|
|
|
+ <div class="form-group row">
|
|
|
+ <div class="offset-sm-2 col-sm-10">
|
|
|
+ <button type="submit" class="btn btn-primary">speichern</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </fieldset>
|
|
|
- <div class="form-group row">
|
|
|
- <label class="col-sm-2">Checkbox</label>
|
|
|
- <div class="col-sm-10">
|
|
|
- <div class="form-check">
|
|
|
- <label class="form-check-label">
|
|
|
- <input class="form-check-input" type="checkbox"> Check me out
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group row">
|
|
|
- <div class="offset-sm-2 col-sm-10">
|
|
|
- <button type="submit" class="btn btn-primary">Sign in</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
-<!--</div>-->
|
|
|
+ </form>
|