Rev 5927 | Rev 6235 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1185 | bpr | 1 | <h1 class="wims_docu_title">$tit</h1> |
23 | reyssat | 2 | |
2259 | bpr | 3 | $name_author_is |
23 | reyssat | 4 | !if $email!=$empty |
5 | !mailurl $email $author |
||
6 | . |
||
7 | !else |
||
8 | $author. |
||
9 | !endif |
||
10 | !if $readauth=yes |
||
2259 | bpr | 11 | $name_code_warning1 |
23 | reyssat | 12 | !else |
2259 | bpr | 13 | $name_code_warning2 |
23 | reyssat | 14 | !endif |
5927 | bpr | 15 | |
23 | reyssat | 16 | !form reply |
5734 | bpr | 17 | <input type="hidden" name="job" value="auth2"/> |
23 | reyssat | 18 | !if $readauth=yes |
5734 | bpr | 19 | <input type="hidden" name="noedit" value="yes"/> |
23 | reyssat | 20 | !endif |
6147 | bpr | 21 | <div class="wimscenter"> |
5734 | bpr | 22 | $name_secretcode <input type="password" size="16" name="coder"/> |
23 | <input type="submit" value="$wims_name_tosave"/> |
||
6147 | bpr | 24 | </div> |
5927 | bpr | 25 | !formend |
6147 | bpr | 26 | |
23 | reyssat | 27 | !if $readauth=yes |
6147 | bpr | 28 | <p> |
2286 | bpr | 29 | !read lang/names.phtml.$modu_lang readauth |
6147 | bpr | 30 | </p> |
23 | reyssat | 31 | !endif |