initial commit of file from CVS for smeserver-durep on Sat Sep 7 20:21:52 AEST 2024
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
% 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
|
Reference in New Issue
Block a user