Rev 6223 | Rev 7459 | 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"> |
10 | <div class="field box"> |
||
11 | <label for="login">$wims_name_Login</label> |
||
12 | <input size="20" name="login" value="$auth_login" id="login" /> |
||
13 | </div> |
||
14 | <div class="field box"> |
||
15 | <label for="passwd">$wims_name_Password</label> |
||
16 | <input type="password" size="20" name="passwd" id="passwd" /> |
||
17 | </div> |
||
18 | <div class="field box"> |
||
19 | <input type="submit" value="$wims_name_send" /> |
||
20 | </div> |
||
21 | </fieldset> |
||
22 | |||
5925 | bpr | 23 | !formend |
23 | reyssat | 24 | |
5834 | bpr | 25 | <p> |
2357 | bpr | 26 | $name_developer |
27 | !mailurl $wims_site_manager $name_manager\ |
||
23 | reyssat | 28 | WIMS new developer |
2357 | bpr | 29 | $name_identification |
5834 | bpr | 30 | </p><p> |
2357 | bpr | 31 | $name_createxo1 |
32 | !href module=adm/createxo $wims_name_createxo |
||
3613 | bpr | 33 | $name_createxo2 |
5834 | bpr | 34 | </p> |
23 | reyssat | 35 | |
1336 | bpr | 36 | !set wims_menu_items=!append line createxo,1,module=adm/createxo\ |
37 | to $wims_menu_items |
||
5601 | obado | 38 | |
7444 | bpr | 39 | </div> |