#include <infodrom.style>
#include "lt.style"
#include "functions.inc"
#include "edit.style"

<postgresconnect>

<ltpage title="Project Management">

<p>With this form you can order flyers and posters free of cost for you, which are intended
to be presented in book stores, universities, schools, IT companies
and other public places.  Feel free to order more for your friends and
local user groups so that they are widely spread.  Posters are of the size A2.</p>

<center><table cellpadding=0 cellspacing=1>
<form action=update.php3 method=post>

<input type=hidden name=type value=flyers>

<row_input	name=flyers
		title="<b>#&nbsp;Flyers</b>"
		value=""
		>
<row_input	name=posters
		title="<b>#&nbsp;Posters</b>"
		value=""
		>

<row_input	name=address0
		title="<b>Name</b>"
		value="<? echo $LINUXTAG_AUTH['name']; ?>"
		>
<row_input	name=address1
		title="<b>Address</b>"
		value=""
		>
<row_input	name=address2
		title="&nbsp;"
		value=""
		>
<row_input	name=address3
		title="&nbsp;"
		value=""
		>

<row_input	name=comment
		title="<b>Comment</b>"
		value=""
		>

<row_submit>

</form>
</table></center>

</ltpage>

# Local variables:
# mode: text
# mode: auto-fill
# end:
