first commit
This commit is contained in:
23
xxx/app/templates/main/userinfo.html.ep
Normal file
23
xxx/app/templates/main/userinfo.html.ep
Normal file
@@ -0,0 +1,23 @@
|
||||
% layout 'index';
|
||||
|
||||
<title>*Temp*::Userinfo</title>
|
||||
|
||||
<div class="jumbotron" style="margin-top:5vh;">
|
||||
|
||||
% if ( defined $msg ) {
|
||||
<h2>
|
||||
% if ( $msg =~ /Fehler|Sorry/ ) {
|
||||
<span class="text-danger">
|
||||
% } else {
|
||||
<span class="text-info">
|
||||
% }
|
||||
<%= $msg %></span></h2>
|
||||
% }
|
||||
|
||||
% if ( defined $sess->{privs} ) {
|
||||
% foreach my $s ( @{$sess->{privs} } ) {
|
||||
<p> Gruppe: <%= $s %></p>
|
||||
% }
|
||||
% }
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user