Rev 6235 | Rev 12490 | 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 |
6235 | bpr | 17 | <input type="hidden" name="job" value="auth2" /> |
23 | reyssat | 18 | !if $readauth=yes |
9480 | bpr | 19 | <input type="hidden" name="noedit" value="$noedit" /> |
23 | reyssat | 20 | !endif |
9480 | bpr | 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> |
||
32 | !endif |
||
5927 | bpr | 33 | !formend |
6147 | bpr | 34 | |
23 | reyssat | 35 | !if $readauth=yes |
6147 | bpr | 36 | <p> |
2286 | bpr | 37 | !read lang/names.phtml.$modu_lang readauth |
6147 | bpr | 38 | </p> |
23 | reyssat | 39 | !endif |