HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/fickanzeiger/templates/arfooo/webmaster/changePassword.tpl
{include file="includes/header.tpl" title="{'webmasterChangePassword_html_title'|lang}" metaDescription="{'webmasterChangePassword_meta_description'|lang}"}

<div class="show_arbo">
<a href="{$setting.siteRootUrl}" class="link_showarbo">{'show_arbo_directory'|lang}</a> &gt; 
<a href="{'/webmaster/changePassword'|url}" class="link_showarbo">{'webmasterChangePassword_arbo'|lang}</a>
</div>

<div class="title_h">
<h1>{'webmasterChangePassword_h1'|lang}</h1>
</div>
<fieldset class="column_in">
<form id="changePasswordForm" method="post" action="{'/webmaster/saveNewPassword'|url}">

    <div class="form">
    <label class="title"><span class="text_color_mandatory">*</span></label>
    <div class="infos">{'webmasterSubmitWebsite_mandatory_fields'|lang}</div>
    </div>
	
	<div class="form">
    <label class="title">{'webmasterChangePassword_new_pass'|lang} <span class="text_color_mandatory">*</span></label>
    <div class="infos"><input type="password" class="input_text_large" name="newPassword" value="" /></div>
    </div>
	
	<div class="form">
    <label class="title">{'webmasterChangePassword_repeat_pass'|lang} <span class="text_color_mandatory">*</span></label>
    <div class="infos"><input type="password" class="input_text_large" name="repeatedNewPassword" value="" /></div>
    </div>
	
	<div class="form">
    <label class="title">&nbsp;</label>
    <div class="infos"><input type="submit" class="button" value="{'webmasterChangePassword_button'|lang}" /></div>
    </div>
</fieldset>
                        
{include file="includes/footer.tpl"}