Subversion Repositories wimsdev

Rev

Rev 12902 | Go to most recent revision | 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.   <i>
  18.     !if $m_email!=$empty
  19.       !mailurl $m_email $m_from
  20.     !else
  21.       $m_from
  22.     !endif
  23.   </i>
  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. !if $readtype=html
  34.   !set wims_ref_class=wims_button
  35.   !href cmd=reply&readtype=source $n_source
  36. !else
  37.   !set wims_ref_class=wims_button
  38.   !href cmd=reply&readtype=html $n_format
  39. !endif
  40. !if $forumuser=supervisor
  41.     $ $
  42.   !set wims_ref_class=wims_button wims_warning
  43.   !href cmd=reply&job=erase $wims_name_erase
  44. !endif
  45. </div>
  46. <hr />
  47. <div class="wims_forum_msg">
  48.   !read $msg $readtype
  49. </div>
  50.  
  51. <hr />
  52. <div class="wimscenter">
  53.   !set wims_ref_class=wims_button
  54.   !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=1 $n_follow_c
  55.   &nbsp;
  56.   !set wims_ref_class=wims_button
  57.   !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=-1 $n_follow_nc
  58. </div>
  59.