You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.9 KiB
80 lines
2.9 KiB
<section class="hero is-light"> |
|
<div class="hero-body is-mobile"> |
|
<div class='columns is-mobile is-centered'> |
|
<div class="column is-one-third"> |
|
<div class="card"> |
|
<div class="card-content"> |
|
|
|
<div class="media"> |
|
<div class="media-left"> |
|
<figure class="image is-96x96"> |
|
<img src="/superx/images/sx_login.png" /> |
|
</figure> |
|
</div> |
|
|
|
<div class="media-content"> |
|
<span class="separator"> </span> |
|
<p class="title is-6">Willkommen bei SuperX.</p> |
|
<p class="subtitle is-7">Bitte melden Sie sich an.</p> |
|
</div> |
|
</div> |
|
|
|
<div class='content'> |
|
<div class="media-content"> |
|
<FORM id="login" ACTION="/superx/servlet/SuperXmlAnmeldung" METHOD="post"> |
|
<div class="field"> |
|
<div class="control"> |
|
<input class="input is-small is-focused" type="text" placeholder="Ihre Kennung" autofocus="" NAME="kennung"/> |
|
</div> |
|
</div> |
|
|
|
<div class="field"> |
|
<div class="control"> |
|
<input class="input is-small" type="password" placeholder="Ihr Passwort" NAME="passwort" /> |
|
</div> |
|
</div> |
|
|
|
|
|
<INPUT TYPE="hidden" NAME="MandantenID" value="<%= MandantenID_Login.toString() %>"> |
|
<input type="hidden" Name="requestedServlet" value="..<%= LinkMandantenID.toString() %>/index.jsp<%= defaultReport.toString() %>"/> |
|
<input type="hidden" Name="alt_redirect_url" value="/superx<%= LinkMandantenID.toString() %>/index.jsp"/> |
|
|
|
<% if(login_param.equals("superx") ) { %> |
|
<input type="hidden" name="login" value="superx" /> |
|
<% } %> |
|
|
|
<button class="button is-small is-link is-outlined is-fullwidth is-hovered"> |
|
<span class="icon is-small">Anmelden   |
|
<img src="/superx/images/login_grey_small.svg" aria-hidden="true" /> |
|
|
|
</span> |
|
</button> |
|
|
|
</FORM> |
|
</div> |
|
</div> |
|
|
|
<!--Beginn Card-Footer--> |
|
<div class="card-footer"> <!--****Links fehlen noch***--> |
|
<!-- |
|
<button class="button is-small is-link is-outlined"><a href="../">Neu bei SuperX?</a></button><span class="separator"> </span> |
|
<button class="button is-small is-link is-outlined"><a href="../">Password vergessen?</a></button><span class="separator"> </span> |
|
<button class="button is-small is-link is-outlined"><a href="../">Hilfe nötig?</a></button> |
|
--> |
|
<button class="button is-small is-link is-outlined"><a href="http://www.superx-projekt.de/doku/kern_modul/benutzer/index.htm">Hilfe nötig?</a></button> |
|
<span class="separator"> </span> |
|
|
|
<button class="button is-small is-link is-outlined"><a href="<%="/superx/edit/kern/show_html_content.jsp?output=IMPRINT&MandantID="+ mandantenid.toString() %>">Impressum</a></button> |
|
|
|
<span class="separator"> </span> |
|
<button class="button is-small is-link is-outlined"><a href="<%="/superx/edit/kern/show_html_content.jsp?output=PRIVACY&MandantID="+ mandantenid.toString() %>">Datenschutz</a></button> |
|
|
|
</div> |
|
<!--Ende Card-Footer--> |
|
|
|
</div> <!--EndeCard-Content--> |
|
</div> <!--EndeCard-Background--> |
|
</div> |
|
</div> <!--Ende Columns--> |
|
</div> <!--Ende Hero-Body--> |
|
</section> <!--Ende Hero-->
|
|
|