2025-05-14 16:14:01 +01:00
|
|
|
% layout 'default', title => "Sme server 2 - Disk usage";
|
|
|
|
|
|
|
|
% content_for 'module' => begin
|
|
|
|
|
|
|
|
<div id='Phpsysinfo' class='module phpsysinfo-panel'>
|
|
|
|
% if (config->{debug} == 1) {
|
|
|
|
<pre>
|
|
|
|
%= dumper $c->current_route
|
|
|
|
%= dumper $c->stash('phpsysinfo')
|
|
|
|
</pre>
|
|
|
|
% }
|
|
|
|
% if ( stash 'error' ) {
|
|
|
|
<br><div class=sme-error>
|
|
|
|
%= $c->render_to_string(inline => stash 'error')
|
|
|
|
</div>
|
|
|
|
%}
|
|
|
|
|
2025-09-27 10:06:35 +01:00
|
|
|
<%= link_to 'Full Screen' => $c->stash('php_url2'), class => 'button-like', target => '_blank', rel => 'noopener noreferrer' %>
|
2025-05-14 16:14:01 +01:00
|
|
|
|
2025-09-27 10:06:35 +01:00
|
|
|
<h1><%= $c->l('psi_phpsysinfo')%></h1><br>
|
2025-05-14 16:14:01 +01:00
|
|
|
|
2025-09-27 10:06:35 +01:00
|
|
|
%== "<div id=page-wrapper>".$c->stash('phpsysinfo')."</div>";
|
2025-05-14 16:14:01 +01:00
|
|
|
|
|
|
|
%end
|