Files
fsfe-website/order/order.el.xhtml
reinhard 71599d9556 Renamed Perl script to process web orders. This forces spammers to reload the
page that now contains a hidden field that may not be filled in.

svn path=/trunk/; revision=10050
2008-02-21 18:57:57 +00:00

90 lines
2.5 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>Ευρωπαϊκό Ίδρυμα Ελεύθερου Λογισμικού - Εμπόρευμα</title>
</head>
<body>
<h1>FSFE Εμπόρευμα</h1>
<form action="/cgi-bin/weborder.pl" method="post">
<h2>Μπλουζάκια</h2>
<dynamic-content type="t-shirt"/>
<h2>Μπλουζάκια για κορίτσια</h2>
<dynamic-content type="girlie"/>
<h2>Μπλουζάκια με κουκούλα</h2>
<dynamic-content type="hooded"/>
<h2>Άλλα κομμάτια</h2>
<dynamic-content type="other"/>
<h2>Αποστολή</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/>
Αποστολή εντός Γερμανίας (€3.00)<br/>
<input type="radio" name="_shipping" value="7" checked="Y"/>
Αποστολή εντός Ευρώπης (€7.00)<br/>
<input type="radio" name="_shipping" value="12"/>
Αποστολή εκτός Ευρώπης (€12.00)<br/>
</p>
<table>
<tr>
<td><p>Όνομα:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="name"/>
</td>
</tr>
<tr>
<td><p>Διεύθυνση:</p></td>
<td>
<textarea cols="80" rows="5" style="width:500px" name="address"/>
</td>
</tr>
<tr>
<td><p>Διεύθυνση ηλεκτρονικού ταχυδρομείου:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="email"/>
</td>
</tr>
<tr>
<td><p>Τηλέφωνο:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="phone"/>
</td>
</tr>
</table>
<!-- Should help against spam -->
<p class="n">
Παρακαλούμε μη σημειώσετε τίποτα εδώ:
<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="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: ***
-->