initial commit of file from CVS for smeserver-manager on Fri Mar 22 14:54:28 AEDT 2024
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
% layout 'default', title => 'Sme server 2 - Initial';
|
||||
|
||||
% content_for 'module' => begin
|
||||
|
||||
% if ($config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
</p>
|
||||
% }
|
||||
|
||||
<div id='central' class='central initial-panel'>
|
||||
|
||||
% if ( stash 'error' ) {
|
||||
<br><div class=sme-error>
|
||||
%= $c->render_to_string(inline => stash 'error')
|
||||
</div>
|
||||
%}
|
||||
|
||||
<h3>
|
||||
%= $title
|
||||
</h3>
|
||||
<br>
|
||||
<p>
|
||||
%= $modul
|
||||
</p>
|
||||
</div>
|
||||
|
||||
% end
|
Reference in New Issue
Block a user