Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C customization simpleSAMLphp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • m4lab_tv1
  • customization simpleSAMLphp
  • Merge requests
  • !13
An error occurred while fetching the assigned milestone of the selected merge_request.

Testing

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Wolfgang Knopki requested to merge testing into prepare_production 5 years ago
  • Overview 0
  • Commits 20
  • Pipelines 1
  • Changes 3

merge current interface layout

  • Wolfgang Knopki @knopkiwg closed 5 years ago

    closed

  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • prepare_production (base)

and
  • latest version
    3608a544
    20 commits, 5 years ago

3 files
+ 30
- 23

    Preferences

    File browser
    Compare changes
mymodule/them‎es/fancytheme‎
co‎re‎
loginuse‎rpass.php‎ +28 -21
default/‎includes‎
foote‎r.php‎ +1 -1
heade‎r.php‎ +1 -1
mymodule/themes/fancytheme/core/loginuserpass.php
+ 28
- 21
  • View file @ 3608a544

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,7 +7,15 @@ if (strlen($this->data['username']) > 0) {
$this->data['autofocus'] = 'username';
}
$this->includeAtTemplateBase('includes/header.php');
?>
<div>
<div class="container">
<div class="row">
<div class="col-md-12" style="margin-bottom: 40px;"><img class="mx-auto" src="/img/Anmelden.png" width="100%"></div>
</div>
</div>
<?php
if ($this->data['errorcode'] !== null) {
?>
<div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
@@ -40,28 +48,27 @@ if ($this->data['errorcode'] !== null) {
<?php
}
?>
<div class="container">
<br/>
<form action="?" method="post" name="f" class="form-signin">
<img src="/images/demo/m4lab_logo.jpg" class="img-responsive center-block" width="185" height="192"/>
<br/>
<input type="text" id="username" name="username" placeholder="Email" class="form-control"/>
<br/>
<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"
>Login</button>
<input type="hidden" id="processing_trans" value="<?php echo $this->t('{login:processing}'); ?>" />
<?php
foreach ($this->data['stateparams'] as $name => $value) {
echo '<input type="hidden" name="'.htmlspecialchars($name).'" value="'.htmlspecialchars($value).'" />';
}
?>
</form>
<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>
<p align="middle"><a href="https://m4lab.hft-stuttgart.de/account/forgotPwd">Reset Password</a></p>
</div>
<div class="login-clean" style="background-color: rgb(234,234,234);">
<form method="post">
<h2 class="sr-only">Login Form</h2>
<div class="illustration"><img src="/img/M4_LAB_LOGO.png" width="130"></div>
<?php if (strpos($_GET['AuthState'], 'admin') !== false) : ?>
<div class="form-group"><input id="username" class="form-control" type="text" name="username" placeholder="Administrator"></div>
<?php else : ?>
<div class="form-group"><input id="username" class="form-control" type="email" name="username" placeholder="E-Mail-Adresse"></div>
<?php endif; ?>
<div class="form-group"><input id="password" class="form-control" type="password" name="password" placeholder="Passwort"></div><a class="text-right forgot" href="/account/forgotPwd">Passwort vergessen?</a>
<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>
<input type="hidden" id="processing_trans" value="<?php echo $this->t('{login:processing}'); ?>" />
<?php
foreach ($this->data['stateparams'] as $name => $value) {
echo '<input type="hidden" name="'.htmlspecialchars($name).'" value="'.htmlspecialchars($value).'" />';
}
?>
</form>
</div>
</div>
<?php
if (!empty($this->data['links'])) {
echo '<ul class="links" style="margin-top: 2em">';
mymodule/themes/fancytheme/includes/footer.php → mymodule/themes/fancytheme/default/includes/footer.php
+ 1
- 1
  • View file @ 3608a544

  • Edit in single-file editor

  • Open in Web IDE


@@ -14,7 +14,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {
<div id="footer">
<hr />
<img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />
Copyright &copy; 2007-2019 <a href="http://uninett.no/">UNINETT AS</a>
simplesamlphp Copyright &copy; 2007-2019 <a href="http://uninett.no/">UNINETT AS</a>
<br style="clear: right" />
mymodule/themes/fancytheme/includes/header.php → mymodule/themes/fancytheme/default/includes/header.php
+ 1
- 1
  • View file @ 3608a544

  • Edit in single-file editor

  • Open in Web IDE


@@ -48,7 +48,7 @@ header('X-Frame-Options: SAMEORIGIN');
<title>M4_LAB: User Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="/css/custom/login.css"/>
<link rel="stylesheet" type="text/css" href="/css/Login-Form-Clean.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Assignee
Wolfgang Knopki's avatar
Wolfgang Knopki
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: testing

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal