fsfe-website/order/order.en.xhtml

139 lines
4.0 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>Merchandise FSFE</title>
<style type="text/css">
div#toc {
float: right;
clear: right;
border: solid 1px;
margin: .5em;
background: rgb(240,240,240);
width: 30%;
}
</style>
</head>
<body class="toplevel">
<h1>Merchandise</h1>
<div id="toc">
<p style="text-indent:1em;">Available merchandise:</p>
<ul style="margin-bottom: 1em;">
<li><a href="#tshirt">T-shirts</a></li>
<li><a href="#girlie">Women's T-shirts</a></li>
<li><a href="#hooded">Hooded Shirts</a></li>
<!-- li><a href="#baby-clothes">Baby Clothes</a></li -->
<li><a href="#other">Other Items</a></li>
</ul>
</div>
<p class="p-summary">
Show your love for Free Software by using and wearing the branded items
below. Free Software clothing is a great way of raising awareness within
your local community, and each sale helps to fund critical FSFE projects.
</p>
<p style="clear:both;"></p>
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
<h2 id="tshirt">T-Shirts</h2>
<dynamic-content type="tshirt"/>
<h2 id="girlie">Women's T-Shirts</h2>
<dynamic-content type="girlie"/>
<h2 id="hooded">Hooded Shirts</h2>
<dynamic-content type="hooded"/>
<!-- h2 id="baby-clothes">Baby Clothes</h2>
<dynamic-content type="baby-clothes"/ -->
<h2 id="other">Other Items</h2>
<dynamic-content type="other"/>
<h2>Promotion materials</h2>
<p>
Check our
<a href="/contribute/spreadtheword.html#promo-material">order page for information material</a>
to order leaflets, stickers and other things.
</p>
<h2>Shipping</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
<label for="shipping-de">Shipping within Germany (€3.00)</label><br/>
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
<label for="shipping-eu">Shipping within Europe (€7.00)</label><br/>
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
<label for="shipping-world">Shipping outside Europe (€12.00)</label><br/>
</p>
<table class="order-form">
<tr>
<td class="order-left"><p>Name:</p></td>
<td class="order-right">
<input type="text" name="name"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Complete Address:</p></td>
<td class="order-right">
<textarea rows="5" name="address"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Email:</p></td>
<td class="order-right">
<input type="text" name="email"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Phone:</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">
Please do not put anything in here:
<input type="text" size="40" name="url"/>
</p>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="en_GB"/>
<!-- Translators: Please also translate the value here, it's the label
of the button -->
<input id="order-submit" type="submit" value="Order items"/>
</td>
</tr>
</table>
</form>
<p>
Payment is possible by bank transfer, PayPal, and various credit and debit
cards. You will receive further information upon submission of your order.
</p>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->