fsfe-website/order/order.nb.xhtml

97 lines
2.5 KiB
HTML

<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>Free Software Foundation Europe - Produkter</title>
</head>
<body>
<h1>FSFE Produkter</h1>
<form action="/cgi-bin/weborder.pl" method="post">
<h2>T-skjorter</h2>
<dynamic-content type="tshirt"/>
<h2>Kvinnelige skjorter</h2>
<dynamic-content type="girlie"/>
<h2>Hettegenser</h2>
<dynamic-content type="hooded"/>
<a name="other-items"><h2>Andre produkter</h2></a>
<dynamic-content type="other"/>
<h2>Promotion materials</h2>
<p>
Se vår <a href="/documents/printable/printable.html">side for utskriftsmateriell</a>
for å bestille brosjyrer og flygeblad.
</p>
<h2>Forsendelse</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/>
Forsendelser innenfor Tyskland (€3.00)<br/>
<input type="radio" name="_shipping" value="7" checked="Y"/>
Forsendelser innenfor Europa (€7.00)<br/>
<input type="radio" name="_shipping" value="12"/>
Forsendelser på utensiden av Europa (€12.00)<br/>
</p>
<table>
<tr>
<td><p>Navn:</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-post:</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">
Vennligst ikke skriv inn noe her:
<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="Send forespørsel om de produktene"/>
</center>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="en"/>
</form>
</body>
<translator>Cato Auestad</translator>
<timestamp>$Date $Author</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->