comparison app/views/errors/404.html @ 0:e45bf6020b0d draft

add play files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Sep 2012 04:36:47 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e45bf6020b0d
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <title>Not found</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=${_response_encoding}"/>
7 </head>
8 <body>
9 #{if play.mode.name() == 'DEV'}
10 #{404 result /}
11 #{/if}
12 #{else}
13 <h1>Not found</h1>
14 <p>
15 ${result.message}
16 </p>
17 #{/else}
18 </body>
19 </html>