replace meta-description element with separate element
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- @TRANSLATORS: PLEASE DON'T TRANSLATE THIS FILE YET. IT IS SUBJECT TO CHANGE DURING THE NEXT WEEKS -->
|
||||
<html>
|
||||
<version>2</version>
|
||||
|
||||
<head>
|
||||
<title>Spread the word</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="FSFE's Promotion Material"/>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="spreadtheword">
|
||||
@@ -15,7 +13,7 @@
|
||||
|
||||
<h1 id="spread-the-word">Spread the word!</h1>
|
||||
|
||||
<module id="order-delay" />
|
||||
<module id="order-delay"/>
|
||||
|
||||
<div id="toc">
|
||||
<p class="head"><strong><a href="#how-to-order">Order now</a></strong></p>
|
||||
@@ -42,7 +40,7 @@
|
||||
<h2 id="promo-material" class="noclear">FSFE Promotion Material</h2>
|
||||
|
||||
<p>
|
||||
Are you going to a Free Software meeting or are you even organising one? Maybe you like to promote Free Software and the work of the FSFE around your friends and colleagues or at some public event? There are various reasons why and when you might like to receive promotion material for Free Software and the FSFE. Whatever it might be, we will be happy to send you our printed promotion material for <strong>no cost</strong>.<br /> On this page, you find an overview about our material and details about each product.</p>
|
||||
Are you going to a Free Software meeting or are you even organising one? Maybe you like to promote Free Software and the work of the FSFE around your friends and colleagues or at some public event? There are various reasons why and when you might like to receive promotion material for Free Software and the FSFE. Whatever it might be, we will be happy to send you our printed promotion material for <strong>no cost</strong>.<br/> On this page, you find an overview about our material and details about each product.</p>
|
||||
|
||||
|
||||
<h2 id="how-to-order" class="noclear">How to order</h2>
|
||||
@@ -52,81 +50,76 @@
|
||||
</p>
|
||||
|
||||
|
||||
<form
|
||||
class="highlight labeledform form-inline"
|
||||
id="orderpromo"
|
||||
method="post"
|
||||
action="/cgi-bin/promotion.php"
|
||||
accept-charset="utf-8">
|
||||
<add-language />
|
||||
<form class="highlight labeledform form-inline" id="orderpromo" method="post" action="/cgi-bin/promotion.php" accept-charset="utf-8">
|
||||
<add-language/>
|
||||
<h3>Order promotional material</h3>
|
||||
<p>Fields marked with * are mandatory.</p>
|
||||
<fieldset>
|
||||
<legend>Your address</legend>
|
||||
<div>
|
||||
<span class="formlabel">First name, Last name*:</span>
|
||||
<input type="text" name="firstname" placeholder="First Name" size="15" />
|
||||
<input type="text" name="lastname" placeholder="Last Name" size="15" required="required" />
|
||||
<input type="text" name="firstname" placeholder="First Name" size="15"/>
|
||||
<input type="text" name="lastname" placeholder="Last Name" size="15" required="required"/>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">Email*:</span>
|
||||
<input type="email" name="mail" placeholder="Email" size="20" required="required" />
|
||||
<input type="email" name="mail" placeholder="Email" size="20" required="required"/>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">Company/Organisation (if any):</span>
|
||||
<input type="text" name="org" placeholder="Organisation" size="20" />
|
||||
<input type="text" name="org" placeholder="Organisation" size="20"/>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">Street, No.*:</span>
|
||||
<input type="text" name="street" size="20" required="required" />
|
||||
<input type="text" name="street" size="20" required="required"/>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">Zip*, City*:</span>
|
||||
<input type="text" name="zip" size="5" required="required" />
|
||||
<input type="text" name="city" size="15" required="required" />
|
||||
<input type="text" name="zip" size="5" required="required"/>
|
||||
<input type="text" name="city" size="15" required="required"/>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">Country*:</span>
|
||||
<country-list />
|
||||
<country-list/>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Compose your package</legend>
|
||||
<div>
|
||||
<span class="formlabel">Package selection*:</span>
|
||||
<label for="default"><input type="radio" name="packagetype" id="default" value="default" required="required" />Default: Something from everything listed here, depending on size, language selection and availability. Select <em>Custom</em> if you would like to set preferences.</label>
|
||||
<label for="default"><input type="radio" name="packagetype" id="default" value="default" required="required"/>Default: Something from everything listed here, depending on size, language selection and availability. Select <em>Custom</em> if you would like to set preferences.</label>
|
||||
<div>
|
||||
<label for="custom"><input type="radio" name="packagetype" id="custom" value="custom" required="required" />Custom: You can set preferences, e.g. specific campaigns or the type of promotion materials. Unfortunately we cannot guarantee to fulfill all wishes.
|
||||
<label for="custom"><input type="radio" name="packagetype" id="custom" value="custom" required="required"/>Custom: You can set preferences, e.g. specific campaigns or the type of promotion materials. Unfortunately we cannot guarantee to fulfill all wishes.
|
||||
<div class="reveal">
|
||||
<textarea name="specifics" rows="6" cols="40" placeholder="For example: Only leaflets explaining Free Software, no posters..." />
|
||||
<textarea name="specifics" rows="6" cols="40" placeholder="For example: Only leaflets explaining Free Software, no posters..."/>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">I would like to use the material for (short description)*:</span>
|
||||
<textarea name="usage" rows="4" cols="40" placeholder="For example: Spreading information about Free Software in my surrounding, on event XYZ..." required="required" />
|
||||
<textarea name="usage" rows="4" cols="40" placeholder="For example: Spreading information about Free Software in my surrounding, on event XYZ..." required="required"/>
|
||||
</div>
|
||||
<div class="langselector">
|
||||
<span class="formlabel">My language preferences (we cannot guarantee availability):</span>
|
||||
<ul>
|
||||
<!-- Translators: No need to translate here, we use the native names -->
|
||||
<!-- If you want to extend, please iterate the number behind "lang" accordingly -->
|
||||
<li><label for="lang1"><input type="checkbox" name="languages[]" id="lang1" value="en" checked="checked" />English</label></li>
|
||||
<li><label for="lang2"><input type="checkbox" name="languages[]" id="lang2" value="cn" />中文</label></li>
|
||||
<li><label for="lang3"><input type="checkbox" name="languages[]" id="lang3" value="de" />Deutsch</label></li>
|
||||
<li><label for="lang4"><input type="checkbox" name="languages[]" id="lang4" value="el" />Eλληνικά</label></li>
|
||||
<li><label for="lang5"><input type="checkbox" name="languages[]" id="lang5" value="es" />Español</label></li>
|
||||
<li><label for="lang6"><input type="checkbox" name="languages[]" id="lang6" value="fr" />Français</label></li>
|
||||
<li><label for="lang7"><input type="checkbox" name="languages[]" id="lang7" value="it" />Italiano</label></li>
|
||||
<li><label for="lang8"><input type="checkbox" name="languages[]" id="lang8" value="lt" />Latviešu</label></li>
|
||||
<li><label for="lang9"><input type="checkbox" name="languages[]" id="lang9" value="nl" />Nederlands</label></li>
|
||||
<li><label for="lang10"><input type="checkbox" name="languages[]" id="lang10" value="pl" />Polski</label></li>
|
||||
<li><label for="lang11"><input type="checkbox" name="languages[]" id="lang11" value="ru" />Русский</label></li>
|
||||
<li><label for="lang12"><input type="checkbox" name="languages[]" id="lang12" value="sq" />Shqip</label></li>
|
||||
<li><label for="lang13"><input type="checkbox" name="languages[]" id="lang13" value="sr" /> Српски / srpski</label></li>
|
||||
<li><label for="lang14"><input type="checkbox" name="languages[]" id="lang14" value="fi" />Suomi</label></li>
|
||||
<li><label for="lang15"><input type="checkbox" name="languages[]" id="lang15" value="tr" />Türkçe</label></li>
|
||||
<li><label for="lang1"><input type="checkbox" name="languages[]" id="lang1" value="en" checked="checked"/>English</label></li>
|
||||
<li><label for="lang2"><input type="checkbox" name="languages[]" id="lang2" value="cn"/>中文</label></li>
|
||||
<li><label for="lang3"><input type="checkbox" name="languages[]" id="lang3" value="de"/>Deutsch</label></li>
|
||||
<li><label for="lang4"><input type="checkbox" name="languages[]" id="lang4" value="el"/>Eλληνικά</label></li>
|
||||
<li><label for="lang5"><input type="checkbox" name="languages[]" id="lang5" value="es"/>Español</label></li>
|
||||
<li><label for="lang6"><input type="checkbox" name="languages[]" id="lang6" value="fr"/>Français</label></li>
|
||||
<li><label for="lang7"><input type="checkbox" name="languages[]" id="lang7" value="it"/>Italiano</label></li>
|
||||
<li><label for="lang8"><input type="checkbox" name="languages[]" id="lang8" value="lt"/>Latviešu</label></li>
|
||||
<li><label for="lang9"><input type="checkbox" name="languages[]" id="lang9" value="nl"/>Nederlands</label></li>
|
||||
<li><label for="lang10"><input type="checkbox" name="languages[]" id="lang10" value="pl"/>Polski</label></li>
|
||||
<li><label for="lang11"><input type="checkbox" name="languages[]" id="lang11" value="ru"/>Русский</label></li>
|
||||
<li><label for="lang12"><input type="checkbox" name="languages[]" id="lang12" value="sq"/>Shqip</label></li>
|
||||
<li><label for="lang13"><input type="checkbox" name="languages[]" id="lang13" value="sr"/> Српски / srpski</label></li>
|
||||
<li><label for="lang14"><input type="checkbox" name="languages[]" id="lang14" value="fi"/>Suomi</label></li>
|
||||
<li><label for="lang15"><input type="checkbox" name="languages[]" id="lang15" value="tr"/>Türkçe</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
</fieldset>
|
||||
@@ -134,37 +127,24 @@
|
||||
<legend>Last steps</legend>
|
||||
<div>
|
||||
<span class="formlabel">Additional comment:</span>
|
||||
<textarea name="comment" rows="2" cols="40" />
|
||||
<textarea name="comment" rows="2" cols="40"/>
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" name="address" placeholder="Which address shall be used?" size="20" class="special" />
|
||||
<input type="text" name="address" placeholder="Which address shall be used?" size="20" class="special"/>
|
||||
</div>
|
||||
<div>
|
||||
<span class="formlabel">Receive the latest Free Software news:</span>
|
||||
<label for="subcd"><input name="subcd" id="subcd" value="y" type="checkbox" />I want to receive occasional information about the FSFE's activities</label>
|
||||
<label for="subnl"><input name="subnl" id="subnl" value="y" type="checkbox" />I want to receive the FSFE's monthly newsletter</label>
|
||||
<label for="subcd"><input name="subcd" id="subcd" value="y" type="checkbox"/>I want to receive occasional information about the FSFE's activities</label>
|
||||
<label for="subnl"><input name="subnl" id="subnl" value="y" type="checkbox"/>I want to receive the FSFE's monthly newsletter</label>
|
||||
</div>
|
||||
<div
|
||||
id="donate-group"
|
||||
class="form-group">
|
||||
<div id="donate-group" class="form-group">
|
||||
<span class="formlabel">Support our work with a voluntary donation*:</span>
|
||||
<div class="input-group">
|
||||
<input
|
||||
id="donate"
|
||||
name="donate"
|
||||
type="number"
|
||||
class="form-control "
|
||||
value=""
|
||||
placeholder="0 or ≥ 10 €"
|
||||
min="0"
|
||||
required="required"/>
|
||||
<input id="donate" name="donate" type="number" class="form-control " value="" placeholder="0 or ≥ 10 €" min="0" required="required"/>
|
||||
<div class="input-group-addon">€</div>
|
||||
</div>
|
||||
<div
|
||||
id="donate-error"
|
||||
class="help-block"
|
||||
style="display: none;">
|
||||
If you want to make a donation please enter at least 10 €.<br />
|
||||
<div id="donate-error" class="help-block" style="display: none;">
|
||||
If you want to make a donation please enter at least 10 €.<br/>
|
||||
If you don't want to donate please enter 0 €.
|
||||
</div>
|
||||
</div>
|
||||
@@ -224,8 +204,7 @@
|
||||
<p class="left break">
|
||||
Sometimes, parts of our promotion material section get outdated. This might be
|
||||
the case, for example, when specific campaign runs out. However, you can find
|
||||
and still download older material in our <a
|
||||
href="/contribute/promotion-materials-archive">promotion material
|
||||
and still download older material in our <a href="/contribute/promotion-materials-archive">promotion material
|
||||
archive.</a></p>
|
||||
|
||||
|
||||
@@ -234,9 +213,10 @@
|
||||
<p class="left break">From time to time, have a look at this page again for new promotional material - we will continue to update it. If you would like to help making new designs or improve old ones, join the <a href="/contribute/designers/designers">designers team</a>. Or if you would like to add translations of pages or materials, join the <a href="/contribute/translators/translators">translators team</a>.
|
||||
</p>
|
||||
|
||||
<script src="/scripts/spreadtheword.js"></script>
|
||||
<script src="/scripts/spreadtheword.js"/>
|
||||
|
||||
</body>
|
||||
<description>FSFE's Promotion Material</description>
|
||||
</html>
|
||||
<!--
|
||||
Local Variables: ***
|
||||
|
Reference in New Issue
Block a user