Subversion Repositories wimsdev

Rev

Rev 16033 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!if $error!=$empty
12902 obado 3
  !exit
23 reyssat 4
!endif
5
 
12902 obado 6
!read readref.phtml
7
!if $erased=yes and $forumuser!=supervisor
8
  <p>$n_erasedmsg.</p>
23 reyssat 9
  !exit
10
!endif
17180 bpr 11
!!<br>$n_follow&nbsp;:
12902 obado 12
!!!href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=1 $n_with
13
!! $wims_name_or
14
!! !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=-1 $n_without
15
!! $n_citation.
16
<div class="wims_forum_intro">
16033 obado 17
  <em>
18
    !if $m_email!=$empty and $forumuser=supervisor
12902 obado 19
      !mailurl $m_email $m_from
20
    !else
21
      $m_from
22
    !endif
16033 obado 23
  </em>
12902 obado 24
  !!FIXME the next three lines are no more useful.
25
  !set y_=!char 1 to 4 of $m_date
26
  !set m_=!char 5,6 of $m_date
27
  !set d_=!char 7,8 of $m_date
28
  <span class="small">(
29
    !read date.phtml $m_date.$m_time
30
  )</span>:
31
  <b>$m_subject</b>
23 reyssat 32
 
12902 obado 33
  !set wims_ref_class=wims_button
16033 obado 34
  !if $readtype=html
35
    !href cmd=reply&readtype=source $n_source
36
  !else
37
    !href cmd=reply&readtype=html $n_format
38
  !endif
39
  !if $forumuser=supervisor
12902 obado 40
    $ $
16033 obado 41
    !set wims_ref_class=wims_button wims_warning
42
    !href cmd=reply&job=erase $wims_name_erase
43
  !endif
12902 obado 44
</div>
17180 bpr 45
<hr>
12902 obado 46
<div class="wims_forum_msg">
47
  !read $msg $readtype
48
</div>
49
 
17180 bpr 50
<hr>
5877 bpr 51
<div class="wimscenter">
12902 obado 52
  !set wims_ref_class=wims_button
53
  !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=1 $n_follow_c
54
  &nbsp;
55
  !set wims_ref_class=wims_button
56
  !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=-1 $n_follow_nc
5877 bpr 57
</div>