Rev 13677 | 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 |
||
17180 | bpr | 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"> |
||
13677 | obado | 11 | <div class="blockcenter halfwidth"> |
12 | <div class="field box"> |
||
13 | <label for="fuser">$wims_name_Login</label> |
||
17180 | bpr | 14 | <input type="text" name="fuser" id="fuser"> |
13677 | obado | 15 | </div> |
16 | <div class="field box"> |
||
17 | <label for="fpassword">$wims_name_Password</label> |
||
17180 | bpr | 18 | <input type="password" name="fpassword" id="fpassword"> |
13677 | obado | 19 | </div> |
20 | </div> |
||
21 | <p class="wimscenter wimsform"> |
||
17180 | bpr | 22 | <input type="submit" value="$wims_name_send"> |
13677 | obado | 23 | </p> |
5927 | bpr | 24 | !formend |