Subversion Repositories wimsdev

Rev

Rev 12490 | 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
12490 bpr 5
  !mailurl $email $author
23 reyssat 6
.
7
!else
12490 bpr 8
  $author.
23 reyssat 9
!endif
10
!if $readauth=yes
12490 bpr 11
  $name_code_warning1
23 reyssat 12
!else
12490 bpr 13
  $name_code_warning2
23 reyssat 14
!endif
5927 bpr 15
 
23 reyssat 16
!form reply
17231 bpr 17
<input type="hidden" name="job" value="auth2">
23 reyssat 18
!if $readauth=yes
17231 bpr 19
  <input type="hidden" name="noedit" value="$noedit">
23 reyssat 20
!endif
9480 bpr 21
!if $noedit=yes
12490 bpr 22
  <div class="wimscenter">
17231 bpr 23
   $name_secretcoder<input type="password" size="16" name="coderr">
24
   <input type="submit" value="$wims_name_tosave">
12490 bpr 25
  </div>
9480 bpr 26
!endif
27
!if $noedit=no
12490 bpr 28
  <div class="wimscenter">
17231 bpr 29
   $name_secretcode<input type="password" size="16" name="coder">
30
   <input type="submit" value="$wims_name_tosave">
12490 bpr 31
  </div>
9480 bpr 32
!endif
5927 bpr 33
!formend
6147 bpr 34
 
23 reyssat 35
!if $readauth=yes
12490 bpr 36
  <p>
37
  !read lang/names.phtml.$modu_lang readauth
38
  </p>
23 reyssat 39
!endif