Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
237 bpr 1
!read desc.phtml
17180 bpr 2
<br>
9597 bpr 3
$n_threadlist.
4
<div class="wimscenter">
237 bpr 5
!if $mlist=.newlist
9597 bpr 6
  <span class="wims_button disabled">$n_bysubject</span>
237 bpr 7
!else
13679 bpr 8
  $n_list_subject_month
237 bpr 9
  !item $lmon of $monthnames
10
  $lyear
11
!endif
10991 bpr 12
 $ $
3075 bpr 13
 !set wims_ref_class=wims_button
9597 bpr 14
 !href cmd=reply&job=list&mlist=.newlist $n_bydate
10991 bpr 15
 $ $
9597 bpr 16
 !set wims_ref_class=wims_button
17
 !href cmd=reply&job=list $n_recent
18
</div>
254 bpr 19
<ul class="wims_forum_list">
237 bpr 20
!for p = 1 to $tot_t
9597 bpr 21
  !set i = $(threadlist[$p])
288 bpr 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
237 bpr 28
  !if $mlist=.newlist
13679 bpr 29
    !set l_=!line $i of $mnew
30
    !distribute word $l_ into a_,b_
31
    !set l_=!record $b_ of $forumdir/$a_/.msglist
237 bpr 32
  !else
13679 bpr 33
    !set l_=!record $(i_[2]) of $forumdir/$mlist/.msglist
237 bpr 34
  !endif
13679 bpr 35
  !read listone.phtml $l_
4539 bpr 36
 
13679 bpr 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>
237 bpr 41
!next
42
</ul>
43
 
44
!read listarch.phtml