2024-03-22 14:54:28 +11:00
|
|
|
% layout 'defaultlight', title => 'Sme server 2 - Error D';
|
|
|
|
|
|
|
|
% content_for 'module' => begin
|
|
|
|
|
2025-03-20 12:15:50 +00:00
|
|
|
<div id="central" class="sme-error module">
|
2024-03-22 14:54:28 +11:00
|
|
|
<p><br>dev<br> Oups !!!
|
|
|
|
The page you were requesting
|
|
|
|
"<%= $self->req->url->path || '/' %>"
|
|
|
|
could not be found.
|
|
|
|
<br>dev<br>
|
|
|
|
%= link_to Initial => '/Initial'
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2025-03-19 13:45:03 +00:00
|
|
|
% end
|