attempting to kick start build script

svn path=/branches/design/; revision=18344
This commit is contained in:
samtuke
2010-11-17 13:47:02 +00:00
parent fe8579f068
commit aac28f0688
241 changed files with 4506 additions and 0 deletions

112
order/order.en.xhtml Normal file
View File

@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>Free Software Foundation Europe - Merchandise</title>
</head>
<body>
<h1>FSFE Merchandise</h1>
<div id="introduction">
<div class="image">
<img src="/graphics/stars-smaller.png" alt="Stars" />
</div>
<p>
Show your love for Free Software by using and wearing the branded items below.
Free Software clothing is a great way of raising awareness within your local
community, and each sale helps to fund critical FSFE projects.
<br />
<br />
We also stock a range of <a href="#other-items">stationary, mugs, badges, and keyrings</a>.
</p>
</div>
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
<h2>Men's T-Shirts</h2>
<dynamic-content type="t-shirt"/>
<h2>Women's T-Shirts</h2>
<dynamic-content type="girlie"/>
<h2>Hooded Shirts</h2>
<dynamic-content type="hooded"/>
<h2 id="other-items">Other Items</h2>
<dynamic-content type="other"/>
<h2>Promotion materials</h2>
<p>
Check our <a href="/documents/printable/printable.html">printable
information material page</a> to order folders and leaflets.
</p>
<h2>Shipping</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/>
Shipping within Germany (€3.00)<br/>
<input type="radio" name="_shipping" value="7" checked="Y"/>
Shipping within Europe (€7.00)<br/>
<input type="radio" name="_shipping" value="12"/>
Shipping outside Europe (€12.00)<br/>
</p>
<table>
<tr>
<td><p>Name:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="name"/>
</td>
</tr>
<tr>
<td><p>Address:</p></td>
<td>
<textarea cols="80" rows="5" style="width:500px" name="address"/>
</td>
</tr>
<tr>
<td><p>Email:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="email"/>
</td>
</tr>
<tr>
<td><p>Phone:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="phone"/>
</td>
</tr>
</table>
<!-- Should help against spam -->
<p class="n">
Please do not put anything in here:
<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: ***
-->