33 lines
1.7 KiB
Smarty
33 lines
1.7 KiB
Smarty
|
<div id="maincol_top_invisible">
|
||
|
</div>
|
||
|
<div class="maincol_review_header">
|
||
|
<h2><span>Kontaktformular</span></h2><br />
|
||
|
</div>
|
||
|
<div class="maincol_box_empty">
|
||
|
<div class="content_page">
|
||
|
{$emsg}
<form action="/index.php?task=contact" method="post">
|
||
|
<label for="name" class="left">* Name:</label><br />
|
||
|
<input name="name" id="name" value="{$post.name}" size="38" /><br /><br />
|
||
|
|
||
|
<label for="email" class="left">* E-mail:</label><br />
|
||
|
<input name="email" id="email" value="{$post.email}" size="38" /><br /><br />
|
||
|
|
||
|
<label for="subject" class="left">* Betreff:</label><br />
|
||
|
<input name="subject" id="subject" value="{$post.subject}" size="38" /><br /><br />
|
||
|
|
||
|
<label for="subject" class="left">* Nachricht:</label><br />
|
||
|
<textarea name="message" cols="40" rows="12">{$post.message}</textarea><br /><br />
|
||
|
|
||
|
{if $captcha==1}
|
||
|
<label for="subject" class="left">* Captcha:</label><br />
|
||
|
<img src="{$path}thirdparty/securimage/securimage_show.php?sid={$sid}" id="image" align="absmiddle" /><br /><a href="#" onclick="document.getElementById('image').src = '{$path}thirdparty/securimage/securimage_show.php?sid=' + Math.random(); return false"><img src="{$path}themes/default/images/icons/arrow_refresh.png" alt="Refresh" /></a> <a href="{$path}thirdparty/securimage/securimage_play.php" style="font-size: 13px"><img src="{$path}themes/default/images/icons/sound.png" alt="Sound" /></a><br /><br />
|
||
|
<input type="text" name="captcha" size="15" maxlength="15" /><br /><br />
|
||
|
{/if}
|
||
|
Alle Felder mit * sind Pflichtfelder!<br /><br />
|
||
|
<input class="button" align="right" type="submit" value="Absenden" /><input class="button" align="right" type="reset" value="Löschen" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|