prefetchValueInstance('payments'); // Add form group $helperInstance->addFormGroup('refill_form', "Bitte wähle aus, was du nachbestellen willst und gebe die Menge an."); // Add sub group $helperInstance->addInputSelectField('type', "--- Bitte auswählen ---"); // In-game currencies (if more than default add them here!) $helperInstance->addSelectSubOption('currencies', "--- Währungen ---"); $helperInstance->addSelectOption('currency', "{?currency?}"); // Raw resources $helperInstance->addSelectSubOption('raw_resources', "--- Rohstoffe ---"); $helperInstance->addSelectOption('raw_wood', "Holz"); $helperInstance->addSelectOption('raw_iron', "Metall"); $helperInstance->addSelectOption('raw_stones', "Steine"); // This is needed to close the select tag $helperInstance->addInputSelectField('type', ""); // Field for amount $helperInstance->addFormSubGroup('amount', "Gebe hier in ganzen Zahlen die Menge an, die du nachbestellen willst."); $helperInstance->addInputTextField('amount', 1000); // Add payments $helperInstance->getValueInstance()->addResultsToHelper($helperInstance); // Ask again for current account password $helperInstance->addFormGroup('pass_old', "Bitte gebe zur Bestätigung der Nachbestellung dein derzeitiges Passwort ein."); $helperInstance->addFieldText('pass_old', "Derzeitiges Passwort:"); $helperInstance->addInputPasswordField('pass_old'); // CAPTCHA enbaled? if ($helperInstance->ifFormSecuredWithCaptcha()) { $helperInstance->addFormGroup('captcha_refill', "Bitte wiederhole den angezeigten Code:"); $helperInstance->addCaptcha(); } // END - if // Submit button $helperInstance->addFormGroup('buttons_refill', "Mit Absenden des Formulars wird deine Nachbestellung verbindlich!"); $helperInstance->addInputResetButton("Eingaben löschen"); $helperInstance->addInputSubmitButton("Nachbestellung verbindlich aufgeben"); $helperInstance->flushContent(); // [EOC] ?>
Jetzt dein {?currency?}-Konto aufladen!
{?shipsimu_refill?}