Rev 9587 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !distribute items $wims_read_parm into m_,d_,t_,I_,p_,s_,M_ |
2 | !if : isin $m_ |
||
12902 | obado | 3 | !set m_=!word 2 of $m_ |
23 | reyssat | 4 | !endif |
5 | !set y_=!char 1 to 4 of $m_ |
||
6 | !set m_=!char 5,6 of $m_ |
||
7 | !set subject=!item 8 to -1 of $wims_read_parm |
||
8 | !set test=!defof m_exists in $forumdir/$y_$m_/$I_ |
||
9 | !if $test=yes or $forumuser=supervisor |
||
12902 | obado | 10 | !if $y_$m_/$I_ notlineof $already_seen |
11 | <li class="wims_forum_item_toread"> |
||
12 | !else |
||
13 | <li class="wims_forum_list"> |
||
14 | !endif |
||
15 | !href cmd=reply&job=read&readtype=html&r_msg=$y_$m_/$I_ $subject |
||
9587 | bpr | 16 | , <span class="small"><i>$s_</i> |
17 | ( |
||
18 | !read date.phtml $y_$m_$d_.$t_ |
||
12902 | obado | 19 | )</span> |
20 | !if $test=erased |
||
21 | <span class="wims_warning">($n_erased)</span> |
||
22 | !endif |
||
23 | !if $job=thread |
||
24 | <div class="wims_forum_msg"> |
||
25 | !read $forumdir/$y_$m_/$I_ html |
||
26 | </div> |
||
27 | !endif |
||
23 | reyssat | 28 | !endif |