2025-04-15 16:30:33 +02:00
|
|
|
% layout 'AdminLTE', title => 'Sme server 2 - Review';
|
2025-03-25 17:40:59 +00:00
|
|
|
|
|
|
|
% content_for 'module' => begin
|
|
|
|
|
2025-04-16 18:09:49 +02:00
|
|
|
|
2025-04-17 17:26:55 +02:00
|
|
|
%#= include 'partials/_panel_card_top'
|
|
|
|
%#= include 'partials/_panel_card_header'
|
2025-04-16 18:09:49 +02:00
|
|
|
|
2025-03-25 17:40:59 +00:00
|
|
|
|
2025-04-17 17:26:55 +02:00
|
|
|
<div>
|
2025-04-16 18:09:49 +02:00
|
|
|
|
2025-04-17 17:26:55 +02:00
|
|
|
<h1> <%= $title %> </h1>
|
|
|
|
<!-- Header text -->
|
|
|
|
%= $modul
|
2025-04-15 16:30:33 +02:00
|
|
|
|
2025-04-17 17:26:55 +02:00
|
|
|
% if (config->{debug} == 1) {
|
2025-04-16 18:09:49 +02:00
|
|
|
<p>
|
2025-04-17 17:26:55 +02:00
|
|
|
%= dumper $c->current_route
|
|
|
|
%= dumper $rvw_datas
|
2025-04-15 16:30:33 +02:00
|
|
|
</p>
|
2025-04-17 17:26:55 +02:00
|
|
|
% }
|
2025-04-15 16:30:33 +02:00
|
|
|
|
2025-04-16 18:09:49 +02:00
|
|
|
<br><br>
|
|
|
|
|
2025-04-17 17:26:55 +02:00
|
|
|
%= include 'partials/_rvw_content'
|
2025-03-25 17:40:59 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2025-04-17 17:26:55 +02:00
|
|
|
%#= include 'partials/_panel_card_footer'
|
|
|
|
%#= include 'partials/_panel_card_bottom'
|
|
|
|
|
2025-03-25 17:40:59 +00:00
|
|
|
% end
|