fsfe-website/order/order.nl.xhtml

115 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Handelswaar FSFE</title>
</head>
<body class="toplevel">
<h1>Handelswaar</h1>
<p class="p-summary">
Toon uw liefde voor Vrije Software door de promotie-artikelen hieronder te
gebruiken en te dragen. Het dragen van Vrije Software-kleding is een goede
manier om het bewustzijn in uw lokle gemeenschap te vergroten en iedere
verkoop helpt om cruciale FSFE-projecten te financieren.
</p>
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
<h2>T-Shirts</h2>
<dynamic-content type="tshirt"/>
<h2>T-Shirts voor vrouwen</h2>
<dynamic-content type="girlie"/>
<h2>Shirts met kap (hoodies)</h2>
<dynamic-content type="hooded"/>
<h2>Babykleding</h2>
<dynamic-content type="baby-clothes"/>
<h2 id="other-items">Andere items</h2>
<dynamic-content type="other"/>
<h2>Promotiematerialen</h2>
<p>
Bekijk onze <a href="/contribute/spreadtheword.html#promo-material">bestelpagina
om informatiematerialen</a> zoals folders en stickers te bestellen.
</p>
<h2>Verzenden</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
<label for="shipping-de">Verzenden binnen Duitsland (€3.00)</label><br/>
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
<label for="shipping-eu">Verzenden binnen Europa (€7.00)</label><br/>
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
<label for="shipping-world">Verzenden buiten Europa (€12.00)</label><br/>
</p>
<table class="order-form">
<tr>
<td class="order-left"><p>Naam:</p></td>
<td class="order-right">
<input type="text" name="name"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Compleet adres:</p></td>
<td class="order-right">
<textarea rows="5" name="address"/>
</td>
</tr>
<tr>
<td class="order-left"><p>E-mail:</p></td>
<td class="order-right">
<input type="text" name="email"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Telefoon:</p></td>
<td class="order-right">
<input type="text" name="phone"/>
</td>
</tr>
<tr>
<td class="order-left"></td>
<td class="order-right">
<p class="n">
Vul hier alstublieft niets in:
<input type="text" size="40" name="url"/>
</p>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="nl"/>
<!-- Translators: Please also translate the value here, it's the label
of the button -->
<input id="order-submit" type="submit" value="Bestel artikelen"/>
</td>
</tr>
</table>
</form>
<p>
Betaling is mogelijk via bankoverschrijving, PayPal en verschillende
credit- en debitcards. U ontvangt verdere informatie na het plaatsen van uw bestelling.
</p>
</body>
<timestamp>$Date$ $Author$</timestamp>
<translator>André Ockers</translator>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->