25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
% layout 'default', title => 'Sme server 2 - Durep';
|
|
|
|
% content_for 'head_contrib' => begin
|
|
%= stylesheet '/css/durep.css'
|
|
%end
|
|
|
|
% content_for 'module' => begin
|
|
% if ($config->{debug} == 1) {
|
|
<p>
|
|
%= dumper $c->current_route
|
|
</p>
|
|
% }
|
|
|
|
<div id="central" class="module durep-panel">
|
|
% if ( stash 'error' ) {
|
|
<br><div class=sme-error>
|
|
%= $c->render_to_string(inline => stash 'error')
|
|
</div>
|
|
%}
|
|
|
|
%= $c->render_to_string(inline => $modul)
|
|
|
|
</div>
|
|
% end
|