From 5246e97e93cea9366a3be882c99be284e3a00e30 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 4 Apr 2017 01:58:41 +0200 Subject: [PATCH] initial commit --- autoload.inc | 2 +- js/saimod_webcraft_contact.js | 22 +++++++++++++++++ saimod_webcraft_contact.php | 15 +++++++++++ sql/DATA_SAIMOD_WEBCRAFT_CONTACT.php | 8 ++++++ sql/autoload.inc | 3 +++ sql/mysql/system_page.sql | 1 + tpl/saimod_webcraft_contact.tpl | 37 ++++++++++++++++++++++++++++ 7 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 js/saimod_webcraft_contact.js create mode 100644 saimod_webcraft_contact.php create mode 100644 sql/DATA_SAIMOD_WEBCRAFT_CONTACT.php create mode 100644 sql/autoload.inc create mode 100644 sql/mysql/system_page.sql create mode 100644 tpl/saimod_webcraft_contact.tpl diff --git a/autoload.inc b/autoload.inc index 48e9498..6ed40d9 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,4 +1,4 @@ \SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_PROJECT)); + return \SYSTEM\PAGE\replace::replaceFile((new PSAI('saimod_webcraft_contact/tpl/saimod_webcraft_contact.tpl'))->SERVERPATH(),$vars); + } + + public static function html_li_menu(){return '
  •   Contact
  • ';} + public static function right_public(){return false;} + public static function right_right(){return true;} + public static function js(){ + return array( \LIB\lib_jqbootstrapvalidation::js(), + new PSAI('saimod_webcraft_contact/js/saimod_webcraft_contact.js'));} + public static function css(){return array();} +} \ No newline at end of file diff --git a/sql/DATA_SAIMOD_WEBCRAFT_CONTACT.php b/sql/DATA_SAIMOD_WEBCRAFT_CONTACT.php new file mode 100644 index 0000000..d2e8eae --- /dev/null +++ b/sql/DATA_SAIMOD_WEBCRAFT_CONTACT.php @@ -0,0 +1,8 @@ +SERVERPATH()); + } +} \ No newline at end of file diff --git a/sql/autoload.inc b/sql/autoload.inc new file mode 100644 index 0000000..722e13c --- /dev/null +++ b/sql/autoload.inc @@ -0,0 +1,3 @@ +Kontakt +
    +Nehmen Sie mit Webcraft Media Kontakt auf. +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +
    +
    +(Sie können uns auch eine EMail schreiben - an service@webcraft-media.de - oder anrufen unter 0157/84841600) \ No newline at end of file