Cleanup more usr and add host templates

This commit is contained in:
John Crisp
2025-05-14 09:33:36 -04:00
parent 07731ba442
commit e7f8f7b289
14 changed files with 318 additions and 300 deletions

View File

@@ -5,22 +5,23 @@
<div class="card-body">
% if (config->{debug} == 1) {
<p>
<div>
%= dumper $c->current_route
%= dumper $iba_datas
</p>
</div>
% }
% if ( stash 'error' ) {
<br><div class="">
%= $c->render_to_string(inline => stash 'error')
</div>
<br>
<div>
<%= $c->render_to_string(inline => stash 'error') %>
</div>
%}
<h1><%= $title%></h1>
% if ( stash 'modul' ) {
%= $c->render_to_string(inline => stash 'modul' );
%= $c->render_to_string(inline => stash 'modul' );
% }
% if ($iba_datas->{trt} eq 'ADD') {