Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $error!=$empty
  3.   !exit
  4. !endif
  5.  
  6. !read readref.phtml
  7. !if $erased=yes and $forumuser!=supervisor
  8.   <p>$n_erasedmsg.</p>
  9.   !exit
  10. !endif
  11. !!<br>$n_follow&nbsp;:
  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">
  17.   <em>
  18.     !if $m_email!=$empty and $forumuser=supervisor
  19.       !mailurl $m_email $m_from
  20.     !else
  21.       $m_from
  22.     !endif
  23.   </em>
  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>
  32.  
  33.   !set wims_ref_class=wims_button
  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
  40.     $ $
  41.     !set wims_ref_class=wims_button wims_warning
  42.     !href cmd=reply&job=erase $wims_name_erase
  43.   !endif
  44. </div>
  45. <hr>
  46. <div class="wims_forum_msg">
  47.   !read $msg $readtype
  48. </div>
  49.  
  50. <hr>
  51. <div class="wimscenter">
  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
  57. </div>
  58.