<mef:set title="Registration" />

<style type="text/css">
<![CDATA[
#tr-password { display: none; }
]]>
</style>

<div class="instructions">
<p>
	Fill out this form completely and accurately. You must supply a valid email address in order for
	the registration to succeed. There is no need to worry about spam—your email address is kept a secret.
	There is also no need to use a fake name, as you can choose to display your username instead.
</p>
<p>
	<b>Note:</b> Please do not open multiple accounts. If you have forgotten your password, <a href="/account/forgot">go here</a> to retrieve it.
	If you need help accessing your previous account, email <mef:mailto address="support@allegro.cc" />.
</p>
</div>

<div style="margin: 1em;">
	<b>Note:</b> If you have an OpenID identifier, you may simply <a href="/account/login">log in</a> with it instead of creating an account here.
</div>

<mef:if expr="show_form">

<mef:false>

<form id="not-a-spammer" style="margin: 2em 1em 1em 1em; padding: 1em; border: dashed black 1px; border-radius: 5px; background: white;">

<p style="margin-top: 0;">
  If you are a spammer, don't bother signing up!
</p>
<p>
   No URLs will ever be shown or indexed and your account will promptly be deleted.
</p>

<input type="button" value="I am not a SEO Spammer" onclick="$('not-a-spammer').hide(); $('hidden-form').show();" />

</form>

<div id="hidden-form" style="display: none;">
<mef:form form="{form}" />
</div>

</mef:false>

<mef:true>
<mef:form form="{form}" />
</mef:true>

</mef:if>