Files
fsfe-website/order/order1.en.xhtml
reinhard a74c36134d 3,- -> 3.00
svn path=/trunk/; revision=7509
2006-12-30 14:53:52 +00:00

83 lines
1.9 KiB
HTML

<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>Free Software Foundation Europe - Merchandise</title>
</head>
<body>
<h1>FSFE Merchandise</h1>
<form action="/cgi-bin/order.pl" method="post">
<h2>T-Shirts</h2>
<dynamic-content type="t-shirt"/>
<h2>Girlie Shirts</h2>
<dynamic-content type="girlie"/>
<h2>Longsleeve Shirts</h2>
<dynamic-content type="longsleeve"/>
<h2>Hooded Shirts</h2>
<dynamic-content type="hooded"/>
<h2>Other Items</h2>
<dynamic-content type="other"/>
<h2>Shipping</h2>
<p>
<strong>We generally add €3.00 for shipping within Europe.</strong>
<input type="hidden" name="shipping" value="1"/>
<input type="hidden" name="_shipping" value="3"/>
</p>
<table>
<tr>
<td><p>Name:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="name"/>
</td>
</tr>
<tr>
<td><p>Address:</p></td>
<td>
<textarea cols="80" rows="5" style="width:500px" name="address"/>
</td>
</tr>
<tr>
<td><p>Email:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="email"/>
</td>
</tr>
<tr>
<td><p>Phone:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="phone"/>
</td>
</tr>
</table>
<center>
<!-- Translators: Please also translate the value here, it's the label
of the button -->
<input type="submit" value="Request those items"/>
</center>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="en"/>
</form>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->