fsfe-website/order/order.de.xhtml

118 lines
3.2 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>Free Software Foundation Europe Fanartikel</title>
</head>
<body>
<h1>FSFE-Fanartikel</h1>
<div id="introduction">
<div class="image">
<img src="/graphics/stars-smaller.png" alt="" />
</div>
<p>
Zeigen Sie, dass Sie ein Fan von Freier Software sind, indem Sie
die unten gezeigten Fanartikel benutzen oder tragen.
Freie-Software-Kleidungsstücke sind eine großartige Methode, um
Freie Software in Ihrer Umgebung stärker ins Bewusstsein zu bringen,
und mit jedem Kauf unterstützen Sie wichtige Projekte der FSFE.
<br />
<br />
Wie haben auch eine Auswahl von <a href="#other-items">Büroartikeln,
Tassen, Abzeichen und Schlüsselanhängern</a> vorrätig.
</p>
</div>
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
<h2>T-Shirts für Männer</h2>
<dynamic-content type="t-shirt"/>
<h2>T-Shirts für Frauen</h2>
<dynamic-content type="girlie"/>
<h2>Kapuzenshirts</h2>
<dynamic-content type="hooded"/>
<a name="other-items"><h2 id="other-items">Andere Artikel</h2></a>
<dynamic-content type="other"/>
<h2>Infomaterial</h2>
<p>
Auf unserer <a href="/documents/printable/printable.html">Seite
für ausdruckbares Informationsmaterial</a> können Sie Handzettel und
Broschüren bestellen.
</p>
<h2>Versandkosten</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/>
Versand innerhalb Deutschlands (€3.00)<br/>
<input type="radio" name="_shipping" value="7" checked="Y"/>
Versand innerhalb Europas (€7.00)<br/>
<input type="radio" name="_shipping" value="12"/>
Weltweiter Versand (€12.00)<br/>
</p>
<table>
<tr>
<td><p>Name:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="name"/>
</td>
</tr>
<tr>
<td><p>Adresse:</p></td>
<td>
<textarea cols="80" rows="5" style="width:500px" name="address"/>
</td>
</tr>
<tr>
<td><p>E-Mail:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="email"/>
</td>
</tr>
<tr>
<td><p>Telefon:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="phone"/>
</td>
</tr>
</table>
<!-- Should help against spam -->
<p class="n">
Please do not put anything in here:
<input type="text" size="40" name="url"/>
</p>
<center>
<!-- Translators: Please also translate the value here, it's the label
of the button -->
<input type="submit" value="Artikel bestellen"/>
</center>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="de"/>
</form>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->