Rev 6235 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
13677 | obado | 2 | <p> |
3 | !read lang/names.phtml.$modu_lang enter |
||
4 | </p> |
||
23 | reyssat | 5 | |
6 | !set wims_form_method=post |
||
7 | !form new |
||
13677 | obado | 8 | <input type="hidden" name="module" value="adm/forum/mboard" /> |
9 | <input type="hidden" name="job" value="authuser" /> |
||
10 | <input type="hidden" name="forum" value="$forum" /> |
||
11 | <div class="blockcenter halfwidth"> |
||
12 | <div class="field box"> |
||
13 | <label for="fuser">$wims_name_Login</label> |
||
14 | <input type="text" name="fuser" id="fuser" /> |
||
15 | </div> |
||
16 | <div class="field box"> |
||
17 | <label for="fpassword">$wims_name_Password</label> |
||
18 | <input type="password" name="fpassword" id="fpassword" /> |
||
19 | </div> |
||
20 | </div> |
||
21 | <p class="wimscenter wimsform"> |
||
22 | <input type="submit" value="$wims_name_send" /> |
||
23 | </p> |
||
5927 | bpr | 24 | !formend |