From: Roland Häder Date: Sat, 15 Nov 2008 22:06:23 +0000 (+0000) Subject: EOF->EOC in code templates replaced, training form extended X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=fc50e3805a154eca3330aeae911cd6b75c967e9f EOF->EOC in code templates replaced, training form extended --- diff --git a/application/admin/templates/de/code/action_admin_login_logout.ctp b/application/admin/templates/de/code/action_admin_login_logout.ctp index 475b058..5fa9d1e 100644 --- a/application/admin/templates/de/code/action_admin_login_logout.ctp +++ b/application/admin/templates/de/code/action_admin_login_logout.ctp @@ -17,7 +17,7 @@ $helper->addLinkWithTextById('return_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
diff --git a/application/admin/templates/de/code/action_admin_login_profile.ctp b/application/admin/templates/de/code/action_admin_login_profile.ctp index 70d5d4f..4b1c108 100644 --- a/application/admin/templates/de/code/action_admin_login_profile.ctp +++ b/application/admin/templates/de/code/action_admin_login_profile.ctp @@ -107,6 +107,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Accountdaten aktualisieren"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Deine Profildaten bearbeiten diff --git a/application/admin/templates/de/code/action_admin_status_problem.ctp b/application/admin/templates/de/code/action_admin_status_problem.ctp index 665be0e..f033c5a 100644 --- a/application/admin/templates/de/code/action_admin_status_problem.ctp +++ b/application/admin/templates/de/code/action_admin_status_problem.ctp @@ -40,6 +40,8 @@ if ($helper->ifUserAccountUnconfirmed()) { // Flush content and automatically close the form $helper->flushContent(); } // END - if + +// [EOC] ?>
Problem mit deinem Account gefunden: diff --git a/application/admin/templates/de/code/block_persona_data.ctp b/application/admin/templates/de/code/block_persona_data.ctp index 0f057e9..36a620b 100644 --- a/application/admin/templates/de/code/block_persona_data.ctp +++ b/application/admin/templates/de/code/block_persona_data.ctp @@ -8,7 +8,7 @@ $helperInstance->prefetchValueInstance('user'); // Flush the content out $helperInstance->flushContent(); -// End of PHP commands +// [EOC] ?>
Nickname: {?block_username?} diff --git a/application/admin/templates/de/code/captch_graphic_code.ctp b/application/admin/templates/de/code/captch_graphic_code.ctp index cf0e6e7..101be7f 100644 --- a/application/admin/templates/de/code/captch_graphic_code.ctp +++ b/application/admin/templates/de/code/captch_graphic_code.ctp @@ -12,7 +12,7 @@ $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash')) // Flush content $captchaHelper->flushContent(); -// [EOF] +// [EOC] ?>
CAPTCHA-Bild diff --git a/application/admin/templates/de/code/login_failed.ctp b/application/admin/templates/de/code/login_failed.ctp index 378a957..45da8f0 100644 --- a/application/admin/templates/de/code/login_failed.ctp +++ b/application/admin/templates/de/code/login_failed.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('login_retry_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist nicht mehr im {?app_full_name?} eingeloggt! diff --git a/application/admin/templates/de/code/login_form.ctp b/application/admin/templates/de/code/login_form.ctp index e685c54..b739882 100644 --- a/application/admin/templates/de/code/login_form.ctp +++ b/application/admin/templates/de/code/login_form.ctp @@ -59,6 +59,7 @@ $helper->addLinkWithTextById('register_login_form_link_text'); // Flush the content $helper->flushContent(); +// [EOC] ?>
Einloggen zu {?app_full_name?} diff --git a/application/admin/templates/de/code/login_main.ctp b/application/admin/templates/de/code/login_main.ctp index ab8fc97..ec083f8 100644 --- a/application/admin/templates/de/code/login_main.ctp +++ b/application/admin/templates/de/code/login_main.ctp @@ -31,7 +31,7 @@ $helper->addActionLink('logout', "Ausloggen"); // Flush the content $helper->flushContent(); -// End of all PHP commands +// [EOC] ?>
Willkommen zum {?app_full_name?}! diff --git a/application/admin/templates/de/code/logout_done.ctp b/application/admin/templates/de/code/logout_done.ctp index b55ffb1..a75e420 100644 --- a/application/admin/templates/de/code/logout_done.ctp +++ b/application/admin/templates/de/code/logout_done.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('relogin_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist jetzt aus dem {?app_full_name!} ausgeloggt! diff --git a/application/admin/templates/de/code/register_form.ctp b/application/admin/templates/de/code/register_form.ctp index db6352c..1265341 100644 --- a/application/admin/templates/de/code/register_form.ctp +++ b/application/admin/templates/de/code/register_form.ctp @@ -105,6 +105,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Anmeldung zum {?app_full_name?} abschliessen"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Anmeldung bei {?app_full_name?} diff --git a/application/blog/templates/de/code/action_blog_login_logout.ctp b/application/blog/templates/de/code/action_blog_login_logout.ctp index 09f289e..b631f31 100644 --- a/application/blog/templates/de/code/action_blog_login_logout.ctp +++ b/application/blog/templates/de/code/action_blog_login_logout.ctp @@ -17,7 +17,7 @@ $helper->addLinkWithTextById('return_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
diff --git a/application/blog/templates/de/code/action_blog_login_profile.ctp b/application/blog/templates/de/code/action_blog_login_profile.ctp index bf242b0..c76abd3 100644 --- a/application/blog/templates/de/code/action_blog_login_profile.ctp +++ b/application/blog/templates/de/code/action_blog_login_profile.ctp @@ -107,6 +107,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Accountdaten aktualisieren"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Deine Profildaten bearbeiten diff --git a/application/blog/templates/de/code/action_blog_login_status_problem.ctp b/application/blog/templates/de/code/action_blog_login_status_problem.ctp index 7eaa447..e71f3e8 100644 --- a/application/blog/templates/de/code/action_blog_login_status_problem.ctp +++ b/application/blog/templates/de/code/action_blog_login_status_problem.ctp @@ -46,6 +46,8 @@ if ($helper->ifUserAccountUnconfirmed()) { // Flush content and automatically close the form $helper->flushContent(); } // END - if + +// [EOC] ?>
Problem mit deinem Account gefunden: diff --git a/application/blog/templates/de/code/block_persona_data.ctp b/application/blog/templates/de/code/block_persona_data.ctp index 0f057e9..36a620b 100644 --- a/application/blog/templates/de/code/block_persona_data.ctp +++ b/application/blog/templates/de/code/block_persona_data.ctp @@ -8,7 +8,7 @@ $helperInstance->prefetchValueInstance('user'); // Flush the content out $helperInstance->flushContent(); -// End of PHP commands +// [EOC] ?>
Nickname: {?block_username?} diff --git a/application/blog/templates/de/code/captch_graphic_code.ctp b/application/blog/templates/de/code/captch_graphic_code.ctp index cf0e6e7..101be7f 100644 --- a/application/blog/templates/de/code/captch_graphic_code.ctp +++ b/application/blog/templates/de/code/captch_graphic_code.ctp @@ -12,7 +12,7 @@ $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash')) // Flush content $captchaHelper->flushContent(); -// [EOF] +// [EOC] ?>
CAPTCHA-Bild diff --git a/application/blog/templates/de/code/confirm_link.ctp b/application/blog/templates/de/code/confirm_link.ctp index bd87123..4cfaf38 100644 --- a/application/blog/templates/de/code/confirm_link.ctp +++ b/application/blog/templates/de/code/confirm_link.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('direct_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Bestätigung Deiner Email-Adresse: diff --git a/application/blog/templates/de/code/login_failed.ctp b/application/blog/templates/de/code/login_failed.ctp index 09b28f0..e3a94d6 100644 --- a/application/blog/templates/de/code/login_failed.ctp +++ b/application/blog/templates/de/code/login_failed.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('login_retry_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist nicht mehr im Blog eingeloggt! diff --git a/application/blog/templates/de/code/login_form.ctp b/application/blog/templates/de/code/login_form.ctp index b22633a..de32aa5 100644 --- a/application/blog/templates/de/code/login_form.ctp +++ b/application/blog/templates/de/code/login_form.ctp @@ -78,6 +78,7 @@ $helper->addLinkWithTextById('register_login_form_link_text'); // Flush the content $helper->flushContent(); +// [EOC] ?>
Einloggen zu {?app_full_name?} diff --git a/application/blog/templates/de/code/login_main.ctp b/application/blog/templates/de/code/login_main.ctp index 1713892..71145ef 100644 --- a/application/blog/templates/de/code/login_main.ctp +++ b/application/blog/templates/de/code/login_main.ctp @@ -71,7 +71,7 @@ $helper->addActionLink('logout', "Ausloggen"); // Flush the content $helper->flushContent(); -// End of all PHP commands +// [EOC] ?>
Willkommen im Loginbereich von {?app_full_name?}! diff --git a/application/blog/templates/de/code/logout_done.ctp b/application/blog/templates/de/code/logout_done.ctp index 5f910e0..609d0a7 100644 --- a/application/blog/templates/de/code/logout_done.ctp +++ b/application/blog/templates/de/code/logout_done.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('relogin_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist jetzt aus dem Blog ausgeloggt! diff --git a/application/blog/templates/de/code/register_form.ctp b/application/blog/templates/de/code/register_form.ctp index 5e5e350..e7fefc4 100644 --- a/application/blog/templates/de/code/register_form.ctp +++ b/application/blog/templates/de/code/register_form.ctp @@ -84,7 +84,6 @@ if ($helper->ifRegisterIncludesProfile()) { if (!$helper->ifRegisterRequiresEmailVerification()) { $helper->addFormExtraNote(1, "Die Benachrichtigungen per sind im Loginbereich verfeinerbar, welche du genau haben willst."); } // END - Extra note - } // END - ask profile data // Posting-/Kommentarregeln abfragen @@ -105,6 +104,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Anmeldung zum Blog abschliessen"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Anmeldung bei {?app_full_name?} diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_company.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_company.ctp index 814df41..8197cdf 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_company.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_company.ctp @@ -73,7 +73,7 @@ if ($linkInstance->ifRefillPageActive()) { // Flush content to the template $linkInstance->flushContent(); -// End of PHP commands +// [EOC] ?>
diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp index b89a42e..23e4192 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp @@ -11,6 +11,7 @@ $helperInstance->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular // Flush the finished form $helperInstance->flushContent(); +// [EOC] ?>
diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_training.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_training.ctp index 802ea9e..6be1c9b 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_training.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_training.ctp @@ -12,7 +12,8 @@ $helperInstance->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular $helperInstance->addFormGroup('persona_data', "Deine persönliche Daten, die für die Kursusteilnahme nötig sind:"); // Display email, surname and family name -$helperInstance->addFormNote('name', "Dein Name: ".$helperInstance->getValueField('surname')." ".$helperInstance->getValueField('family').""); +$helperInstance->addFormNote('surname', "Vorname: ".$helperInstance->getValueField('surname').""); +$helperInstance->addFormNote('family', "Nachname: ".$helperInstance->getValueField('family').""); $helperInstance->addFormNote('email', "Email-Adresse: ".$helperInstance->getValueField('email').""); // Add link placeholder for profile page @@ -30,6 +31,7 @@ $linkInstance->addActionLinkById('profile', 'goto_profile_link'); // Flush the finished form $linkInstance->flushContent(); +// [EOC] ?>
diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_logout.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_logout.ctp index 39d2105..0a255aa 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_logout.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_logout.ctp @@ -17,7 +17,7 @@ $helperInstance->addLinkWithTextById('return_login_link_text'); // Flush the content $helperInstance->flushContent(); -// [EOF] +// [EOC] ?>
diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_profile.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_profile.ctp index bac8735..6ec1ff2 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_profile.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_profile.ctp @@ -123,6 +123,8 @@ $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den g&u // Flush finished form $helperInstance->flushContent(); + +// [EOC] ?>
Deine Profildaten bearbeiten diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_refill.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_refill.ctp index 5b79c98..4bca46d 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_refill.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_refill.ctp @@ -47,6 +47,8 @@ $helperInstance->addFormGroup('buttons_refill', "Mit Absenden des Formulars wird $helperInstance->addInputResetButton("Eingaben löschen"); $helperInstance->addInputSubmitButton("Nachbestellung verbindlich aufgeben"); $helperInstance->flushContent(); + +// [EOC] ?>
diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_status_problem.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_status_problem.ctp index f3db301..bf385d9 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_status_problem.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_status_problem.ctp @@ -46,6 +46,8 @@ if ($helperInstance->ifUserAccountUnconfirmed()) { // Flush content and automatically close the form $helperInstance->flushContent(); } // END - if + +// [EOC] ?>
Problem mit deinem Account gefunden: diff --git a/application/ship-simu/templates/de/code/block_persona_data.ctp b/application/ship-simu/templates/de/code/block_persona_data.ctp index 536d5a4..d0cf0de 100644 --- a/application/ship-simu/templates/de/code/block_persona_data.ctp +++ b/application/ship-simu/templates/de/code/block_persona_data.ctp @@ -8,7 +8,7 @@ $helperInstance->prefetchValueInstance('user'); // Flush the content out $helperInstance->flushContent(); -// End of PHP commands +// [EOC] ?>
Spielername: {?block_username?} diff --git a/application/ship-simu/templates/de/code/captch_graphic_code.ctp b/application/ship-simu/templates/de/code/captch_graphic_code.ctp index cf0e6e7..101be7f 100644 --- a/application/ship-simu/templates/de/code/captch_graphic_code.ctp +++ b/application/ship-simu/templates/de/code/captch_graphic_code.ctp @@ -12,7 +12,7 @@ $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash')) // Flush content $captchaHelper->flushContent(); -// [EOF] +// [EOC] ?>
CAPTCHA-Bild diff --git a/application/ship-simu/templates/de/code/confirm_link.ctp b/application/ship-simu/templates/de/code/confirm_link.ctp index 8e813fe..6e6c6bb 100644 --- a/application/ship-simu/templates/de/code/confirm_link.ctp +++ b/application/ship-simu/templates/de/code/confirm_link.ctp @@ -8,7 +8,7 @@ $helperInstance->addLinkWithTextById('direct_login_link_text'); // Flush the content $helperInstance->flushContent(); -// [EOF] +// [EOC] ?>
Bestätigung Deiner Email-Adresse: diff --git a/application/ship-simu/templates/de/code/login_failed.ctp b/application/ship-simu/templates/de/code/login_failed.ctp index a2c96e6..e376147 100644 --- a/application/ship-simu/templates/de/code/login_failed.ctp +++ b/application/ship-simu/templates/de/code/login_failed.ctp @@ -8,7 +8,7 @@ $helperInstance->addLinkWithTextById('login_retry_text'); // Flush the content $helperInstance->flushContent(); -// [EOF] +// [EOC] ?>
Du bist nicht mehr im Spiel eingeloggt! diff --git a/application/ship-simu/templates/de/code/login_form.ctp b/application/ship-simu/templates/de/code/login_form.ctp index d867503..f493423 100644 --- a/application/ship-simu/templates/de/code/login_form.ctp +++ b/application/ship-simu/templates/de/code/login_form.ctp @@ -78,6 +78,7 @@ $helperInstance->addLinkWithTextById('register_login_form_link_text'); // Flush the content $helperInstance->flushContent(); +// [EOC] ?>
Einloggen zu {?app_full_name?} diff --git a/application/ship-simu/templates/de/code/login_main.ctp b/application/ship-simu/templates/de/code/login_main.ctp index e8b0044..1b7cc5e 100644 --- a/application/ship-simu/templates/de/code/login_main.ctp +++ b/application/ship-simu/templates/de/code/login_main.ctp @@ -72,7 +72,7 @@ $linkInstance->addActionLink('logout', "Ausloggen"); // Flush the content $linkInstance->flushContent(); -// End of all PHP commands +// [EOC] ?>
Willkommen im Loginbereich von {?app_full_name?}! diff --git a/application/ship-simu/templates/de/code/logout_done.ctp b/application/ship-simu/templates/de/code/logout_done.ctp index 844da68..3869184 100644 --- a/application/ship-simu/templates/de/code/logout_done.ctp +++ b/application/ship-simu/templates/de/code/logout_done.ctp @@ -8,7 +8,7 @@ $helperInstance->addLinkWithTextById('relogin_link_text'); // Flush the content $helperInstance->flushContent(); -// [EOF] +// [EOC] ?>
Du bist jetzt aus dem Spiel ausgeloggt! diff --git a/application/ship-simu/templates/de/code/register_form.ctp b/application/ship-simu/templates/de/code/register_form.ctp index 7aeed88..5426b38 100644 --- a/application/ship-simu/templates/de/code/register_form.ctp +++ b/application/ship-simu/templates/de/code/register_form.ctp @@ -105,6 +105,8 @@ $helperInstance->addInputResetButton("Alles nochmal eingeben"); $helperInstance->addInputSubmitButton("Anmeldung zum Spiel abschliessen"); $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helperInstance->flushContent(); + +// [EOC] ?>
Anmeldung bei {?app_full_name?} diff --git a/application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp b/application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp index ac650ab..9fef2e2 100644 --- a/application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp +++ b/application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp @@ -17,7 +17,7 @@ $helper->addLinkWithTextById('return_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
diff --git a/application/shoutbox/templates/de/code/action_shoutbox_login_profile.ctp b/application/shoutbox/templates/de/code/action_shoutbox_login_profile.ctp index 9caa52e..85367c4 100644 --- a/application/shoutbox/templates/de/code/action_shoutbox_login_profile.ctp +++ b/application/shoutbox/templates/de/code/action_shoutbox_login_profile.ctp @@ -107,6 +107,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Accountdaten aktualisieren"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Deine Profildaten bearbeiten diff --git a/application/shoutbox/templates/de/code/action_shoutbox_login_status_problem.ctp b/application/shoutbox/templates/de/code/action_shoutbox_login_status_problem.ctp index 7eaa447..e71f3e8 100644 --- a/application/shoutbox/templates/de/code/action_shoutbox_login_status_problem.ctp +++ b/application/shoutbox/templates/de/code/action_shoutbox_login_status_problem.ctp @@ -46,6 +46,8 @@ if ($helper->ifUserAccountUnconfirmed()) { // Flush content and automatically close the form $helper->flushContent(); } // END - if + +// [EOC] ?>
Problem mit deinem Account gefunden: diff --git a/application/shoutbox/templates/de/code/block_persona_data.ctp b/application/shoutbox/templates/de/code/block_persona_data.ctp index 0f057e9..36a620b 100644 --- a/application/shoutbox/templates/de/code/block_persona_data.ctp +++ b/application/shoutbox/templates/de/code/block_persona_data.ctp @@ -8,7 +8,7 @@ $helperInstance->prefetchValueInstance('user'); // Flush the content out $helperInstance->flushContent(); -// End of PHP commands +// [EOC] ?>
Nickname: {?block_username?} diff --git a/application/shoutbox/templates/de/code/captch_graphic_code.ctp b/application/shoutbox/templates/de/code/captch_graphic_code.ctp index cf0e6e7..101be7f 100644 --- a/application/shoutbox/templates/de/code/captch_graphic_code.ctp +++ b/application/shoutbox/templates/de/code/captch_graphic_code.ctp @@ -12,7 +12,7 @@ $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash')) // Flush content $captchaHelper->flushContent(); -// [EOF] +// [EOC] ?>
CAPTCHA-Bild diff --git a/application/shoutbox/templates/de/code/confirm_link.ctp b/application/shoutbox/templates/de/code/confirm_link.ctp index 1542746..915db3d 100644 --- a/application/shoutbox/templates/de/code/confirm_link.ctp +++ b/application/shoutbox/templates/de/code/confirm_link.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('direct_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Bestätigung Deiner Email-Adresse: diff --git a/application/shoutbox/templates/de/code/login_failed.ctp b/application/shoutbox/templates/de/code/login_failed.ctp index fbc47b4..9be4ba3 100644 --- a/application/shoutbox/templates/de/code/login_failed.ctp +++ b/application/shoutbox/templates/de/code/login_failed.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('login_retry_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist nicht mehr in der Shoutbox eingeloggt! diff --git a/application/shoutbox/templates/de/code/login_form.ctp b/application/shoutbox/templates/de/code/login_form.ctp index e0a72b0..f6ca6fb 100644 --- a/application/shoutbox/templates/de/code/login_form.ctp +++ b/application/shoutbox/templates/de/code/login_form.ctp @@ -78,6 +78,7 @@ $helper->addLinkWithTextById('register_login_form_link_text'); // Flush the content $helper->flushContent(); +// [EOC] ?>
Einloggen zu {?app_full_name?} diff --git a/application/shoutbox/templates/de/code/login_main.ctp b/application/shoutbox/templates/de/code/login_main.ctp index 1713892..71145ef 100644 --- a/application/shoutbox/templates/de/code/login_main.ctp +++ b/application/shoutbox/templates/de/code/login_main.ctp @@ -71,7 +71,7 @@ $helper->addActionLink('logout', "Ausloggen"); // Flush the content $helper->flushContent(); -// End of all PHP commands +// [EOC] ?>
Willkommen im Loginbereich von {?app_full_name?}! diff --git a/application/shoutbox/templates/de/code/logout_done.ctp b/application/shoutbox/templates/de/code/logout_done.ctp index 41014b0..6ac1f7f 100644 --- a/application/shoutbox/templates/de/code/logout_done.ctp +++ b/application/shoutbox/templates/de/code/logout_done.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('relogin_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist jetzt aus der Shoutbox ausgeloggt! diff --git a/application/shoutbox/templates/de/code/register_form.ctp b/application/shoutbox/templates/de/code/register_form.ctp index 377d53e..19b8c6a 100644 --- a/application/shoutbox/templates/de/code/register_form.ctp +++ b/application/shoutbox/templates/de/code/register_form.ctp @@ -105,6 +105,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Anmeldung zur Shoutbox abschliessen"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Anmeldung bei {?app_full_name?} diff --git a/application/todo/templates/de/code/action_todo_login_logout.ctp b/application/todo/templates/de/code/action_todo_login_logout.ctp index cfb4289..44b3db0 100644 --- a/application/todo/templates/de/code/action_todo_login_logout.ctp +++ b/application/todo/templates/de/code/action_todo_login_logout.ctp @@ -17,7 +17,7 @@ $helper->addLinkWithTextById('return_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
diff --git a/application/todo/templates/de/code/action_todo_login_profile.ctp b/application/todo/templates/de/code/action_todo_login_profile.ctp index 153c1a2..ee4f270 100644 --- a/application/todo/templates/de/code/action_todo_login_profile.ctp +++ b/application/todo/templates/de/code/action_todo_login_profile.ctp @@ -107,6 +107,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Accountdaten aktualisieren"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Deine Profildaten bearbeiten diff --git a/application/todo/templates/de/code/action_todo_login_status_problem.ctp b/application/todo/templates/de/code/action_todo_login_status_problem.ctp index 7eaa447..e71f3e8 100644 --- a/application/todo/templates/de/code/action_todo_login_status_problem.ctp +++ b/application/todo/templates/de/code/action_todo_login_status_problem.ctp @@ -46,6 +46,8 @@ if ($helper->ifUserAccountUnconfirmed()) { // Flush content and automatically close the form $helper->flushContent(); } // END - if + +// [EOC] ?>
Problem mit deinem Account gefunden: diff --git a/application/todo/templates/de/code/block_persona_data.ctp b/application/todo/templates/de/code/block_persona_data.ctp index 0f057e9..36a620b 100644 --- a/application/todo/templates/de/code/block_persona_data.ctp +++ b/application/todo/templates/de/code/block_persona_data.ctp @@ -8,7 +8,7 @@ $helperInstance->prefetchValueInstance('user'); // Flush the content out $helperInstance->flushContent(); -// End of PHP commands +// [EOC] ?>
Nickname: {?block_username?} diff --git a/application/todo/templates/de/code/captch_graphic_code.ctp b/application/todo/templates/de/code/captch_graphic_code.ctp index cf0e6e7..101be7f 100644 --- a/application/todo/templates/de/code/captch_graphic_code.ctp +++ b/application/todo/templates/de/code/captch_graphic_code.ctp @@ -12,7 +12,7 @@ $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash')) // Flush content $captchaHelper->flushContent(); -// [EOF] +// [EOC] ?>
CAPTCHA-Bild diff --git a/application/todo/templates/de/code/confirm_link.ctp b/application/todo/templates/de/code/confirm_link.ctp index 4e96afe..7ec3933 100644 --- a/application/todo/templates/de/code/confirm_link.ctp +++ b/application/todo/templates/de/code/confirm_link.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('direct_login_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Bestätigung Deiner Email-Adresse: diff --git a/application/todo/templates/de/code/login_failed.ctp b/application/todo/templates/de/code/login_failed.ctp index c066f43..26a81f8 100644 --- a/application/todo/templates/de/code/login_failed.ctp +++ b/application/todo/templates/de/code/login_failed.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('login_retry_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist nicht mehr im ToDo-Manager eingeloggt! diff --git a/application/todo/templates/de/code/login_form.ctp b/application/todo/templates/de/code/login_form.ctp index 9ccba17..683145b 100644 --- a/application/todo/templates/de/code/login_form.ctp +++ b/application/todo/templates/de/code/login_form.ctp @@ -78,6 +78,7 @@ $helper->addLinkWithTextById('register_login_form_link_text'); // Flush the content $helper->flushContent(); +// [EOC] ?>
Einloggen zu {?app_full_name?} diff --git a/application/todo/templates/de/code/login_main.ctp b/application/todo/templates/de/code/login_main.ctp index 1713892..71145ef 100644 --- a/application/todo/templates/de/code/login_main.ctp +++ b/application/todo/templates/de/code/login_main.ctp @@ -71,7 +71,7 @@ $helper->addActionLink('logout', "Ausloggen"); // Flush the content $helper->flushContent(); -// End of all PHP commands +// [EOC] ?>
Willkommen im Loginbereich von {?app_full_name?}! diff --git a/application/todo/templates/de/code/logout_done.ctp b/application/todo/templates/de/code/logout_done.ctp index 4747b95..aa41975 100644 --- a/application/todo/templates/de/code/logout_done.ctp +++ b/application/todo/templates/de/code/logout_done.ctp @@ -8,7 +8,7 @@ $helper->addLinkWithTextById('relogin_link_text'); // Flush the content $helper->flushContent(); -// [EOF] +// [EOC] ?>
Du bist jetzt aus dem ToDo-Manager ausgeloggt! diff --git a/application/todo/templates/de/code/register_form.ctp b/application/todo/templates/de/code/register_form.ctp index dd6b6ad..e51c857 100644 --- a/application/todo/templates/de/code/register_form.ctp +++ b/application/todo/templates/de/code/register_form.ctp @@ -105,6 +105,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Anmeldung zum ToDo-Manager abschliessen"); $helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helper->flushContent(); + +// [EOC] ?>
Anmeldung bei {?app_full_name?}