Subversion Repositories wimsdev

Rev

Rev 10091 | Rev 13443 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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