Subversion Repositories wimsdev

Rev

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

  1. !read desc.phtml
  2. <br>
  3. $n_threadlist.
  4. <div class="wimscenter">
  5. !if $mlist=.newlist
  6.   <span class="wims_button disabled">$n_bysubject</span>
  7. !else
  8.   $n_list_subject_month
  9.   !item $lmon of $monthnames
  10.   $lyear
  11. !endif
  12.  $ $
  13.  !set wims_ref_class=wims_button
  14.  !href cmd=reply&job=list&mlist=.newlist $n_bydate
  15.  $ $
  16.  !set wims_ref_class=wims_button
  17.  !href cmd=reply&job=list $n_recent
  18. </div>
  19. <ul class="wims_forum_list">
  20. !for p = 1 to $tot_t
  21.   !set i = $(threadlist[$p])
  22.   !set i_=!replace internal / by , in $i
  23.   !if $(i_[1])=
  24.     !set mlist=.newlist
  25.   !else
  26.     !set mlist=$(i_[1])
  27.   !endif
  28.   !if $mlist=.newlist
  29.     !set l_=!line $i of $mnew
  30.     !distribute word $l_ into a_,b_
  31.     !set l_=!record $b_ of $forumdir/$a_/.msglist
  32.   !else
  33.     !set l_=!record $(i_[2]) of $forumdir/$mlist/.msglist
  34.   !endif
  35.   !read listone.phtml $l_
  36.  
  37.   !set l_thread=!translate / to _ in $i
  38.   !set l_thread=!nospace $l_thread
  39.   !href cmd=reply&job=thread&th_orig=$l_thread&th_start=$l_thread $n_thread
  40.   </li>
  41. !next
  42. </ul>
  43.  
  44. !read listarch.phtml
  45.