Subversion Repositories wimsdev

Rev

Rev 6235 | Rev 8546 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6235 Rev 6594
Line 11... Line 11...
11
!read adm/date.phtml date,$year2,$month2,$day2
11
!read adm/date.phtml date,$year2,$month2,$day2
12
$s_date_out
12
$s_date_out
13
($name_sum).
13
($name_sum).
14
<br />$name_list2
14
<br />$name_list2
15
 
15
 
16
<table class="wimsnoborder">
16
<ul>
17
!set total=0
17
!set total=0
18
!set totall=0
18
!set totall=0
19
!for i=1 to $n
19
!for i=1 to $n
20
 !set l=!line $i of $ref
20
 !set l=!line $i of $ref
21
 !set w=!wordcnt $l
21
 !set w=!wordcnt $l
22
 !set a=!word 1 of $l
22
 !set a=!word 1 of $l
23
 !set b=!word 2 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))
24
 !if $w=2 and ($search = yes or (search notin $b and query notin $b and cgi notin $b))
25
  !set totall=$[$totall+1]
25
  !set totall=$[$totall+1]
26
  <tr><td align="right">$a</td><td>&nbsp;&nbsp;
-
 
27
  </td><td><a href="http://$b">$b</a></td></tr>
26
  <li>$a : <a href="http://$b">$b</a></li>
28
  !set total=$[$total+$a]
27
  !set total=$[$total+$a]
29
 !endif
28
 !endif
30
!next i
29
!next i
31
<tr><td align="right">$total</td><td>&nbsp;&nbsp;
30
</ul>
32
</td><td>$name_visit1 $totall $(names_$type).
31
$total: $name_visit1 $totall $(names_$type).
33
</td></tr>
-
 
34
</table>
32
 
35
 
33
 
36
!if $auto>0
34
!if $auto>0
37
<p>
35
<p>
38
 $name_visit2.
36
 $name_visit2.
39
 </p>
37
 </p>