fsfe-website/order/order.da.xhtml

133 lines
3.9 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">T-shirts til kvinder</a></li>
<li><a href="#hooded">Hættetrøjer</a></li>
<!-- li><a href="#baby-clothes">Babytøj</a></li -->
<li><a href="#other">Andre varer</a></li>
</ul>
</div>
<p class="p-summary">
Vis at du elsker fri software ved at anvende og iklæde dig de neden for
nævnte mærkevarer. Fri software-beklædning er en fantastisk måde at
skabe opmærksomhed inden for dit lokale fællesskab, og hvert salg giver
øknomiske midler til vigtige FSFE-projekter.
</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">T-shirts til kvinder</h2>
<dynamic-content type="girlie"/>
<h2 id="hooded">Hættetrøjer</h2>
<dynamic-content type="hooded"/>
<!-- h2 id="baby-clothes">Babytøj</h2>
<dynamic-content type="baby-clothes"/ -->
<h2 id="other">Andre varer</h2>
<dynamic-content type="other"/>
<h2>Reklameartikler</h2>
<p>
Se vores <a href="/contribute/spreadtheword.html#promo-material">ordreside
for informationsmateriale</a> til foldere, klistermærker og andet.
</p>
<h2>Forsendelse</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
<label for="shipping-de">Forsendelse inden for Tyskland (€3,00)</label><br/>
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
<label for="shipping-eu">Forsendelse inden for Europa (€7,00)</label><br/>
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
<label for="shipping-world">Forsendelse uden for Europa (€12,00)</label><br/>
</p>
<table class="order-form">
<tr>
<td class="order-left"><p>Navn:</p></td>
<td class="order-right">
<input type="text" name="name"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Adresse:</p></td>
<td class="order-right">
<textarea rows="5" name="address"/>
</td>
</tr>
<tr>
<td class="order-left"><p>E-mail:</p></td>
<td class="order-right">
<input type="text" name="email"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Telefon:</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">
Vær venlig ikke at skrive noget her:
<input type="text" size="40" name="url"/>
</p>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="da_DK"/>
<!-- Translators: Please also translate the value here, it's the label
of the button -->
<input id="order-submit" type="submit" value="Bestil de valgte varer"/>
</td>
</tr>
</table>
</form>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->