Rev 9480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9480 | Rev 12490 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !if $email!=$empty |
4 | !if $email!=$empty |
5 | !mailurl $email $author |
5 | !mailurl $email $author |
6 | . |
6 | . |
7 | !else |
7 | !else |
8 | $author. |
8 | $author. |
9 | !endif |
9 | !endif |
10 | !if $readauth=yes |
10 | !if $readauth=yes |
11 | $name_code_warning1 |
11 | $name_code_warning1 |
12 | !else |
12 | !else |
13 | $name_code_warning2 |
13 | $name_code_warning2 |
14 | !endif |
14 | !endif |
15 | 15 | ||
16 | !form reply |
16 | !form reply |
17 | <input type="hidden" name="job" value="auth2" /> |
17 | <input type="hidden" name="job" value="auth2" /> |
18 | !if $readauth=yes |
18 | !if $readauth=yes |
19 | <input type="hidden" name="noedit" value="$noedit" /> |
19 | <input type="hidden" name="noedit" value="$noedit" /> |
20 | !endif |
20 | !endif |
21 | !if $noedit=yes |
21 | !if $noedit=yes |
22 | <div class="wimscenter"> |
22 | <div class="wimscenter"> |
23 | $name_secretcoder<input type="password" size="16" name="coderr" /> |
23 | $name_secretcoder<input type="password" size="16" name="coderr" /> |
24 | <input type="submit" value="$wims_name_tosave" /> |
24 | <input type="submit" value="$wims_name_tosave" /> |
25 | </div> |
25 | </div> |
26 | !endif |
26 | !endif |
27 | !if $noedit=no |
27 | !if $noedit=no |
28 | <div class="wimscenter"> |
28 | <div class="wimscenter"> |
29 | $name_secretcode<input type="password" size="16" name="coder" /> |
29 | $name_secretcode<input type="password" size="16" name="coder" /> |
30 | <input type="submit" value="$wims_name_tosave" /> |
30 | <input type="submit" value="$wims_name_tosave" /> |
31 | </div> |
31 | </div> |
32 | !endif |
32 | !endif |
33 | !formend |
33 | !formend |
34 | 34 | ||
35 | !if $readauth=yes |
35 | !if $readauth=yes |
36 | <p> |
36 | <p> |
37 | !read lang/names.phtml.$modu_lang readauth |
37 | !read lang/names.phtml.$modu_lang readauth |
38 | </p> |
38 | </p> |
39 | !endif |
39 | !endif |