Subversion Repositories ALCASAR

Rev

Rev 504 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
324 richard 1
<?
2
	$select[0]="$l_domains_filter";
3
	$select[1]=$l_network;
504 richard 4
	$select[2]="Exceptions";
324 richard 5
	$fich[0]="admin/dns_filter.php";
6
	$fich[1]="admin/net_filter.php";
504 richard 7
	$fich[2]="admin/filter_exceptions.php";
324 richard 8
	$j=0;
9
	$nb=count($select);
10
	while ($j != $nb)
11
	{
12
		echo "<TR><TD valign=\"middle\" align=\"left\">&nbsp;<img src=\"/images/right2.gif\" height=10 width=10 border=no nosave><a href=\"$fich[$j]\" target=\"REXY2\"><font color=\"black\">$select[$j]</font></a></TD></TR>";
13
		$j++;
14
	}
15
?>