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