- XHTML errors/warnings fixed in some pages
[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 = WebFormHelper::createWebFormHelper($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 ?>
15 <div id="goverment_frame">
16         <div id="goverment_header">
17                 Virtuelle Beantragung von Startuphilfe
18         </div>
19
20         <div id="goverment_form">
21                 {?shipsimu_startup_form?}
22         </div>
23 </div>