3e602740eb47d3f3ed4c74875b557964e2cca920
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_goverment_training.ctp
1 <?php
2 // Get form helper instance
3 $helperInstance = WebFormHelper::createWebFormHelper($this, 'shipsimu_training_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 ?>
15 <div id="goverment_frame">
16         <div id="goverment_header">
17                 Virtuelle Beantragung eines Training-Kursus
18         </div>
19
20         <div id="goverment_form">
21                 {?shipsimu_training_form?}
22         </div>
23 </div>