Bonjour,

J'utilise depuis peu un script d'annuaire Arfoo.

Il y a des formulaires comme la modif du mot de pass qui ne marche pas.....

Je connais un peu le html et le php mais je n'avais jamais vu c type de langage, je ne sais même pas ou chercher....

Voici la page de modification de pass :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{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" style="width:224px"><span class="text_color_mandatory">*</span></label>
    <div class="infos">{'webmasterSubmitWebsite_mandatory_fields'|lang}</div>
    </div>
 
    <div class="form">
    <label class="title" style="width:224px">{'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" style="width:224px">{'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" style="width:224px">&nbsp;</label>
    <div class="infos"><input type="submit" class="button" value="{'webmasterChangePassword_button'|lang}" /></div>
    </div>
</fieldset>
 
{include file="includes/footer.tpl"}
Je vois bien cela :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
<form id="changePasswordForm" method="post" action="{'/webmaster/saveNewPassword'|url}"><br><br>
mais je n'ai pas de fichier saveNewPassword

Savez vous ou je doit vérifier ?

Merci d'avance