From 1489c096b805f34cd96c18c21ec649c52ef021b9 Mon Sep 17 00:00:00 2001 From: astaf Date: Thu, 20 Jun 2013 20:42:13 +0200 Subject: Stand Produktion --- images/Altstadtfest_titel.jpg | Bin 72292 -> 0 bytes index-test.php | 15 --------------- protected/components/Format.php | 3 ++- protected/config/main.php | 14 +++++++------- protected/views/veranstaltung/view.php | 6 +++--- 5 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 images/Altstadtfest_titel.jpg delete mode 100644 index-test.php diff --git a/images/Altstadtfest_titel.jpg b/images/Altstadtfest_titel.jpg deleted file mode 100644 index d95f819..0000000 Binary files a/images/Altstadtfest_titel.jpg and /dev/null differ diff --git a/index-test.php b/index-test.php deleted file mode 100644 index e017aae..0000000 --- a/index-test.php +++ /dev/null @@ -1,15 +0,0 @@ -run(); diff --git a/protected/components/Format.php b/protected/components/Format.php index 1be259f..8a80768 100644 --- a/protected/components/Format.php +++ b/protected/components/Format.php @@ -1,6 +1,7 @@ locale->numberFormatter->formatCurrency($value, $currency); } @@ -32,4 +33,4 @@ class Format { } return null; } -} \ No newline at end of file +} diff --git a/protected/config/main.php b/protected/config/main.php index f880b8a..1ee938c 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -7,7 +7,7 @@ // CWebApplication properties can be configured here. return array( 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', - 'name'=>'Waiblinger Altstadtfest 2012', + 'name'=>'Waiblinger Altstadtfest 2013', 'theme' => 'astaf', 'sourceLanguage' => 'en', 'language' =>'de', @@ -70,10 +70,10 @@ return array( // uncomment the following to use a MySQL database 'db'=>array( - 'connectionString' => 'mysql:host=localhost;dbname=astaf', + 'connectionString' => 'mysql:host=database;dbname=astaf_2012', 'emulatePrepare' => true, - 'username' => 'root', - 'password' => '', + 'username' => 'astaf', + 'password' => 'AsTaF4', 'charset' => 'utf8', 'tablePrefix' => 'tbl_' ), @@ -108,9 +108,9 @@ return array( 'pos_long'=>9.31750059128, 'map_api_key'=>'ABQIAAAAzwMJRVnIOel5nqTjdUcPrRTSNOUR83EeIVShY4aBvXxHJx0DexSUFNGH3KQhtFhfSNHxkECqL5rQBA', 'map_api_domain'=>'www.astaf.de', - 'start_date'=>'01.07.2012', - 'end_date'=>'03.07.2012', + 'start_date'=>'28.06.2013', + 'end_date'=>'30.06.2013', 'start_time'=>'19:00', 'end_time'=>'23:00', ), -); \ No newline at end of file +); diff --git a/protected/views/veranstaltung/view.php b/protected/views/veranstaltung/view.php index 2547f4f..72c826e 100644 --- a/protected/views/veranstaltung/view.php +++ b/protected/views/veranstaltung/view.php @@ -13,12 +13,12 @@ $this->menu=array( ?>

titel; ?>

-

von dateFormatter->format('EEEE hh:mm',$model->startzeit)." Uhr"?> bis dateFormatter->format('EEEE hh:mm',$model->endzeit)." Uhr"?> +

von dateFormatter->format('EEEE HH:mm',$model->startzeit)." Uhr"?> bis dateFormatter->format('EEEE HH:mm',$model->endzeit)." Uhr"?> auf der Bühne standort->name,array("standort/view","id"=>$model->standort_id))?>

beschreibung; ?>

-

Veranstalter ist der Verein verein->name,array("verein/view","id"=>$model->verein_id))?>

verein->kontaktdaten?>
\ No newline at end of file +

Veranstalter ist der Verein verein->name,array("verein/view","id"=>$model->verein_id))?>

verein->kontaktdaten?>
-- cgit v1.0-28-g1787