Rev 6235 | Rev 12490 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 9480 | ||
---|---|---|---|
Line 14... | Line 14... | ||
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=" |
19 | <input type="hidden" name="noedit" value="$noedit" /> |
- | 20 | !endif |
|
- | 21 | !if $noedit=yes |
|
- | 22 | <div class="wimscenter"> |
|
- | 23 | $name_secretcoder<input type="password" size="16" name="coderr" /> |
|
- | 24 | <input type="submit" value="$wims_name_tosave" /> |
|
- | 25 | </div> |
|
- | 26 | !endif |
|
- | 27 | !if $noedit=no |
|
- | 28 | <div class="wimscenter"> |
|
- | 29 | $name_secretcode<input type="password" size="16" name="coder" /> |
|
- | 30 | <input type="submit" value="$wims_name_tosave" /> |
|
- | 31 | </div> |
|
20 | !endif |
32 | !endif |
21 | <div class="wimscenter"> |
- | |
22 | $name_secretcode <input type="password" size="16" name="coder" /> |
- | |
23 | <input type="submit" value="$wims_name_tosave" /> |
- | |
24 | </div> |
- | |
25 | !formend |
33 | !formend |
26 | 34 | ||
27 | !if $readauth=yes |
35 | !if $readauth=yes |
28 | <p> |
36 | <p> |
29 | !read lang/names.phtml.$modu_lang readauth |
37 | !read lang/names.phtml.$modu_lang readauth |