Rev 5894 | Rev 5977 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5894 | Rev 5932 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | <th>$name_since 10 $name_mins</th> |
14 | <th>$name_since 10 $name_mins</th> |
15 | <th>$name_since 30 $name_mins</th> |
15 | <th>$name_since 30 $name_mins</th> |
16 | <th>$name_since 1 $name_hour</th> |
16 | <th>$name_since 1 $name_hour</th> |
17 | <th>$name_since 3 $name_hours</th></tr> |
17 | <th>$name_since 3 $name_hours</th></tr> |
18 | $table_tr |
18 | $table_tr |
19 | <td |
19 | <td>$access10m</td> |
20 | <td |
20 | <td>$access30m</td> |
21 | <td |
21 | <td>$access1h</td> |
22 | <td |
22 | <td>$access3h</td></tr> |
23 | $table_end |
23 | $table_end |
24 | 24 | ||
25 | <a id="sessions"></a> |
25 | <a id="sessions"></a> |
26 | $table_header |
26 | $table_header |
27 | <caption>$name_activesessions |
27 | <caption>$name_activesessions |
Line 38... | Line 38... | ||
38 | !for i=1 to $n |
38 | !for i=1 to $n |
39 | !set l=!line $i of $ses |
39 | !set l=!line $i of $ses |
40 | !distribute words $l into r_,s_,i_,m_,c_ |
40 | !distribute words $l into r_,s_,i_,m_,c_ |
41 | !if o notin $s_ and - notin $s_ |
41 | !if o notin $s_ and - notin $s_ |
42 | $table_tr |
42 | $table_tr |
43 | <td |
43 | <td style="text-align:right;">$k</td> |
44 | <td><small><tt> |
44 | <td><small><tt> |
45 | !set v_=!charcnt $s_ |
45 | !set v_=!charcnt $s_ |
46 | !if $v_>6 |
46 | !if $v_>6 |
47 | !href cmd=reply&job=sess&checkses=$s_ $s_ |
47 | !href cmd=reply&job=sess&checkses=$s_ $s_ |
48 | !else |
48 | !else |
49 | $s_ |
49 | $s_ |
50 | !endif |
50 | !endif |
51 | </tt></small></td> |
51 | </tt></small></td> |
52 | <td><tt>$i_</tt></td> |
52 | <td><tt>$i_</tt></td> |
53 | <td |
53 | <td>$r_</td> |
54 | <td>$m_</td> |
54 | <td>$m_</td> |
55 | !if , isin $c_ |
55 | !if , isin $c_ |
56 | <td>$c_</td> |
56 | <td>$c_</td> |
57 | !else |
57 | !else |
58 | <td>--</td> |
58 | <td>--</td> |