Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{define "body_content"}}
|
||||
<div class="notification is-danger">
|
||||
<strong>Diese Seite existiert nicht</strong>
|
||||
</div>
|
||||
{{end}}
|
||||
@@ -0,0 +1,9 @@
|
||||
{{define "body_content"}}
|
||||
<p class="title is-4">Kontakt</p>
|
||||
<p>nbit Informatik GmbH<br />
|
||||
Kirchweg 2<br />
|
||||
3510 Konolfingen<br />
|
||||
<br />
|
||||
+41 31 792 00 40<br />
|
||||
<a href='mailto:i%6Efo@%6Ebit.%63h'>info@nbit.ch</a>
|
||||
{{end}}
|
||||
@@ -0,0 +1,28 @@
|
||||
{{define "header_additions"}}
|
||||
{{end}}
|
||||
{{define "body_content"}}
|
||||
<p class="title is-4">Die etwas andere Bienenstockwaage...</p>
|
||||
<article class="message is-danger">
|
||||
<div class="message-body">
|
||||
Aktuell noch in Entwicklung, kommen Sie später noch einmal vorbei...
|
||||
</div>
|
||||
</article>
|
||||
{{ if ne .UserName "" }}
|
||||
<p>
|
||||
<strong>Ich will weitere bestellen!</strong>
|
||||
<span class="icon"><i class="fa fa-arrow-right"></i></span>
|
||||
Hier geht's zum <a href="/order.html">Bestellformular</a>
|
||||
</p>
|
||||
{{ else }}
|
||||
<p>
|
||||
<strong>Ich will auch eine!</strong>
|
||||
<span class="icon"><i class="fa fa-arrow-right"></i></span>
|
||||
Hier geht's zum <a href="/order.html">Bestellformular</a>
|
||||
</p>
|
||||
<p> </p>
|
||||
<p>
|
||||
<strong>Ich habe bereits eine (oder mehrere)</strong>
|
||||
<span class="icon"><i class="fa fa-arrow-right"></i></span>
|
||||
Hier geht's zum <a href="/login.html">Login</a>
|
||||
{{end}}
|
||||
{{end}}
|
||||
@@ -0,0 +1,5 @@
|
||||
{{define "body_content"}}
|
||||
<div class="notification is-danger">
|
||||
<strong>Ungültiges Login!</strong>
|
||||
</div>
|
||||
{{end}}
|
||||
@@ -0,0 +1,46 @@
|
||||
{{define "body_content"}}
|
||||
{{ if ne .UserName "" }}
|
||||
Sie sind bereits eingeloggt!
|
||||
{{ else }}
|
||||
<form class="form-signin" id="login-form" action="/login">
|
||||
<div class="column is-auto">
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-4">
|
||||
<h1 class="title">Login</h1>
|
||||
<div class="field">
|
||||
<p class="control has-icons-left has-icons-right">
|
||||
<input id="email" name="email" class="input is-success is-focused" type="text" placeholder="Email">
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</span>
|
||||
<span class="icon is-small is-right">
|
||||
<i class="fa fa-check"></i>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="field">
|
||||
<p class="control has-icons-left has-icons-right">
|
||||
<input id="password" name="password" class="input" type="password" placeholder="Password">
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fa fa-lock"></i>
|
||||
</span>
|
||||
<span class="icon is-small is-right">
|
||||
<i class="fa fa-check"></i>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="has-text-centered">
|
||||
<a href="/reset_password.html">Passwort vergessen?</a><br/>
|
||||
</div>
|
||||
<br>
|
||||
<div id="errorbox" class="notification is-danger is-size-7-mobile" style="display: none;">
|
||||
</div>
|
||||
<div class="has-text-centered">
|
||||
<input id="login-button" name="login-button" type="submit" class="form-button button is-primary is-centered" value="Anmelden"></input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{{end}}
|
||||
{{end}}
|
||||
@@ -0,0 +1,8 @@
|
||||
{{define "body_content"}}
|
||||
<p class="title is-4">Bestellformular</p>
|
||||
<article class="message is-danger">
|
||||
<div class="message-body">
|
||||
Aktuell noch in Entwicklung, kommen Sie später noch einmal vorbei...
|
||||
</div>
|
||||
</article>
|
||||
{{end}}
|
||||
@@ -0,0 +1,46 @@
|
||||
{{define "body_content"}}
|
||||
{{ if ne .UserName "" }}
|
||||
Sie sind bereits eingeloggt!
|
||||
{{ else }}
|
||||
<p class="title is-4">Passwort zurücksetzen</p>
|
||||
<div class="notification is-info">
|
||||
<p>Hier können Sie ein neues Passwort setzen. Sie erhalten anschliessend eine Meldung zur Bestätigung zugesendet. Das neue Passwort wird erst gültig, wenn Sie die Bestätigung durchgeführt haben.</p>
|
||||
</div>
|
||||
<form class="form-signin" id="reset-password-form" action="/reset_password">
|
||||
<div class="column is-auto">
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-4">
|
||||
<div class="field">
|
||||
<p class="control has-icons-left has-icons-right">
|
||||
<input id="email" name="email" class="input is-success is-focused" type="text" placeholder="Email">
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</span>
|
||||
<span class="icon is-small is-right">
|
||||
<i class="fa fa-check"></i>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="field">
|
||||
<p class="control has-icons-left has-icons-right">
|
||||
<input id="password" name="password" class="input" type="password" placeholder="Password">
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fa fa-lock"></i>
|
||||
</span>
|
||||
<span class="icon is-small is-right">
|
||||
<i class="fa fa-check"></i>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<br>
|
||||
<div id="errorbox" class="notification is-danger is-size-7-mobile" style="display: none;">
|
||||
</div>
|
||||
<div class="has-text-centered">
|
||||
<input id="login-button" name="login-button" type="submit" class="form-button button is-primary is-centered" value="Passwort zurücksetzen"></input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{{end}}
|
||||
{{end}}
|
||||
@@ -0,0 +1,7 @@
|
||||
{{define "body_content"}}
|
||||
{{ if ne .UserName "" }}
|
||||
<p>Datenauswertung</p>
|
||||
{{ else }}
|
||||
<h4>Bitte zuerst <a href="login.html">einloggen</a></h4>
|
||||
{{end}}
|
||||
{{end}}
|
||||
@@ -0,0 +1,5 @@
|
||||
{{define "body_content"}}
|
||||
<div class="notification is-danger">
|
||||
<strong>Benutzer existiert nicht!</strong>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user