fsfe-website/order/order.ru.xhtml
rainer a6187d04ea New Version of orderpage now in wildlife
svn path=/trunk/; revision=25850
2013-06-30 17:08:23 +00:00

112 lines
3.4 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>Европейский фонд свободного программного обеспечения - Товары</title>
</head>
<body>
<h1>Товары ЕФСПО</h1>
<div id="introduction">
<div class="image">
<img src="/graphics/stars-smaller.png" alt="Звёзды" />
</div>
<p>
Покажите, что вы любите свободное ПО. Пусть ваша одежда и другие
предметы рассказывают о нём в вашем обществе. Каждая покупка помогает
финансировать критичные проекты ЕФСПО.
<br />
<br />
У нас есть также <a href="#other-items">канцтовары, посуда, значки и брелоки</a>.
</p>
</div>
<form action="/cgi-bin/weborder.pl" method="post">
<h2>Футболки</h2>
<dynamic-content type="t-shirt"/>
<h2>Женские футболки</h2>
<dynamic-content type="girlie"/>
<h2>Толстовка с капюшоном</h2>
<dynamic-content type="hooded"/>
<a name="other-items"><h2>Другие товары</h2></a>
<dynamic-content type="other"/>
<h2>Рекламные материалы</h2>
<p>
Рекламные брошюры и листовки находятся на странице <a href="/documents/printable/printable.html">печатных материалов</a>.
</p>
<h2>Доставка</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/>
Доставка по Германии (3 евро)
<input type="radio" name="_shipping" value="7" checked="Y"/>
Доставка по Европе (7 евро)
<input type="radio" name="_shipping" value="12"/>
Доставка за пределы Европы (12 евро)
</p>
<table>
<tr>
<td><p>Имя:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="name"/>
</td>
</tr>
<tr>
<td><p>Адрес:</p></td>
<td>
<textarea cols="80" rows="5" style="width:500px" name="address"/>
</td>
</tr>
<tr>
<td><p>Электронная почта:</p></td>
<td>
<input type="text" size="80" style="width:500px" name="email"/>
</td>
</tr>
<tr>
<td><p>Телефон:</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="Заказать товары"/>
</center>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="ru"/>
</form>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->