You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
789 B
PHP
14 lines
789 B
PHP
<h2><?php echo HtmlText($sprache_support_nur_ED) ?></h2>
|
|
|
|
<tt>
|
|
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="get">
|
|
<input name="supportanfrage" type="hidden" value="j" ><br>
|
|
<input name="supportneu" type="hidden" value="j" ><br>
|
|
<?php echo HtmlText($sprache_support_grund) ?> <input name="supportgrund" type="text" size="70" maxlength="150"><br>
|
|
<?php echo HtmlText($sprache_support_anfrage) ?><br>
|
|
<textarea name="supporttext" cols="76" rows="10"></textarea><br>
|
|
<?php echo HtmlText($sprache_support_email) ?> <input name="supportantwort" type="text" size="70" maxlength="150"><br><br>
|
|
<input type="submit" value="<?php echo HtmlText($sprache_abschicken) ?>"><br><br>
|
|
<input type="reset" value="<?php echo HtmlText($sprache_loeschen) ?>">
|
|
</form>
|
|
</tt>
|