Initial commit
This commit is contained in:
commit
f4bfb0e367
71 changed files with 10399 additions and 0 deletions
5
Dam/Components/Templates/Error500.tmpl.html
Normal file
5
Dam/Components/Templates/Error500.tmpl.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="jumbotron hemotron">
|
||||
<h1><TMPL_VAR APP_NAME></h1>
|
||||
<h2><span class="glyphicon glyphicon-eye-close"></span> <TMPL_VAR T_ATTENTION> <TMPL_VAR T_UNEXPECTED_ERROR></h2>
|
||||
<p><TMPL_VAR T_ERROR_DURING_EXECUTION> <TMPL_VAR T_CONTACT_ADMINISTRATOR></p>
|
||||
</div>
|
Reference in a new issue