mymodule/themes/fancytheme
core
loginuserpass.php +31 -21
default/includes
footer.php +1 -1
header.php +1 -1
@@ -7,7 +7,15 @@ if (strlen($this->data['username']) > 0) {
@@ -7,7 +7,15 @@ if (strlen($this->data['username']) > 0) {
@@ -40,28 +48,30 @@ if ($this->data['errorcode'] !== null) {
@@ -40,28 +48,30 @@ if ($this->data['errorcode'] !== null) {
<img src="/images/demo/m4lab_logo.jpg" class="img-responsive center-block" width="185" height="192"/>
<input type="password" placeholder="Password" id="password" name="password" class="form-control"/> <br/>
<button id="submit_button" class="btn btn-outline-dark btn-block" name="Submit" value="Login" type="Submit"
echo '<input type="hidden" name="'.htmlspecialchars($name).'" value="'.htmlspecialchars($value).'" />';
<p align="middle">Need an account?!! <a href="https://m4lab.hft-stuttgart.de/account/registration">Signup</a>. Or go <a href="https://transfer.hft-stuttgart.de/">Home</a>.</p>
<div class="form-group"><button class="btn btn-primary btn-block" type="submit" style="background-color: #8a348b;"><strong>Anmelden</strong></button><a class="btn btn-primary btn-block" type="" style="background-color: rgb(234,234,234);color: rgb(0,0,0);" href="/account/registration"><strong>Neues Benutzerkonto anlegen</strong></a></div>
@@ -14,7 +14,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {
@@ -14,7 +14,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {
<img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />
@@ -48,7 +48,7 @@ header('X-Frame-Options: SAMEORIGIN');
@@ -48,7 +48,7 @@ header('X-Frame-Options: SAMEORIGIN');
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">