current state as framework

This commit is contained in:
coderkun 2013-08-09 02:41:06 +02:00
commit 8cd746750a
56 changed files with 5981 additions and 0 deletions

13
views/error.tpl Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Service Unavailable</title>
</head>
<body>
<p>Die Anwendung steht zur Zeit leider nicht zur Verfügung.</p>
</body>
</html>

1
views/inlineerror.tpl Normal file
View file

@ -0,0 +1 @@
<p>Dieser Teil der Anwendung steht zur Zeit leider nicht zur Verfügung.</p>