49 lines
3.7 KiB
Smarty
49 lines
3.7 KiB
Smarty
|
<div id="posts-list" class="page-content-half">
|
||
|
<div class="entry-content cf">
|
||
|
<h2>Register</h2>
|
||
|
<span style="text-align:center; display:block;">
|
||
|
{$emsg}
|
||
|
<form class="registerform" action="/register.php" method="post">
|
||
|
<fieldset>
|
||
|
<legend>Data</legend>
|
||
|
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="themes/default/images/icons/user.png" style="border:none;"/> Username:<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/><br /></strong>
|
||
|
<input type="text" value="{$data.username}" name="username" size="20" maxlength="25" /></div>
|
||
|
<div style="float: left; width: 200px; margin-top: 10px; margin-left:20px;"><strong><img src="themes/default/images/icons/key.png" style="border:none;"/> Password:<img src="themes/default/images/icons/bullet_star.png" style="border:none;" /></strong><br />
|
||
|
<input type="password" name="password" size="20" maxlength="20" /></div>
|
||
|
<div style="float:right; width: 200px; margin-top: 10px;">
|
||
|
<strong><img src="themes/default/images/icons/key.png" style="border:none;" /> repeat Passwort:<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></strong><br />
|
||
|
<input type="password" name="cpassword" size="20" maxlength="25" /></div>
|
||
|
<div style="float:left; width: 200px; margin-top: 10px;">
|
||
|
<strong><img src="themes/default/images/icons/email.png" style="border:none;"/> E-Mail:<img src="themes/default/images/icons/bullet_star.png" style="border:none;" /></strong><br />
|
||
|
<input type="text" value="{$data.email}" name="email" size="20" maxlength="40" /></div>
|
||
|
<div style="float:left; width: 200px; margin-top: 10px; margin-left:20px;">
|
||
|
<strong><img src="themes/default/images/icons/map.png" style="border:none;"/> Location:</strong><br />
|
||
|
<input type="text" value="{$data.from}" name="from" size="20" maxlength="40" /></div>
|
||
|
<div style="float:right; width: 200px; margin-top: 10px; margin-bottom: 10px;"><strong><img src="themes/default/images/icons/user_orange.png" style="border:none;"/> Realname:<br /></strong>
|
||
|
<input type="text" value="{$data.realname}" name="realname" size="20" maxlength="25" /></div>
|
||
|
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="themes/default/images/icons/female.png" style="border:none;"/>/<img src="themes/default/images/icons/male.png" style="border:none;" /> Gender:<br /></strong>
|
||
|
<select name="gender">
|
||
|
<option value="u">N/A</option>
|
||
|
<option value="f">Female</option>
|
||
|
<option value="m">Male</option>
|
||
|
</select></div>
|
||
|
<div style="float:left; width: 200px; margin-top: 10px;">
|
||
|
<strong><img src="themes/default/images/icons/cake.png" style="border:none;"/> Birthday:<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></strong><br />
|
||
|
<input type="text" value="{$data.birthday}" name="birthday" id="birthday" size="10" maxlength="10" /> <img src="themes/default/images/icons/date.png" onclick="displayCalendar(document.getElementById('birthday'),'dd.mm.yyyy',this)"/></div>
|
||
|
<br />
|
||
|
<div style="clear:both; margin-top: 10px;">
|
||
|
<input type="checkbox" value="1" name="agreed" id="agreed" /><strong> I agree to the <a href="/terms.html">Terms & Conditions</a>, the <a href="/rules.html">Rules</a> and I confirm I am at least 17 years old.</strong><img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></div>
|
||
|
</fieldset>
|
||
|
{if $captcha==1}
|
||
|
<fieldset>
|
||
|
<legend>Captcha<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></legend>
|
||
|
<div class="g-recaptcha" data-sitekey="6Le4qyQTAAAAAEq44nutlvk87TQ8GAX9GvRMUNpk"></div>
|
||
|
</fieldset>
|
||
|
{/if}
|
||
|
<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/> required Fields<br />
|
||
|
<input type="hidden" name="sid" value="{$sid}" />
|
||
|
<input type="submit" class="button" name="submit" value="Register" />
|
||
|
</form>
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|