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