Skip to content
Snippets Groups Projects
Commit 7171dc8f authored by chrissi^'s avatar chrissi^
Browse files

Kontakt: Testing Kontakt with CAPTCHA


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent a6d99e12
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="de">
{{head}}
<body>
{{nav}}
<div class="container">
<div class="page-header">
<h1>Kontakt</h1>
</div>
<div class="row" id="kontakt">
<div class="col-md-6">
<div class="panel panel-default">
<form class="form-horizontal" method="POST" action="/contact">
<fieldset>
<legend class="text-center header">Kontaktiere uns</legend>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
<b>E-Mail:</b> kontakt (at) freifunk-bs . de <br>
<b>Twitter:</b> <a href="https://twitter.com/freifunk_bs">@freifunk_bs</a><br>
<b>IRC:</b> <a href="irc://chat.freenode.net/freifunk-bs">#freifunk-bs@freenode.net</a> (<a href="https://webchat.freenode.net/?channels=freifunk-bs">Webchat</a>)<br>
<b>Mailingliste:</b> <a href="http://lists.freifunk.net/mailman/listinfo/braunschweig-freifunk.net">Eintragen</a><br>
</div>
</div>
<h4 class="text-center">Formular</h4>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
Email Adresse:
<input name="email" type="text" placeholder="Email Adresse" class="form-control">
</div>
</div>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
Nachricht:
<textarea class="form-control" name="message" placeholder="Deine Nachricht" rows="7"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-10 col-md-offset-1">
Spamschutz: <br>
Der wievielte Tag des Monats ist heute? (Beispiele: '1', '23')
<input name="captcha" type="text" placeholder="00" class="form-control">
</div>
</div>
<div class="form-group">
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary btn-lg">Nachricht Abschicken</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<legend class="text-center header">Unser Büro</legend>
<div class="panel-body text-center" style="padding-top: 0px">
<h4>Adresse</h4>
Stratum 0 e.V. <br>
Freifunk Braunschweig<br>
Hamburger Straße 273A<br>
38114 Braunschweig<br>
<hr>
<iframe class="text-center" width="100%" scrolling="no" height="300" frameborder="0" src="//www.openstreetmap.org/export/embed.html?bbox=10.518212914466858%2C52.27685277747112%2C10.524006485939026%2C52.27966553459799&amp;marker=52.278259178349444%2C10.521109700202942" marginwidth="0" marginheight="0"></iframe>
</div>
</div>
</div>
</div>
</div>
{{footer}}
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment