Make order-form bootstrap-native #957
@ -787,20 +787,7 @@ table.merchandise {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
table.order-form {
|
||||
width: 100%;
|
||||
.order-left {
|
||||
min-width: 65px;
|
||||
width: 10%;
|
||||
}
|
||||
.order-right input,textarea {
|
||||
max-width: 400px;
|
||||
width: 90%;
|
||||
}
|
||||
#order-submit {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
form.thankyou {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
2
look/fsfe.min.css
vendored
2
look/fsfe.min.css
vendored
File diff suppressed because one or more lines are too long
2
look/valentine.min.css
vendored
2
look/valentine.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,132 +0,0 @@
|
||||
<?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: ***
|
||||
-->
|
@ -42,8 +42,8 @@
|
||||
<p class="p-summary">
|
||||
Zeigen Sie, dass Sie ein Fan von Freier Software sind, indem Sie die unten
|
||||
gezeigten Fanartikel benutzen oder tragen. Diese Artikel 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
|
||||
großartige Möglichkeit, um Freie Software in Ihrer Umgebung stärker ins
|
||||
Bewusstsein zu bringen. Mit jedem Kauf unterstützen Sie wichtige
|
||||
Projekte der FSFE.
|
||||
</p>
|
||||
|
||||
@ -79,65 +79,81 @@
|
||||
|
||||
<p>
|
||||
Auf unserer
|
||||
<a href="/contribute/spreadtheword.html#promo-material">Informations-Material-Seite</a>
|
||||
<a href="/contribute/spreadtheword.html#promo-material">Informationsmaterial-Seite</a>
|
||||
können Sie Broschüren, Sticker und anderes bestellen.
|
||||
</p>
|
||||
|
||||
<h2>Versandkosten</h2>
|
||||
<h2>Versand</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Versand innerhalb Deutschlands (€3.00)</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Versand innerhalb Europas (€7.00)</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Weltweiter Versand (€12.00)</label><br/>
|
||||
<!-- input type="radio" id="shipping-none" name="_shipping" value="0"/>
|
||||
<label for="shipping-none">Kein Versand (Selbstabholung)</label><br/ -->
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-de" value="3" />
|
||||
<strong>Versand innerhalb Deutschlands (€3.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-eu" value="7" checked="" />
|
||||
<strong>Versand innerhalb Europas (€7.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-world" value="12" />
|
||||
<strong>Versand außerhalb Europas (€12.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="name">Name:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="name" name="name" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label vcenter" for="address">Vollständige Adresse:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<textarea class="form-control" rows="5" id="address" name="address" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="email">E-Mail:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="email" name="email" type="email" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="phone">Telefon:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="phone" name="phone" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="n">
|
||||
Bitte hier nichts eingeben:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>Name:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Vollständige 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">
|
||||
Bitte hier nichts eingeben:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="de_DE"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Artikel bestellen"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="de_DE"/>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-offset-2 col-sm-6">
|
||||
<button type="submit" class="btn btn-primary">Artikel bestellen</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
|
@ -84,59 +84,75 @@
|
||||
|
||||
<h2>Shipping</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Shipping within Germany (€3.00)</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Shipping within Europe (€7.00)</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Shipping outside Europe (€12.00)</label><br/>
|
||||
<!-- input type="radio" id="shipping-none" name="_shipping" value="0"/>
|
||||
<label for="shipping-none">No shipping (self collection)</label><br/ -->
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-de" value="3" />
|
||||
<strong>Shipping within Germany (€3.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-eu" value="7" checked="" />
|
||||
<strong>Shipping within Europe (€7.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-world" value="12" />
|
||||
<strong>Shipping outside Europe (€12.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="name">Name:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="name" name="name" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label vcenter" for="address">Complete address:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<textarea class="form-control" rows="5" id="address" name="address" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="email">Email:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="email" name="email" type="email" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="phone">Phone:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="phone" name="phone" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="n">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>Name:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Complete Address:</p></td>
|
||||
<td class="order-right">
|
||||
<textarea rows="5" name="address"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Email:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="email"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Phone:</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">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="en_GB"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Order items"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="en_GB"/>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-offset-2 col-sm-6">
|
||||
<button type="submit" class="btn btn-primary">Order items</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
|
@ -1,133 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Boutique – 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>La boutique de la FSFE</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 femme</a></li>
|
||||
<li><a href="#hooded">Sweatshirts à capuche</a></li>
|
||||
<!-- li><a href="#baby-clothes">Vêtements pour bébés</a></li -->
|
||||
<li><a href="#other">Autres objets</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p class="p-summary">
|
||||
Affichez votre amour pour le Logiciel Libre et montrez le en arborant l'un
|
||||
des articles ci-dessous. Les vêtements sont un excellent moyen de
|
||||
sensibilisation pour le Logiciel Libre auprès des communautés locales, de
|
||||
plus chaque achat d'articles contribue au financement des projets soutenus
|
||||
par la FSFE.
|
||||
</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 femme</h2>
|
||||
|
||||
<dynamic-content type="girlie"/>
|
||||
|
||||
<h2 id="hooded">Sweatshirts à capuche</h2>
|
||||
|
||||
<dynamic-content type="hooded"/>
|
||||
|
||||
<!-- h2 id="baby-clothes">Vêtements pour bébés</h2>
|
||||
|
||||
<dynamic-content type="baby-clothes"/ -->
|
||||
|
||||
<h2 id="other">Autres objets</h2>
|
||||
|
||||
<dynamic-content type="other"/>
|
||||
|
||||
<h2>Objets promotionnels</h2>
|
||||
|
||||
<p>
|
||||
Visitez la <a href="/contribute/spreadtheword.html#promo-material">page de commande de supports d'information</a> pour commander des dossiers et des tracts.
|
||||
</p>
|
||||
|
||||
<h2>Expédition</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Expédition en Allemagne (3,00 € )</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Expédition en Europe (7,00 € )</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Expédition en dehors de l'Europe (12,00 € )</label><br/>
|
||||
</p>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>Nom :</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>Courriel :</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="email"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Téléphone :</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">
|
||||
Merci de ne rien écrire dans cette case :
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="fr_FR"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Commander ces objets"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
<timestamp>$Date$ $Author$</timestamp>
|
||||
<translator>Michel Roche (Vercors-France)</translator>
|
||||
</html>
|
||||
<!--
|
||||
Local Variables: ***
|
||||
mode: xml ***
|
||||
End: ***
|
||||
-->
|
@ -84,59 +84,75 @@
|
||||
|
||||
<h2>Spedizione</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Spedizione in Germania (3,00 €)</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Spedizione in Europa (7,00 €)</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Spedizione extra UE (12,00 €)</label><br/>
|
||||
<!-- input type="radio" id="shipping-none" name="_shipping" value="0"/>
|
||||
<label for="shipping-none">No shipping (self collection)</label><br/ -->
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-de" value="3" />
|
||||
<strong>Spedizione in Germania (3,00 €)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-eu" value="7" checked="" />
|
||||
<strong>Spedizione in Europa (7,00 €)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-world" value="12" />
|
||||
<strong>Spedizione extra UE (12,00 €)</strong>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="name">Nome:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="name" name="name" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label vcenter" for="address">Indirizzo:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<textarea class="form-control" rows="5" id="address" name="address" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="email">Email:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="email" name="email" type="email" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="phone">Telefono:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="phone" name="phone" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="n">
|
||||
Per favore non scrivere niente qui:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>Nome:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Indirizzo:</p></td>
|
||||
<td class="order-right">
|
||||
<textarea rows="5" name="address"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Email:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="email"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Telefono:</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">
|
||||
Per favore non scrivere niente qui:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="it_IT"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Confermo l'ordine"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="it_IT"/>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-offset-2 col-sm-6">
|
||||
<button type="submit" class="btn btn-primary">Confermo l'ordine</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
|
@ -81,63 +81,78 @@ Toon uw liefde voor Vrije Software door de fan-artikelen hieronder te
|
||||
om informatiematerialen</a> zoals folders en stickers te bestellen.
|
||||
</p>
|
||||
|
||||
<h2>Verzenden</h2>
|
||||
<h2>Verzenden</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-de" value="3" />
|
||||
<strong>Verzenden binnen Duitsland (€3.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-eu" value="7" checked="" />
|
||||
<strong>Verzenden binnen Europa (€7.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="_shipping" id="shipping-world" value="12" />
|
||||
<strong>Verzenden buiten Europa (€12.00)</strong>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Verzenden binnen Duitsland (€3.00)</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Verzenden binnen Europa (€7.00)</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Verzenden buiten Europa (€12.00)</label><br/>
|
||||
<!-- input type="radio" id="shipping-none" name="_shipping" value="0"/>
|
||||
<label for="shipping-none">Niet verzenden (zelf ophalen)</label><br/ -->
|
||||
</p>
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="name">naam:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="name" name="name" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>Naam:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Compleet adres:</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>Telefoon:</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">
|
||||
Vul hier alstublieft niets in:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="nl"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Bestel artikelen"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label vcenter" for="address">Compleet adres:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<textarea class="form-control" rows="5" id="address" name="address" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="email">E-mail:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="email" name="email" type="email" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-2">
|
||||
<label class="control-label" for="phone">Telefoon:</label>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" id="phone" name="phone" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="n">
|
||||
Vul hier alstublieft niets in:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="nl_NL"/>
|
||||
|
||||
<div class="row form-group">
|
||||
<div class="col-sm-offset-2 col-sm-6">
|
||||
<button type="submit" class="btn btn-primary">Bestel artikelen</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
Betaling is mogelijk via bankoverschrijving, PayPal en verschillende
|
||||
|
@ -1,133 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Artikuj Tregtarë – 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>Artikuj Tregtarë</h1>
|
||||
|
||||
<div id="toc">
|
||||
<p style="text-indent:1em;">Available merchandise:</p>
|
||||
<ul style="margin-bottom: 1em;">
|
||||
<li><a href="#tshirt">Bluza</a></li>
|
||||
<li><a href="#girlie">Bluza për Femra</a></li>
|
||||
<li><a href="#hooded">Bluza me Kapuç</a></li>
|
||||
<!-- li><a href="#baby-clothes">Për Foshnja</a></li -->
|
||||
<li><a href="#other">Artikuj të Tjerë</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p class="p-summary">
|
||||
Shpaloseni dashurinë tuaj për Software-in e Lirë duke përdorur
|
||||
dhe veshur artikujt më poshtë që përdorin markën tonë. Veshja e
|
||||
diçkaje që shpalos Software-in e Lirë është një rrugë e bukur
|
||||
për rritjen e ndërgjegjësimit brenda bashkësisë suaj vendore,
|
||||
dhe çdo shitje ndihmon financimin e projekteve kritike të FSFE-së.
|
||||
</p>
|
||||
|
||||
<p style="clear:both;"></p>
|
||||
|
||||
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
|
||||
<h2 id="tshirt">Bluza</h2>
|
||||
|
||||
<dynamic-content type="tshirt"/>
|
||||
|
||||
<h2 id="girlie">Bluza për Femra</h2>
|
||||
|
||||
<dynamic-content type="girlie"/>
|
||||
|
||||
<h2 id="hooded">Bluza me Kapuç</h2>
|
||||
|
||||
<dynamic-content type="hooded"/>
|
||||
|
||||
<!-- h2 id="baby-clothes">Për Foshnja</h2>
|
||||
|
||||
<dynamic-content type="baby-clothes"/ -->
|
||||
|
||||
<h2 id="other">Artikuj të Tjerë</h2>
|
||||
|
||||
<dynamic-content type="other"/>
|
||||
|
||||
<h2>Materiale promocionale</h2>
|
||||
|
||||
<p>
|
||||
Hidhini një sy <a href="/contribute/spreadtheword.html#promo-material">faqes
|
||||
sonë të materialeve informative të shtypshme</a> që të porositni fletëpalosje, ngjitësa dhe gjëra të tjera.
|
||||
</p>
|
||||
|
||||
<h2>Dërgimi</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Dërgim brenda Gjermanisë (€3.00)</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Dërgim brenda Europës (€7.00)</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Dërgim jashtë Europës (€12.00)</label><br/>
|
||||
</p>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>Emër:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Adresë:</p></td>
|
||||
<td class="order-right">
|
||||
<textarea rows="5" name="address"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Email:</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">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="sq"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Bëni kërkesën për këto objekte"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
<timestamp>$Date: 2016-05-09 10:06:28 +0200 (Mon, 09. Mai 2016) $ $Author: reinhard $</timestamp>
|
||||
</html>
|
||||
<!--
|
||||
Local Variables: ***
|
||||
mode: xml ***
|
||||
End: ***
|
||||
-->
|
@ -1,140 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Ürünler – 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>Ürünler</h1>
|
||||
|
||||
<div id="toc">
|
||||
<p style="text-indent:1em;">Mevcut ürünler:</p>
|
||||
<ul style="margin-bottom: 1em;">
|
||||
<li><a href="#tshirt">Tişörtler</a></li>
|
||||
<li><a href="#girlie">Kadın Tişörtleri</a></li>
|
||||
<li><a href="#hooded">Kapşonlular</a></li>
|
||||
<!-- li><a href="#baby-clothes">Bebek Kıyafetleri</a></li -->
|
||||
<li><a href="#other">Diğer Ürünler</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p class="p-summary">
|
||||
Özgür Yazılım sevginizi aşağıdaki işaretli ürünleri giyerek ve kullanarak
|
||||
gösterin. Özgür Yazılım kıyafetleri yerel topluluğunuzda farkındalığı arttırmak
|
||||
için oldukça iyi bir yöntemdir ve her satış da kritik FSFE projelerini maddi
|
||||
olarak desteklemektir.
|
||||
</p>
|
||||
|
||||
<p style="clear:both;"></p>
|
||||
|
||||
|
||||
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
|
||||
<h2 id="tshirt">Tişörtler</h2>
|
||||
|
||||
<dynamic-content type="tshirt"/>
|
||||
|
||||
<h2 id="girlie">Kadın Tişörtleri</h2>
|
||||
|
||||
<dynamic-content type="girlie"/>
|
||||
|
||||
<h2 id="hooded">Kapşonlular</h2>
|
||||
|
||||
<dynamic-content type="hooded"/>
|
||||
|
||||
<!-- h2 id="baby-clothes">Bebek Kıyafetleri</h2>
|
||||
|
||||
<dynamic-content type="baby-clothes"/ -->
|
||||
|
||||
<h2 id="other">Diğer Ürünler</h2>
|
||||
|
||||
<dynamic-content type="other"/>
|
||||
|
||||
<h2>Promosyon Malzemeleri</h2>
|
||||
|
||||
<p>
|
||||
Broşür, çıkartma ve diğer şeyleri sipariş etmek için
|
||||
<a href="/contribute/spreadtheword.html#promo-material">bilgi malzemeleri
|
||||
sipariş sayfamızı</a> inceleyin.
|
||||
</p>
|
||||
|
||||
<h2>Kargo</h2>
|
||||
|
||||
<p>
|
||||
<input type="hidden" name="shipping" value="1"/>
|
||||
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
|
||||
<label for="shipping-de">Almanya içerisine (€3.00)</label><br/>
|
||||
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
|
||||
<label for="shipping-eu">Avrupa içerisine (€7.00)</label><br/>
|
||||
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
|
||||
<label for="shipping-world">Avrupa dışına (€12.00)</label><br/>
|
||||
</p>
|
||||
|
||||
<table class="order-form">
|
||||
<tr>
|
||||
<td class="order-left"><p>İsim:</p></td>
|
||||
<td class="order-right">
|
||||
<input type="text" name="name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>Tam Adres:</p></td>
|
||||
<td class="order-right">
|
||||
<textarea rows="5" name="address"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="order-left"><p>E-posta:</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">
|
||||
Lütfen buraya bir şey yazmayın:
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<!-- Translators: Please change the value here to your language -->
|
||||
<input type="hidden" name="language" value="tr_TR"/>
|
||||
<!-- Translators: Please also translate the value here, it's the label
|
||||
of the button -->
|
||||
<input id="order-submit" type="submit" value="Ürünleri Sipariş Et"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
Ödeme için banka aktarımı, PayPal ve çeşitli kredi ve nakit kartlarını
|
||||
kullanabilirsiniz. Siparişinizi verdiğinizde daha ayrıntılı bilgi size
|
||||
iletilecektir.
|
||||
</p>
|
||||
</body>
|
||||
|
||||
<timestamp>$Date$ $Author$</timestamp>
|
||||
</html>
|
||||
<!--
|
||||
Local Variables: ***
|
||||
mode: xml ***
|
||||
End: ***
|
||||
-->
|
Loading…
Reference in New Issue
Block a user