Rev 14288 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5619 | bpr | 1 | <div class="wims_content"> |
13443 | obado | 2 | !set wims_form_method=post |
3 | !form reply |
||
4 | $name_intro |
||
5 | <span class="small">( |
||
14288 | bpr | 6 | !mailurl $wims_site_manager $name_manager\ |
7 | module password |
||
13443 | obado | 8 | $name_forget).</span> |
9 | <fieldset class="property_fields halfwidth blockcenter"> |
||
10 | <legend>$wims_name_connexion</legend> |
||
11 | <div class="field box"> |
||
12 | <label for="login">$wims_name_Login</label> |
||
13 | <input size="20" name="login" value="$auth_login" id="login" |
||
17180 | bpr | 14 | required="required" class="noicon" placeholder="$wims_name_Login"> |
13443 | obado | 15 | </div> |
16 | <div class="field box"> |
||
17 | <label for="passwd">$wims_name_Password</label> |
||
18 | <input type="password" size="20" name="passwd" id="passwd" |
||
17180 | bpr | 19 | required="required" class="noicon" placeholder="$wims_name_Password"> |
13443 | obado | 20 | </div> |
21 | <div class="wimscenter"> |
||
17180 | bpr | 22 | <input type="submit" value="$wims_name_send"> |
13443 | obado | 23 | </div> |
24 | </fieldset> |
||
25 | !formend |
||
7444 | bpr | 26 | |
13443 | obado | 27 | <p> |
28 | $name_developer |
||
29 | !mailurl $wims_site_manager $name_manager\ |
||
23 | reyssat | 30 | WIMS new developer |
13443 | obado | 31 | $name_identification |
32 | </p><p> |
||
33 | $name_createxo1 |
||
34 | !href module=adm/createxo $wims_name_createxo |
||
35 | $name_createxo2 |
||
36 | </p> |
||
37 | </div> |
||
23 | reyssat | 38 | |
10091 | bpr | 39 | !read themes/_procs/othermethods.proc |