%PDF- %PDF-
| Direktori : /www/varak.net/paste.varak.net.old/themes/bootstrap/ |
| Current File : /www/varak.net/paste.varak.net.old/themes/bootstrap/edit.account.html |
{include file="header.html" title=$hooks->title->title_editaccount}
<div class="row-fluid">
{include file="sidebar.html"}
<div class="span8">
{if $wrongNewPassword}
<br />
<div class="alert alert-error">
<b>{$lang.error} :</b> New passwords doens't match!
<a href="#" class="close" data-dismiss="alert">×</a>
</div>
{/if}
{if $wrongCurrentPassword}
<br />
<div class="alert alert-error">
<b>{$lang.error} :</b> Your current password doens't match!
<a href="#" class="close" data-dismiss="alert">×</a>
</div>
{/if}
{if $errormail}
<br />
<div class="alert alert-error">
<b>{$lang.error} :</b> Your mail can not be empty !
<a href="#" class="close" data-dismiss="alert">×</a>
</div>
{/if}
{if $syntaxmail}
<br />
<div class="alert alert-error">
<b>{$lang.error} :</b> your mail was not the right syntax !
<a href="#" class="close" data-dismiss="alert">×</a>
</div>
{/if}
<div class="base-block">
<div class="title">{$lang.editInfo}</div>
<form method="post">
<fieldset>
<legend>{$lang.avatarset}</legend>
<img src='{$getGravatar}' class="img-rounded" /> <br /><br /><a href="http://gravatar.com/" target="_BLANK" class="btn btn-primary">Edit gravatar</a>
<legend>{$lang.mailsettings}</legend>
<input type="text" name="mail" value="{$getUserdata->mail}">
<label class="radio">
<input type="radio" name="showMail" id="showMail1" value="true" {if $getUserdata->seemail eq 'true'}checked{/if}>
{$lang.showmailconf}
</label>
<label class="radio">
<input type="radio" name="showMail" id="showMail2" value="false" {if $getUserdata->seemail eq 'false'}checked{/if}>
{$lang.notshowmailconf}
</label>
<legend>Account Password</legend>
Leave it blank if you don't want to change your current password.<br /><br />
<label for="new_password">New Password</label><input type="password" id="new_password" name="new_password" />
<label for="new_password_retype">Re-type New Password</label><input type="password" id="new_password_retype" name="new_password_retype" />
<label for="current_password">Your current Password</label><input type="password" id="current_password" name="current_password" />
<legend>Additional information</legend>
<label>{$lang.userloc}</label>
<input type="text" name="location" value="{$getUserdata->location}"><br />
<label>{$lang.userweb}</label>
<input type="text" name="website" value="{$getUserdata->website}"><br />
<label>{$lang.userSigna}</label>
<textarea rows="3" name="signature">{$getUserdata->signature}</textarea><br />
<button type="submit" name="submit" class="btn btn-primary">{$lang.Submit}</button>
</fieldset>
</form>
</div>
</div><!--/span-->
</div><!--/row-->
{include file="footer.html"}