]> git.mxchange.org Git - shipsimu.git/blob - application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp
EOF->EOC in code templates replaced, training form extended
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_goverment_startup_help.ctp
1 <?php
2 // Get form helper instance
3 $helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'shipsimu_startup_form'));
4
5 // Prefetch user instance
6 $helperInstance->prefetchValueInstance('user');
7
8 // Add main form group
9 $helperInstance->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular nicht mit echten Angaben ausf&uuml;llen!");
10
11 // Flush the finished form
12 $helperInstance->flushContent();
13
14 // [EOC]
15 ?>
16 <div id="goverment_frame">
17         <div id="goverment_header">
18                 Virtuelle Beantragung von Startuphilfe
19         </div>
20
21         <div id="goverment_form">
22                 {?shipsimu_startup_form?}
23         </div>
24 </div>