root/lang/perl/NanoA/trunk/app/system/not_found.mt @ 23715

Revision 23715, 337 bytes (checked in by kazuho, 5 years ago)

add style

Line 
1% my $pi = $app->query->path_info;
2% return $app->render('system/app_list') unless $pi;
3<% $app->header_add(-status => 404); %>
4<%=r $app->render('system/header') %>
5<h2>File Not Found</h2>
6File Not Found.  The list of installed applications can be found: <a href="<%= $app->nanoa_uri %>">here</a>.
7<%=r $app->render('system/footer') %>
Note: See TracBrowser for help on using the browser.