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