fml
This commit is contained in:
parent
85994871a0
commit
26732d5cd8
7 changed files with 180 additions and 85 deletions
|
@ -40,16 +40,14 @@
|
|||
<div class="row add-bottom">
|
||||
<div class="twelve columns">
|
||||
<input type="checkbox" value="1" name="agreed" id="agreed" /><strong> Ich stimme den <a href="/text/nutzungsbedingungen.html">Nutzungsbedingungen</a> zu und bestätige mindestens 16 Jahre alt zu sein.</strong><img src="themes/default/images/icons/bullet_star.png" style="border:none;"/>
|
||||
</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="6Lf5_xoUAAAAAC4J3gMQYJhKqCUIS1uITL2D3kpC"></div>
|
||||
</fieldset>
|
||||
{if $captcha != ""}
|
||||
<legend>Captcha<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/></legend>
|
||||
{$captcha}
|
||||
{/if}
|
||||
</fieldset>
|
||||
<img src="themes/default/images/icons/bullet_star.png" style="border:none;"/> Pflichtfelder<br />
|
||||
<input type="hidden" name="sid" value="{$sid}" />
|
||||
<input type="submit" class="button" name="submit" value="Register" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,45 +1,43 @@
|
|||
<h2>Registrieren</h2>
|
||||
<span style="text-align:center;">
|
||||
{$emsg}
|
||||
<form class="registerform" action="{$path}register.php" method="post">
|
||||
<fieldset>
|
||||
<h2>Registrieren</h2>
|
||||
<span style="text-align:center;">
|
||||
{$emsg}
|
||||
<form class="registerform" action="{$path}register.php" method="post">
|
||||
<fieldset>
|
||||
<legend>Grunddaten</legend>
|
||||
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/user.png" /> Username:<img src="{$path}themes/default/images/icons/bullet_star.png" /><br /></strong>
|
||||
<input type="text" value="{$data.username}" name="username" size="20" maxlength="25" /></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<input type="text" value="{$data.username}" name="username" size="20" maxlength="25" /></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<strong><img src="{$path}themes/default/images/icons/email.png" /> E-Mail:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
|
||||
<input type="text" value="{$data.email}" name="email" size="20" maxlength="40" /></div>
|
||||
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/key.png" /> Passwort:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
|
||||
<input type="password" name="password" size="20" maxlength="20" /></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<strong><img src="{$path}themes/default/images/icons/key.png" /> Passwort wiederholen:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
<input type="password" name="cpassword" size="20" maxlength="25" /></div>
|
||||
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/key.png" /> Passwort:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
|
||||
<input type="password" name="password" size="20" maxlength="20" /></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<strong><img src="{$path}themes/default/images/icons/key.png" /> Passwort wiederholen:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
|
||||
<input type="password" name="cpassword" size="20" maxlength="25" /></div>
|
||||
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/user_orange.png" /> Realer Name:<br /></strong>
|
||||
<input type="text" value="{$data.realname}" name="realname" size="20" maxlength="25" /></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<input type="text" value="{$data.realname}" name="realname" size="20" maxlength="25" /></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<strong><img src="{$path}themes/default/images/icons/map.png" /> Herkunft:</strong><br />
|
||||
<input type="text" value="{$data.from}" name="from" size="20" maxlength="40" /></div>
|
||||
<input type="text" value="{$data.from}" name="from" size="20" maxlength="40" /></div>
|
||||
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/female.png" />/<img src="{$path}themes/default/images/icons/male.png" /> Geschlecht:<br /></strong>
|
||||
<select name="gender">
|
||||
<option value="u">N/A</option>
|
||||
<option value="f">weiblich</option>
|
||||
<option value="m">männlich</option>
|
||||
</select></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<select name="gender">
|
||||
<option value="u">N/A</option>
|
||||
<option value="f">weiblich</option>
|
||||
<option value="m">männlich</option>
|
||||
</select></div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<strong><img src="{$path}themes/default/images/icons/cake.png" /> Geburtstag:</strong><br />
|
||||
<input type="text" value="{$data.birthday}" name="birthday" size="10" maxlength="10" /> <img src="{$path}themes/default/images/icons/date.png" onclick="displayCalendar(document.forms[0].birthday,'dd.mm.yyyy',this)"/></div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
{if $captcha==1}
|
||||
<input type="text" value="{$data.birthday}" name="birthday" size="10" maxlength="10" /> <img src="{$path}themes/default/images/icons/date.png" onclick="displayCalendar(document.forms[0].birthday,'dd.mm.yyyy',this)"/></div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
{if $captcha != ""}
|
||||
<legend>Captcha</legend>
|
||||
<div style="float:left; width: 200px; margin-top: 10px;"><strong> Captcha:<br /></strong>
|
||||
<img src="{$path}thirdparty/securimage/securimage_show.php?sid={$sid}" id="image" align="absmiddle" /><br /><a href="#" onclick="document.getElementById('image').src = '{$path}thirdparty/securimage/securimage_show.php?sid=' + Math.random(); return false"><img src="{$path}themes/default/images/icons/arrow_refresh.png" alt="Refresh" /></a> <a href="{$path}thirdparty/securimage/securimage_play.php" style="font-size: 13px"><img src="{$path}themes/default/images/icons/sound.png" alt="Sound" /></a><br /><br />
|
||||
</div>
|
||||
<div style="float:right; width: 200px; margin-top: 10px;">
|
||||
<strong> Captcha eingeben:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
|
||||
<input type="text" name="captcha" size="20" maxlength="40" /></div>
|
||||
</fieldset>
|
||||
{/if}
|
||||
{$captcha}
|
||||
</div>
|
||||
</fieldset>
|
||||
{/if}
|
||||
<img src="{$path}themes/default/images/icons/bullet_star.png" /> benötigtes Feld<br />
|
||||
<input type="submit" class="button" name="submit" value="Registrieren" />
|
||||
</form>
|
||||
</span>
|
||||
</form>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue