2024-03-22 14:54:28 +11:00
|
|
|
% layout 'default', title => 'Sme server 2 - Bug report 2';
|
|
|
|
|
|
|
|
% content_for 'module' => begin
|
|
|
|
|
|
|
|
<div id='module' class='module bugreport2-panel'>
|
|
|
|
|
2025-01-22 11:53:21 +00:00
|
|
|
% if (config->{debug} == 1) {
|
2024-03-22 14:54:28 +11:00
|
|
|
<p>
|
|
|
|
(DBG)route: <%= $c->current_route %><br>
|
|
|
|
(DBG)trt: <%= $bugr_datas->{trt} %><br>
|
|
|
|
</p>
|
|
|
|
% }
|
|
|
|
|
|
|
|
<h1><%= $title %></h1>
|
|
|
|
|
|
|
|
<br><%= $modul %><br>
|
|
|
|
|
|
|
|
<% my $btn = l('bugr_Download this report'); %>
|
|
|
|
|
|
|
|
%= form_for 'bugreportD' => (method => 'POST') => begin
|
2025-03-07 15:41:55 +00:00
|
|
|
%= submit_button "$btn", class => 'action'
|
|
|
|
%= hidden_field 'trt' => $bugr_datas->{trt}
|
|
|
|
% end
|
|
|
|
|
|
|
|
% my $out = "================== <br />";
|
|
|
|
% $out .= "Boot anaysis image (right click and save image to download)<br />";
|
|
|
|
% $out .= "================== <br />";
|
|
|
|
% $out .= "<img src='images/boot.svg' alt='boot timing image' width=95% >";
|
|
|
|
|
|
|
|
<br><%= $c->render_to_string(inline=>$out) %><br>
|
2024-03-22 14:54:28 +11:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2024-12-15 10:15:38 +00:00
|
|
|
%end
|