Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
!set week_min=3
2
!set month_min=20
3
!set year_min=200
4
 
5
!set n=!linecnt $ref
2419 bpr 6
 
7
$name_list1
8
!read adm/date.phtml date,$year1,$month1,$day1
9
$s_date_out
10
$name_to
11
!read adm/date.phtml date,$year2,$month2,$day2
12
$s_date_out
13
($name_sum).
6235 bpr 14
<br />$name_list2
5855 bpr 15
 
6594 bpr 16
<ul>
23 reyssat 17
!set total=0
18
!set totall=0
19
!for i=1 to $n
20
 !set l=!line $i of $ref
21
 !set w=!wordcnt $l
22
 !set a=!word 1 of $l
23
 !set b=!word 2 of $l
24
 !if $w=2 and ($search = yes or (search notin $b and query notin $b and cgi notin $b))
25
  !set totall=$[$totall+1]
6594 bpr 26
  <li>$a : <a href="http://$b">$b</a></li>
23 reyssat 27
  !set total=$[$total+$a]
28
 !endif
29
!next i
6594 bpr 30
</ul>
31
$total: $name_visit1 $totall $(names_$type).
23 reyssat 32
 
6594 bpr 33
 
23 reyssat 34
!if $auto>0
5855 bpr 35
<p>
2425 bpr 36
 $name_visit2.
5855 bpr 37
 </p>
23 reyssat 38
!endif
39