Bit of login formatting
This commit is contained in:
parent
6cc847b6b1
commit
176171c2c3
@ -13,14 +13,14 @@
|
||||
% if ( stash 'error' ) {
|
||||
<br>
|
||||
<div class="">
|
||||
%= $c->render_to_string(inline => stash 'error')
|
||||
%= $c->render_to_string(inline => stash 'error')
|
||||
</div>
|
||||
% }
|
||||
|
||||
<h3><%= $title %> </h3>
|
||||
<h3><%= $title %> </h3>
|
||||
<!-- <h3>template: initial.html.ep</h3> -->
|
||||
<!-- <H1>Initial AdminLTE</H1> -->
|
||||
|
||||
|
||||
%= $modul
|
||||
|
||||
</div>
|
||||
|
@ -12,16 +12,23 @@
|
||||
% }
|
||||
|
||||
% if ( stash 'error' ) {
|
||||
<br><div class="">
|
||||
%= $c->render_to_string(inline => stash 'error')
|
||||
</div>
|
||||
<br>
|
||||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-sm">
|
||||
<div class="text-danger">
|
||||
<%= $c->render_to_string(inline => stash 'error') %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
% }
|
||||
|
||||
% my $btn = l('use_SIGNIN');
|
||||
% if ( $trt eq 'RESET' ) {
|
||||
<br><div class=""><h2>
|
||||
%= $c->render_to_string(inline => l 'use_DESC_RESET')
|
||||
</h2></div>
|
||||
<br>
|
||||
<div>
|
||||
<h2><%= $c->render_to_string(inline => l 'use_DESC_RESET') %></h2>
|
||||
</div>
|
||||
% $btn = l('use_RESET');
|
||||
% }
|
||||
|
||||
@ -36,9 +43,11 @@
|
||||
</div>
|
||||
<br>
|
||||
<a href="/smanager" class="link-dark text-center link-offset-2 link-opacity-100 link-opacity-50-hover">
|
||||
<h1 class="mb-0"><b>Koozali</b></h1><br><h3>Server Manager</h3>
|
||||
<h1 class="mb-0"><b>Koozali</b></h1>
|
||||
<br>
|
||||
<h3>Server Manager</h3>
|
||||
</a>
|
||||
<br>
|
||||
<br>
|
||||
<h1 class="text-center">
|
||||
%=l 'use_TITLE'
|
||||
</h1>
|
||||
@ -63,8 +72,8 @@
|
||||
<div class="input-group-text"><span class="bi bi-lock-fill"></span></div>
|
||||
</div>
|
||||
|
||||
%= hidden_field 'From' => $c->tx->req->url
|
||||
%= hidden_field 'Trt' => stash 'trt'
|
||||
<%= hidden_field 'From' => $c->tx->req->url %>
|
||||
<%= hidden_field 'Trt' => stash 'trt' %>
|
||||
|
||||
<!--begin::Row-->
|
||||
<div class="row">
|
||||
@ -84,7 +93,10 @@
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
</form>
|
||||
<p class="mb-1"><a href="login2">I forgot my password</a></p>
|
||||
<br>
|
||||
<div class="mb-1 text-center">
|
||||
<a href="login2">I forgot my password</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.login-card-body -->
|
||||
</div>
|
||||
|
@ -8,14 +8,14 @@
|
||||
|
||||
<div class="card-body">
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
<div>
|
||||
<strong>Debug Info:</strong>
|
||||
<pre><%= dumper $c->current_route %></pre>
|
||||
</p>
|
||||
</div>
|
||||
% }
|
||||
|
||||
|
||||
% if (stash 'error') {
|
||||
<div class="">
|
||||
<div>
|
||||
<strong>Error:</strong><br>
|
||||
<%= $c->render_to_string(inline => stash 'error') %>
|
||||
</div>
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
<h1><%= $title %></h1>
|
||||
|
||||
<div class="">
|
||||
<div>
|
||||
<%= $c->render_to_string(inline => stash 'modul') %>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user