Subversion Repositories wimsdev

Rev

Rev 6235 | Rev 9590 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $error!=$empty
  3.  <p>
  4.  !exit
  5. !endif
  6.  
  7.  <p class="wimscenter">
  8.  !read readref.phtml
  9.  !if $erased=yes and $forumuser!=supervisor
  10.   </p>
  11.   $n_erasedmsg.
  12.   !exit
  13.  !endif
  14.  <br />$n_follow&nbsp;:
  15.  !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=1 $n_with
  16.  $wims_name_or
  17.  !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=-1 $n_without
  18.  $n_citation.
  19.  </p>
  20.  <div class="wims_forum_intro">
  21.  <i>
  22.  !if $m_email!=$empty
  23.   !mailurl $m_email $m_from
  24.  !else
  25.   $m_from
  26.  !endif
  27.  </i>
  28.  !set y_=!char 1 to 4 of $m_date
  29.  !set m_=!char 5,6 of $m_date
  30.  !set d_=!char 7,8 of $m_date
  31.  <span class="small"> $m_-$d_-$y_, $m_time</span>:
  32.  <b>$m_subject</b><span class="small">
  33.  
  34. !if $readtype=html
  35. !set wims_ref_class=wims_button
  36.  !href cmd=reply&readtype=source $n_source
  37. !else
  38. !set wims_ref_class=wims_button
  39.  !href cmd=reply&readtype=html $n_format
  40. !endif
  41. !if $forumuser=supervisor
  42.  &nbsp;
  43.  !set wims_ref_class=wims_button wims_warning
  44.  !href cmd=reply&job=erase $wims_name_erase
  45. !endif
  46.  
  47.  </span>
  48.  </div>
  49.  <hr />
  50.  <div class="wims_forum_msg">
  51.  !read $msg $readtype
  52.  $tag_escaper
  53.   </div>
  54.  
  55. <hr />
  56. <div class="wimscenter">
  57. !if $readtype=html
  58. &nbsp;
  59. !set wims_ref_class=wims_button
  60.  !href cmd=reply&readtype=source $n_source
  61.  
  62. !else
  63. &nbsp;
  64. !set wims_ref_class=wims_button
  65.  !href cmd=reply&readtype=html $n_format
  66. !endif
  67.  
  68. &nbsp;
  69. !set wims_ref_class=wims_button
  70. !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=1 $n_follow_c
  71. &nbsp;
  72. !set wims_ref_class=wims_button
  73. !href cmd=reply&job=compose&c_prec=$r_month/$r_ident&c_quote=-1 $n_follow_nc
  74. <p></p>
  75. !read readref.phtml
  76. </div>
  77.  
  78.