From 2b68290b3f087477b1054ed7df1ed775a8c6c915 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 14 Mar 2009 01:57:45 +0000 Subject: [PATCH] Templates moved from core to add directory --- .gitattributes | 3 ++ .../templates/de/code/emergency_exit.ctp | 29 +++++++++++++++++++ .../install/templates/de/code/footer_msg.ctp | 8 +++++ .../install/templates/de/code/footer_nav.ctp | 0 .../install/templates/de/code/home.ctp | 16 ++++++++++ .../templates/de/code/install_main.ctp | 8 +++-- package.sh | 2 +- 7 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 application/install/templates/de/code/emergency_exit.ctp create mode 100644 application/install/templates/de/code/footer_msg.ctp create mode 100644 application/install/templates/de/code/footer_nav.ctp diff --git a/.gitattributes b/.gitattributes index a294cfe..798f8c8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -30,7 +30,10 @@ application/install/main/filter/install/.htaccess -text application/install/starter.php -text application/install/templates/.htaccess -text application/install/templates/de/.htaccess -text +application/install/templates/de/code/emergency_exit.ctp -text application/install/templates/de/code/footer.ctp -text +application/install/templates/de/code/footer_msg.ctp -text +application/install/templates/de/code/footer_nav.ctp -text application/install/templates/de/code/header.ctp -text application/install/templates/de/code/home.ctp -text application/install/templates/de/code/install_main.ctp -text diff --git a/application/install/templates/de/code/emergency_exit.ctp b/application/install/templates/de/code/emergency_exit.ctp new file mode 100644 index 0000000..e974daf --- /dev/null +++ b/application/install/templates/de/code/emergency_exit.ctp @@ -0,0 +1,29 @@ +{?header:title="Problem in application framework detected!"?} + +
+ $content[message] +
+ +
+
+ File inclusion backtrace: +
+
+ $content[backtrace] +
+
+ +
+
+ Statistics +
+
+ Total objects: $content[total_objects] +
+
+ Loaded class files: $content[total_includes] + (Including exception and interfaces.) +
+
+ +{?footer_msg:footer_msg="Please contact the support and supply the full above message, if you think you are not qualified to fix this problem."?} diff --git a/application/install/templates/de/code/footer_msg.ctp b/application/install/templates/de/code/footer_msg.ctp new file mode 100644 index 0000000..fb1de36 --- /dev/null +++ b/application/install/templates/de/code/footer_msg.ctp @@ -0,0 +1,8 @@ + + + + + + diff --git a/application/install/templates/de/code/footer_nav.ctp b/application/install/templates/de/code/footer_nav.ctp new file mode 100644 index 0000000..e69de29 diff --git a/application/install/templates/de/code/home.ctp b/application/install/templates/de/code/home.ctp index 259d49f..4f88892 100644 --- a/application/install/templates/de/code/home.ctp +++ b/application/install/templates/de/code/home.ctp @@ -1,3 +1,19 @@
Willkommen zum Installationsassistenten Version {?app_version?}
+ +
+
+ Herzlichen Dank, dass Sie sich für unsere frei erhältliche + Software entschieden haben. Das Entwicklerteam möchte sich bei Ihnen + für Ihre Wahl an dieser Stelle bedanken und hofft, dass Sie mit + unserer Software zufrieden sind und es bleiben. +
+ +
+ Dieser Installationsassistent wird Sie schrittweise durch die + Installation des Frameworks führen und Ihnen dabei alle Schritte + ausführlich erleutern. Programmierkenntnisse sind hierzu nicht + nötig! +
+
diff --git a/application/install/templates/de/code/install_main.ctp b/application/install/templates/de/code/install_main.ctp index 82635de..ddf6408 100644 --- a/application/install/templates/de/code/install_main.ctp +++ b/application/install/templates/de/code/install_main.ctp @@ -12,12 +12,16 @@ {?nav_advert?} +
+ {?language_selector?} +
+
{?content?}
-