Subversion Repositories wimsdev

Rev

Rev 6146 | Rev 9597 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6146 bpr 1
 <span class="small">
23 reyssat 2
 !if $dcnt>1
3
  [
4
  !if $dlast!=$empty
5
   !href cmd=reply&job=read&r_msg=$dlast &lt;&lt;
6
   &nbsp;
7
  !endif
237 bpr 8
  !href cmd=reply&job=list $n_bydate
23 reyssat 9
  !if $dnext!=$empty
10
   &nbsp;
11
   !href cmd=reply&job=read&r_msg=$dnext &gt;&gt;
12
  !endif
13
  ]
14
 !endif
237 bpr 15
 [
16
 !href cmd=reply&job=threadlist $n_bysubject
17
 ]
18
 !!if $r_prec!=$empty
19
 !! &nbsp;
20
 !! !set t_=!translate / to , in $r_prec
21
 !! !href cmd=reply&job=read&r_msg=$r_prec $n_prec
22
 !!!endif
23
 !!if $repcnt>0
24
 !! &nbsp;
25
  !!!href cmd=reply&job=read&r_msg=$r_rep1 $n_first
26
 !! &nbsp;
27
 !!!href cmd=reply&job=thread&th_orig=$l_thread&th_start=$r_msg $n_allfollowing
28
 !!!endif
9590 bpr 29
!!!FIXME cela semble en double. To check.
237 bpr 30
 
31
!if $thtcnt>1 or $r_prec!=$empty or $repcnt>0
23 reyssat 32
  &nbsp;&nbsp;[
33
  !if $tlast!=$empty
34
   !href cmd=reply&job=read&r_msg=$tlast &lt;&lt;
35
   &nbsp;
36
  !endif
237 bpr 37
  !href cmd=reply&job=thread&th_orig=$l_thread&th_start=$l_thread $n_thread
23 reyssat 38
  !if $tnext!=$empty
39
   &nbsp;
40
   !href cmd=reply&job=read&r_msg=$tnext &gt;&gt;
41
  !endif
42
  ]
43
 !endif
6146 bpr 44
 </span>
23 reyssat 45